06.08.2013, 22:26
No, no.. on the /sellsteel command, replace:
with:
You forgot to add the last "d" specifier so price stays 0.
pawn Код:
if(sscanf(params,"ud",id,amount,price)) return SyntaxMSG(playerid, "/sellsteel [playerid/PartOfName] [amount] [price]");
pawn Код:
if(sscanf(params,"udd",id,amount,price)) return SyntaxMSG(playerid, "/sellsteel [playerid/PartOfName] [amount] [price]");