Hey, ich speichere im moment meine Position und möchte den Spieler wieder auf die Position setzen. Das speichern klappt soweit. Also alle 3 Cords. werden gespeichert. Aber wenn ich Spawnen will kommt das hier Ingame: Stay within the world Boundries. Leider weiß ich nicht woran es liegt. Ich habe es bereits mit SetPlayerPos und SetSpawnInfo. Jedoch kommt es immer noch...
Stock:
SpielerInfo[playerid][pLastX]=mysql_GetFloat("accounts", "pLastX", "Name", SpielerInfo[playerid][pName]);
SpielerInfo[playerid][pLastY]=mysql_GetFloat("accounts", "pLastY", "Name", SpielerInfo[playerid][pName]);
SpielerInfo[playerid][pLastZ]=mysql_GetFloat("accounts", "pLastZ", "Name", SpielerInfo[playerid][pName]);
SetSpawnInfo(playerid,0,SpielerInfo[playerid][pSkin],SpielerInfo[playerid][pLastX],SpielerInfo[playerid][pLastY],SpielerInfo[playerid][pLastZ],SpielerInfo[playerid][pLastA],0,0,0,0,0,0);
Aber es geht einfach nicht. Könnte mir jemand bitte helfen?