22.08.2009, 00:13
try this
Код:
if (strcmp("/help", cmdtext, true, 5) == 0)
{
SendClientMessage(playerid,COLOR_YELLOW,"Account: /register /login /stats");
SendClientMessage(playerid,COLOR_YELLOW,"Roleplay: /me /do /attempt /(s)hout /(w)hisper /rap /freestyle /sing");
return 1;
}

