Quote:
Originally Posted by JesterlJoker
You can use this:
PHP код:
GetActorPos(actorid, Float:X, Float:Y, Float:Z)
to get the actor position then you need to verify if their position is correct if not.
PHP код:
SetActorPos(actorid, Float:X, Float:Y, Float:Z)
to set their position, you can change Float:X, Float:Y, and Float:Z to their default actor position.
|
This should be in the game mode init to write?
There is a chance you give an example?