29.03.2017, 19:39
Quote:
At the most end of that conditional statement. Right before the closing bracket.
|
I put like that and works:
Код:
if(sscanf(params, "us[250]i", id, item, ammount)) { SCM(playerid, COLOR_GREY,"Syntaxl: /set <id> <item> <ammount> "); SCM(playerid, COLOR_GREY, "Available Items: Group, Rank, Money, BankMoney, PlayedHours, RespecPoints."); SCM(playerid, COLOR_GREY, "Available Items: PremiumPoints, PremiumAccount, Level, FP, TeamViewer, VIP, Skin."); return 1; }