Interior
#7

Quote:
Originally Posted by showarn
Посмотреть сообщение
use this
Код:
		new Float: x, Float: y, Float: z;
		GetPlayerPos(playerid, x, y, z);
		if(x == 0.0 && y == 0.0)
		{
  			SetPlayerInterior(playerid,1);
			SetPlayerPos(playerid, 1.808619,32.384357,1199.593750);
			SetPlayerFacingAngle(playerid, 359.4621);
			SetCameraBehindPlayer(playerid);
		}
		SetPlayerToTeamColor(playerid);
		return 1;
	}
	return 1;
or just use this if you got the rest

Код:
			SetPlayerInterior(playerid,1);
			SetPlayerPos(playerid, 1.808619,32.384357,1199.593750);
WORKING Thanks Dude !
Reply


Messages In This Thread
Interior - by Dusan01 - 28.11.2012, 18:37
Re: Interior - by rbush12 - 28.11.2012, 22:06
Re: Interior - by maramizo - 28.11.2012, 22:11
Re: Interior - by Dusan01 - 29.11.2012, 03:50
Re: Interior - by Kitten - 29.11.2012, 03:55
Re: Interior - by showarn - 29.11.2012, 06:14
Re: Interior - by Dusan01 - 29.11.2012, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)