hide fires on spawn

This commit is contained in:
Lorenc Pekaj 2019-02-17 10:28:58 +11:00
parent dcfcc35d63
commit 46554c9417

View File

@ -37,11 +37,7 @@ hook OnPlayerDisconnect( playerid, reason )
return 1; return 1;
} }
#if defined AC_INCLUDED hook OnPlayerSpawn( playerid )
hook OnPlayerDeathEx( playerid, killerid, reason, Float: damage, bodypart )
#else
hook OnPlayerDeath( playerid, killerid, reason )
#endif
{ {
StopPlayerFireTracker( playerid ); StopPlayerFireTracker( playerid );
return 1; return 1;