18.02.2012, 14:27
So,how can I do this?
I have a timer,made with SetTimerEx.
If a player does a specific command,the timer will reset. With another value.
SetTimerEx("MyTimer", 50000, 0, "d", playerid);
If the player does /command
What should I do next?
Should I just
SetTimerEx("MyTimer", 7400000, 0, "d", playerid);
with the different value?
I just want it to reset for the player with a different value(different time).I am asking if this is possible
Thanks for your time
Regards
I have a timer,made with SetTimerEx.
If a player does a specific command,the timer will reset. With another value.
SetTimerEx("MyTimer", 50000, 0, "d", playerid);
If the player does /command
What should I do next?
Should I just
SetTimerEx("MyTimer", 7400000, 0, "d", playerid);
with the different value?
I just want it to reset for the player with a different value(different time).I am asking if this is possible
Thanks for your time
Regards

