17.02.2009, 17:23
Hello.
I have tryed (whitout luck) to get my players spawn in a building. (Jeffersons Motel)
But when i go into the building type /save and the insert this line in my gamemode - he/she spawn in the air ?
What is the problem ?
- KennethHoegh
I have tryed (whitout luck) to get my players spawn in a building. (Jeffersons Motel)
But when i go into the building type /save and the insert this line in my gamemode - he/she spawn in the air ?
Код:
public OnPlayerSpawn(playerid) { SetPlayerPos(playerid, 2227.2009,-1150.4501,1025.7969); // Spawn at Unity Station {OK} return 1; }
- KennethHoegh