27.11.2013, 00:47
Quote:
Are you perhaps in a virtual world? Or maybe set to a certain interior and it is saving? If so, create a command like such:
Код:
CMD:vwreset(playerid,params[]) { new Float:x, Float:y, Float:z; SetPlayerInterior(playerid, 10); GetPlayerPos(playerid, x, y, z); SetPlayerVirtualWorld(playerid, 0); SetPlayerPos(playerid, x, y, z); SendClientMessage(playerid, COLOR_NEWBIE, "Your virtual world has been reset."); SetPlayerInterior(playerid, 0); return 1; } |
the Virtual worlds, because in the screenshot's he showed that he was on a vehicle.
And to get them in a VW you have to script that intentionally (same goes for interior id's btw).
I think if he did that, that he then already realized what he did

But anyway, thanks for thinking along.