17.10.2011, 09:32
I want to make a achievement script, a script which gives an achievement to a player when he got his first kill. How can i do that?
public OnPlayerDeath(playerid, killerid, reason)
{
//Do Your Code Here
return 1;
}