CMD:kill(playerid) { SetPlayerHealthEx(playerid, 0); return 1; } CMD:suicidio(playerid) { SetPlayerHealthEx(playerid, 0); return 1; }