10.07.2010, 14:20
here take this:
you can edit the SendClientMessage
or add more things to the command
PHP код:
if(!strcmp(cmdtext,"/help",true))
{
SendClientMessage(playerid,0xFFFFFFAA,"Help command!");
return 1;
}
or add more things to the command