25.05.2015, 19:17
Hello,
so first If my players choose skin and then spawn, everything is removed ( the builduings, houses and the ground )
but I can walk.
I may thing its might because the players are teleported from the interior to the same world, idk, you can look.
If somebody helps me +1Rep
so first If my players choose skin and then spawn, everything is removed ( the builduings, houses and the ground )
but I can walk.
I may thing its might because the players are teleported from the interior to the same world, idk, you can look.
Код HTML:
new Float:spawnX, Float:spawnY, Float:spawnZ;
spawnX = 963.418762;
spawnY = 2108.292480;
spawnZ = 1011.030273;
ClearAnimations(playerid);
SetPlayerInterior(playerid, 1);
SetPlayerPos(playerid, spawnX, spawnY, spawnZ);
SetPlayerCameraPos(playerid, spawnX + 5.0, spawnY +3.0, spawnZ + 2.00);
SetPlayerCameraLookAt(playerid, spawnX, spawnY, spawnZ);
SetPlayerFacingAngle(playerid, -90.0000);


