Game crashing
#2

You are doing something with hitid without checking if its valid.
So before using hitid directly do some checks for it:
PHP код:
if(hitid != INVALID_PLAYER_ID && IsPlayerConnected(hitid))
{

Reply


Messages In This Thread
Game crashing - by aoky - 03.07.2017, 01:39
Re: Game crashing - by jlalt - 03.07.2017, 01:51
Re: Game crashing - by aoky - 03.07.2017, 02:01
Re: Game crashing - by jlalt - 03.07.2017, 07:34

Forum Jump:


Users browsing this thread: 1 Guest(s)