08.04.2010, 19:46
Quote:
Originally Posted by Joe Torran C
I dont use strval cause i cant the way im doing it but it sitll works the same,
Anyway thats not working - btw i using sscanf |
new time;
if(sscanf(params, "i", time)) return SendClientMessage(playerid, 0xFFFFFFFF, "You didn't specify a time!");
else SetTimerEx("bla", time, 0, "i", playerid);
If that doesn't work, I don't know what will.