27.03.2013, 14:25
hmm k Vince.Let me explain,today i was doing something like that
But it was wrong.then YSI told me to Read the whole topic again.I read it and then i got and changed to this
S,fianlly today i learned how to use sscanf and calm down.I am not telling lie
pawn Код:
if(sscanf(params, "d", tmp) || sscanf(params, "d",tmp2) || !IsNumeric(tmp2)) return SendClientMessage(playerid, red, "USAGE: /settime [playerid] [hour]");
pawn Код:
if(sscanf(params, "dd",tmp,tmp2)) return SendClientMessage(playerid, red, "USAGE: /settime [playerid] [hour]");