Help with crashdetect info
#7

Rather than having a value of 999 etc., make it -1 instead.

pawn Код:
if(GettingSpectated[playerid] != 999)
        {
                new spectator = GettingSpectated[playerid];
                if(!IsPlayerConnected(spectator))
                {
                        GettingSpectated[playerid] = 999;
                        Spectate[spectator] = 999;
                }
Change all values like the ones above to -1, or INVALID_PLAYER_ID.
Reply


Messages In This Thread
Help with crashdetect info - by Jacksta21 - 22.10.2013, 15:35
Re: Help with crashdetect info - by -Prodigy- - 22.10.2013, 15:46
Re: Help with crashdetect info - by Jacksta21 - 22.10.2013, 15:56
Re: Help with crashdetect info - by -Prodigy- - 22.10.2013, 16:02
Re: Help with crashdetect info - by Threshold - 22.10.2013, 16:16
Re: Help with crashdetect info - by Jacksta21 - 22.10.2013, 16:29
Re: Help with crashdetect info - by Threshold - 22.10.2013, 16:37
Re: Help with crashdetect info - by Konstantinos - 22.10.2013, 17:04
Re: Help with crashdetect info - by Jacksta21 - 22.10.2013, 17:05
Re: Help with crashdetect info - by Konstantinos - 22.10.2013, 17:13

Forum Jump:


Users browsing this thread: 2 Guest(s)