15.06.2017, 13:49
I have created an actor
But -->Actors can be pushed by vehicles, use a timer to put them back at their positions.
How to use a timer to put them back at his position ?
PHP Code:
public OnGameModeInit()
{
CreateActor(29, 1631.6747, 980.8739, 10.8203, 232.7813);
}
How to use a timer to put them back at his position ?