22.12.2013, 06:43
i have other errors -_-
error 1
error 2
error 3
error 4+5+6+7
pawn Код:
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1353) : error 001: expected token: "-identifier-", but found "["
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1358) : warning 217: loose indentation
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1361) : warning 217: loose indentation
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1364) : error 029: invalid expression, assumed zero
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1364) : error 035: argument type mismatch (argument 2)
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1364) : error 020: invalid symbol name ""
C:\Users\arjan\Desktop\my script\gamemodes\CNR.pwn(1364) : fatal error 107: too many error messages on one line
error 1
pawn Код:
new string[128], giveplayerid, giveplayer[MAX_PLAYER_NAME], PlayerName[MAX_PLAYER_NAME];
pawn Код:
if(giveplayerid == INVALID_PLAYER_ID)
pawn Код:
if(GetPVarInt(playerid, "ArmyPermission") == 1337)
pawn Код:
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));