error 004: function "OnPlayerDeath" is not implemented???
#1

I don't understand why it is saying... function "OnPlayerDeath" is not implemented.


public OnPlayerDeath(playerid, killerid, reason)
{
Killz[killerid] ++; // The killer value will be increased
Deathz[playerid] ++; // The death value will be increased
return 1;
}


Please help.
Reply
#2

Something is wrong with your enum code. / make sure a_samp is in top of script / update to 0.3.
Reply
#3

Make sure you have properly included the a_samp library into your script.
Reply
#4

But it is
Reply
#5

Fixed it! I just messed up a bracket somewhere else in my script.
Reply
#6

Missing bracket ?
Reply
#7

Quote:
Originally Posted by NomNom
Посмотреть сообщение
Fixed it! I just messed up a bracket somewhere else in my script.
Next time use the "Edit" Button to prevent Double post.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)