25.11.2010, 15:26
Okay, I'm trying to understand the main difference bettween SetTimer and SetTimerEx functions.
My questions are:
My questions are:
1.) Is the SetTimer a global timer?
2.) Is the SetTimerEx only for one player?
3.) I've found it on SA-MP Wiki and I can't understand for what is: "is " behind "false", for what is " 1337 " and what is " hello! " in this code?
pawn Код:
SetTimerEx("message", 1000, false, "is", 1337, "hello!");
4.) If some random player has Controllalbe set to 0 and some player call's function with SetPlayerControllable = 1 function in it( In the SetTimer ), will that player who had his controlls set to 0 have his controlls set to 1 ??