25.07.2017, 09:50
Quote:
Your first parameter.
Код:
S[100] Код:
S(string)[length] Optional string Change S[100] to S()[100] and see if the results are different. |
Код:
CMD:editglocker(playerid, params[]) { if (PlayerInfo[playerid][pAdmin] >= 1337 || PlayerInfo[playerid][pGangModerator] >= 1) { new string[128], choice[32], id, amount; if(sscanf(params, "s[32]dD", choice, id, amount))