- Регистрация
- 19 Фев 2012
- Сообщения
- 26
- Лучшие ответы
- 0
- Репутация
- 0
Вот они:
Вот строки:
15712
500
524
554
586
1120
1129
---------- Post added at 16:21 ---------- Previous post was at 16:19 ----------
Завалю +сами!
PHP:
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(500) : error 017: undefined symbol "GzoneInfo"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(500) : error 009: invalid array size (negative, zero or out of bounds)
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(524) : error 017: undefined symbol "gFrakVlad"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(554) : error 017: undefined symbol "PlayerInfo"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(586) : error 017: undefined symbol "PlayerInfo"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(795) : error 001: expected token: ";", but found "forward"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(1120) : error 021: symbol already defined: "allowedfactions"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(1129) : error 021: symbol already defined: "GZInfo"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(4449) : warning 213: tag mismatch
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(15712) : warning 213: tag mismatch
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(15712) : error 001: expected token: ",", but found "["
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(15712) : error 029: invalid expression, assumed zero
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(15712) : warning 215: expression has no effect
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(15712) : error 001: expected token: ";", but found "]"
D:\Games\Cåðâ ãòà\[RP]Paradise•Evolution[RP]\gamemodes\RG.pwn(15712) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
12 Errors.
15712
PHP:
if(PlayerToKvadrat(playerid,GZInfo[i][gCoords][0], GZInfo[i][gCoords][1],GZInfo[i][gCoords][2],GZInfo[i][gCoords][3]))
PHP:
new GZInfo[49][GzoneInfo];
PHP:
stock GetGangZoneColor(gangzonex)
{
new zx;
switch(GZInfo[gangzonex][gFrakVlad])
{
case 13: zx =0x00FF1465;
case 14: zx = 0x00EBFF65;
case 16: zx =0xFF00EB65;
case 19: zx =0x0087FF65;
case 15: zx =0xFFC80065;
default: zx = 0xFFBE0065;
}
return zx;
}
PHP:
stock IsInAllowed(playerid)
{
for(new i =0;i<sizeof(allowedfactions);i++)
{
if(PlayerInfo[playerid][pMember] == allowedfactions[i]||PlayerInfo[playerid][pLeader] == allowedfactions[i]) return 1;
}
return 0;
}
PHP:
stock IsPlayerInBandOnline(bandid)
{
for(new i=0; i < GetMaxPlayers(); i++)
{
if(PlayerInfo[i][pMember] == bandid || PlayerInfo[i][pLeader] == bandid) return 1;
}
return 0;
}
PHP:
new allowedfactions[] = { 13,14,16,19,15}; // èçìåíÿåì ID áàíä, íà ñâîè
PHP:
new GZInfo[49][GzoneInfo];
---------- Post added at 16:21 ---------- Previous post was at 16:19 ----------
Завалю +сами!