22.08.2009, 21:14
Lolz, i had the same problem.
At the end of each command, add
Here, i'll do the first one for ya:
At the end of each command, add
pawn Код:
return 1;
pawn Код:
if(strcmp(cmdtext, "/help", true) == 0)
{
SendClientMessage(playerid,COLOR_GREY,"Your commands: /animlist, /kill, /menu, /colors, /rules, /job");
return 1;
}

