02.06.2012, 18:05
Sorry but I have just tried this and it doesn't work, I have just tried to make the typical /kill command with this:
and I get "SERVER: Unknown command."
pawn Code:
rCmd[]->kill(playerid)
{
SetPlayerHealth(playerid, 0.0);
return 1;
}