08.08.2013, 20:30
Quote:
i dont think there is a function that will show all your commands just to a line i guess you will have to make all manualy like
Код:
SCM(playerid, COLOR_GRAD2,"{C3C3C3}[ACCOUNT]: {C3C3C3}/changepass /changesecret /stats /upgrade /id"); |
pawn Код:
ShowCommands(playerid, targetid)
{
// Commands here.
return 1;
}