receives score when playerid dies in the vehicle per killerid (OnPlayerDeath)
#2

You start using killerid, before you've checked if killerid is invalid... That's a good way to cause your server to crash...

Код:
DateM[killerid][cKills] += 1;
DateM[playerid][cDeaths] += 1;}

if(killerid != INVALID_PLAYER_ID){
Reply


Messages In This Thread
receives score when playerid dies in the vehicle per killerid (OnPlayerDeath) - by PaulCrouseVS - 05.06.2018, 01:25
Re: receives score when playerid dies in the vehicle per killerid (OnPlayerDeath) - by Sew_Sumi - 05.06.2018, 01:47

Forum Jump:


Users browsing this thread: 1 Guest(s)