07.04.2012, 08:38
Quote:
if (strcmp("/kill", cmdtext, true, 10) == 0)
{ SetPlayerHealth(playerid, 0); SetPlayerScore(playerid, GetPlayerScore(playerid) - 1); } |
If a player name's is Michael and he used /kill then there will be a text message for all that Michael has commited a sucide.