31.10.2016, 08:35
If not, try this
I'm not really good at these. Just trying my best to help
PHP код:
new PlayerDeaths[MAX_PLAYERS] = 0;
PHP код:
CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, 0.0);
SendClientMessage(playerid, -1, "You Have commited a Suicide");
PlayerDeaths[playerid]++;
return true;
}
