08.04.2011, 20:56
Hello, I'm working on my new script.
The script has given me two errors which I am confused on how to continue with.
Errors:
Line 2398
Line 2416
If you could help me solve this, I would greatly appreciate.
The script has given me two errors which I am confused on how to continue with.
Errors:
Код:
C:\Users\****\Desktop\samp\gamemodes\APO.pwn(2398) : error 029: invalid expression, assumed zero C:\Users\****\Desktop\samp\gamemodes\APO.pwn(2416) : warning 225: unreachable code
Код:
*2398*||||| if(PlayerInfo[playerid][BankRobbery] == 1 || IsPlayerAdmin(playerid) == 1)) *2399*||||| {
Код:
*2416*||||| return 1; *2417*||||| }