08.05.2012, 16:06
but tested but didnt give any error when i compile test and tell me * hope i help you
pawn Код:
CMD:help(playerid, params[])
{
if(isnull(params))return SendClientMessage(playerid, -1, "* Type: /help [account/map/ect]");
if(!strcmp(params, "account", true))
{
SendClientMessage(playerid, -1, "You're account code");
}
if(!strcmp(params, "map", true))
{
SendClientMessage(playerid, -1, "You're map code");
}
return true;
}