27.06.2011, 18:54
Quote:
|
Example
pawn Код:
|
pawn Код:
command(kill, playerid, params[])
{
new id;
if (sscanf(params,[b]"u"[/b], id))
{
return SendClientMessage(playerid, -1, "* USAGE: /kill [Nick/ID]");
}
SetPlayerHealth(id, -1);
return 1;
}


