18.11.2016, 09:51
Hmm, try something like this:
Where sscanf will start scan from the 7st index (you should to change it in every option).
pawn Код:
if(sscanf(params[7], "f", hp)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /seteventinfo health [amount]");
Код:
health 100.0 ^^^^^^^^ 01234567...