Run time error
#3

Quote:
Originally Posted by Misiur
Посмотреть сообщение
IIRC INVALID_PLAYER_ID is 0xFFFF, so I guess:
1. new spectator = GettingSpectated[playerid];

Now you have INVALID_PLAYER_ID, and you are using it anyway. Do something like
pawn Код:
if(spectator != INVALID_PLAYER_ID && PlayerInfo[spectator][pAdmin] >= 2) {
I'll try it. Thanks.
Reply


Messages In This Thread
Run time error - by DavidSparks - 20.01.2015, 19:50
Re: Run time error - by Misiur - 20.01.2015, 20:11
Re: Run time error - by DavidSparks - 20.01.2015, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)