17.11.2013, 17:51
Quote:
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. |
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;
}