OnplayerDeath and OnPlayerTakeDamage - Array index out of bounds
#2

PHP код:
killerid LastDamager[playerid];
        
reason LastDamagerType[playerid]; 
Should be
PHP код:
LastDamager[playerid] = killerid;
LastDamagerType[playerid] = reason
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)