I just don't get it :P. also, Are both timers destroyable? I know SetTimer is, but not sure about SetTimerEx. Thanx..
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
Yes SetTimerEx is destroyable too..
SetTimer Is a Global timer for (mostly server) but nowadays it is used for run checking each player with FOR
SetTimerEx - used for player for example
in command /repair
make this timer and in timer(after the time) put RepairVehicle
So.. it would run only for the player who typed the command..
:O thanx, now i gotta destroy all my SetTimerEx's xD.. Thanx man. Ye i used SetTimerEx for player, but not sure if its like this, Settimerex("blabla", 10000, false, "i", playerid)? correct to use it? if not, still works for me for a player xD
k Thanx again