I'm here to ask you, how to implent a function ? I've the error 004
Code:
error 004: function "OnPlayerKilledPlayer" is not implemented
PHP Code:
OnPlayerKilledPlayer(playerid, deathid)
{
// Codee..
return 1;
}
Code:
PHP Code:
#include <a_samp>
public OnPlayerDeath(playerid, killerid, reason)
{
#if defined OnPlayerKilledPlayer
if(killerid != INVALID_PLAYER_ID) OnPlayerKilledPlayer(playerid, reason);
#endif
return 1;
} forward OnPlayerKilledPlayer(playerid, deathid);
NB: This is only optimization.
Implent a function?
Aucun commentaire:
Enregistrer un commentaire