16.02.2012, 13:43
to use this command you need to have ZCMD include
PHP код:
CMD:rules(playerid,params[])
{
SendClientMessage(playerid,-1,"No team kill ect...");
//-1 change this to your color code
//change message here " "
return true;
}