CMD:stats problem.
#5

Quote:
Originally Posted by Kyance
Посмотреть сообщение
Would renaming it really do something?
Well, still.. re-named, nothing changed..
As i said earlier, i have a feeling that I'm missing something, but i can't notice it.

Thanks, this worked.
It's not what I mentioned, check there my stats command:
pawn Код:
CMD:stats(playerid,params[])
{
    new id;
    if(sscanf(params,"u",id)) return SendClientMessage(playerid, BLUE,"USAGE: "cwhite"/stats (id / name)");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, RED, "Player is not connected!");
    ShowStats(playerid, id);
    return 1;
}
Reply


Messages In This Thread
CMD:stats problem. - by Kyance - 17.11.2013, 17:16
Re: CMD:stats problem. - by x96664 - 17.11.2013, 17:21
AW: CMD:stats problem. - by Skimmer - 17.11.2013, 17:24
Re: CMD:stats problem. - by Kyance - 17.11.2013, 17:25
Re: CMD:stats problem. - by x96664 - 17.11.2013, 17:51

Forum Jump:


Users browsing this thread: 3 Guest(s)