25.08.2010, 22:12
Hi..
I want to make a something which moves several objects if a player is in range of them...
first I used a timer which constantly checks the positions of all connected players..
and now I want to set a timer like: SetTimerEx("moveback", 10000, false, "i", playerid);
but for objects...
so I don't have to create timer for each object..
so I only need to know how to make the
to something like
(btw I haven't tried the last thing yet
)
I want to make a something which moves several objects if a player is in range of them...
first I used a timer which constantly checks the positions of all connected players..
and now I want to set a timer like: SetTimerEx("moveback", 10000, false, "i", playerid);
but for objects...
so I don't have to create timer for each object..
so I only need to know how to make the
Код:
"i", playerid
Код:
"i", objectid
![Cheesy](images/smilies/biggrin.png)