29.06.2011, 09:15
Код:
CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
SendClientMessage(playerid, -1,""#COL_RED" Kamu telah menggunakan Command /kill");
SendClientMessageToAll(0xDEEE20FF, "???????????");
return 1;
}
when some player use command /kill the chatbox show who use that command
Example:
i use kill
then the chatbox say:
Horrible[playerid] menggunakan command /kil
^pl0x help....l

