27.03.2011, 12:48
How To Make Commands Using Zcmd i tried this but not working
when i type /cmds it says server unkown command
pawn Код:
CMD:Cmds(playerid,params[])
{
return SendClientMessage(playerid,blue,"kill");
}