27.11.2016, 01:03
Okay the problem is that, when i type /exit anywhere its teleports me on the air. I know everyone gonna tell me to check the EXIT command but i check it and there are some coords so i can't fix it, i mean i will bug it more if i try so i need ur help
Quote:
CMD:exit(playerid, params[]) { TogglePlayerControllable(playerid, 0); GameTextForPlayer(playerid, "Loading Objects.", 4000, 5); SetPVarInt(playerid, "LoadingObjects", 1); SetTimerEx("SafeLoadObjects", 4000, 0, "d", playerid); SetPlayerPos(playerid, 319.554931, 312.155181, 999.148437); return SendToExit(playerid); } |