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