16.02.2013, 16:10
player can only see his stats i want player can see all player s stats id 0 bug some one fix it?
PHP код:
CMD:stats(playerid, params[])
{
new targetid, string[256], string2[256], string3[256];
if(sscanf(params, "u", targetid))
if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, RED, "Player is not connected!");
{