03.09.2016, 12:18
Quote:
Try this
Код:
if(sscanf(params,"u",player1)) return SendClientMessage(playerid,COLOR_WHITE,"USAGE: /stats [playerid]"); |
Quote:
But if i want to check my stats not someone elses i dont want to put my id.. when i use /stats it says USAGE: /stats [playerid]
|
Код:
if (sscanf(params, "u", player1)) player1 = playerid;