OnPlayerRequestClass help
#1

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.

Код 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);
If somebody helps me +1Rep
Reply


Messages In This Thread
OnPlayerRequestClass help - by Charalambos26 - 25.05.2015, 19:17
Re: OnPlayerRequestClass help - by Charalambos26 - 25.05.2015, 20:20
Re: OnPlayerRequestClass help - by PepsiCola23 - 25.05.2015, 20:21
Re: OnPlayerRequestClass help - by Konstantinos - 25.05.2015, 20:29
Re: OnPlayerRequestClass help - by PepsiCola23 - 25.05.2015, 20:41
Re: OnPlayerRequestClass help - by Charalambos26 - 25.05.2015, 21:01
Re: OnPlayerRequestClass help - by XStormiest - 25.05.2015, 21:08
Re: OnPlayerRequestClass help - by Charalambos26 - 25.05.2015, 21:17
Re: OnPlayerRequestClass help - by Charalambos26 - 25.05.2015, 21:32
Re: OnPlayerRequestClass help - by Charalambos26 - 26.05.2015, 09:52

Forum Jump:


Users browsing this thread: 1 Guest(s)