13.07.2015, 20:39
like this if i want to save the kills.
Код:
public OnPlayerDeath(playerid, killerid, reason) { if(GetPlayerWeapon(killerid) == 24) AccInfo[playerid][Deagle]++; return 1; }