C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(286) : error 017: undefined symbol "APlayerData" C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(286) : warning 215: expression has no effect C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(286) : error 001: expected token: ";", but found "]" C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(286) : error 029: invalid expression, assumed zero C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(286) : fatal error 107: too many error messages |
if(APlayerData[playerid][PlayerLevel] >= 1)
CMD:carneon(playerid, params[])
{
if(APlayerData[playerid][PlayerLevel] >= 1)
{
ShowMenuForPlayer(neonmenu,playerid);
else
{
SendClientMessage(playerid, 0xFFFFFFAA, "ERROR: You cannot use this command!");
}
}
return 1;
}
if(APlayerData[playerid][PlayerLevel] >= 1)
CMD:carneon(playerid, params[])
{
if(APlayerData[playerid][PlayerLevel] == 0) return SendClientMessage(playerid, 0xFFFFFFAA, "ERROR: You cannot use this command!");
ShowMenuForPlayer(neonmenu,playerid);
return 1;
}
pawn Код:
|
if(APlayerData[playerid][PlayerLevel] == 0) return SendClientMessage(playerid, 0xFFFFFFAA, "ERROR: You cannot use this command!");
C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(287) : error 017: undefined symbol "APlayerData" C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(287) : warning 215: expression has no effect C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(287) : error 001: expected token: ";", but found "]" C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(287) : error 029: invalid expression, assumed zero C:\Users\Games\Desktop\World European Trucking Server\filterscripts\NeonColorsV2.1.2Beta.pwn(287) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |