Interiors.
#5

Yea use SetPlayerInterior(playerid, 0);

Ex:

Код:
public OnPlayerConnect(playerid)
{
             SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
	return 1;
}
Код:
public OnPlayerEnterCheckpoint(playerid)
{
             SetPlayerInterior(playerid, 0);
	return 1;
}
Reply


Messages In This Thread
Interiors. - by SA-MPDrifter - 01.10.2012, 17:51
Re: Interiors. - by xMCx - 01.10.2012, 17:56
Re: Interiors. - by gtakillerIV - 01.10.2012, 17:59
Re: Interiors. - by SA-MPDrifter - 01.10.2012, 18:01
Re: Interiors. - by gtakillerIV - 01.10.2012, 18:31
Re: Interiors. - by Red_Dragon. - 01.10.2012, 18:33
Re: Interiors. - by Sunnyrosario - 01.10.2012, 19:15
Re: Interiors. - by SA-MPDrifter - 01.10.2012, 20:03
Re: Interiors. - by SA-MPDrifter - 01.10.2012, 20:28

Forum Jump:


Users browsing this thread: 1 Guest(s)