10.03.2015, 05:56
Your second sscanf line should include the string.
Or you could just use your first sscanf instead of 2 different.
pawn Код:
if(sscanf(params, "s[129]i", x_vehicle, tmp)) return SendUsageMessage(playerid, "/v get [1-5]");