10.05.2013, 17:51
Here's the command:
No errors/warnings..
pawn Code:
CMD:killtest(playerid, params[])
{
if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
SetPlayerHealth(playerid, 0);
return 1;
}