25.10.2013, 22:14
Hope that's what you looking for , small example
If you are looking for dialog when player type /mycolor for example here you go :
http://pastebin.com/0ZFp1bRf
pawn Код:
CMD:redcolor(playerid ,params[])
{
SetPlayerColor(playerid,0xFF0000FF);
return 1;
}
http://pastebin.com/0ZFp1bRf