07.09.2009, 18:28
Hello, i'm trying to script something so that when peoples log out , the next time they log in they are in the same spot. For all my OnPlayerSpawns for all ranks, i've added SetPlayerPos(playerid, x, y, z); and at the beggining of my public call, i've added new Float
, Float:y, Float:z;. However, whenever i start it up, i always spawn in some farm area at the edge of the map. In OnPlayerDisconnect i've also put new Float
, Float:y, Float:z; and GetPlayerPos(playerid, x, y, z);
Anyone know what's up?


Anyone know what's up?