Need help with teleports.
#3

PHP код:
if(GetPlayerState(playerid) == 2
{
SetVehiclePos(GetPlayerVehicleID(playerid),1893.8665,-2328.5776,13.5469);

else

SetPlayerPos(playerid,1893.8665,-2328.5776,13.5469);

if you use any interiors make sure you add

PHP код:
LinkVehicleToInterior(GetPlayerVehicleID(playerid),GetPlayerInterior(playerid)); 
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid),GetPlayerVirtualWorld(playerid)); 
after you have set the player's interior and virtualworld
Reply


Messages In This Thread
Need help with teleports. - by Majava - 10.10.2012, 20:24
Re: Need help with teleports. - by Dolby - 10.10.2012, 20:35
Re: Need help with teleports. - by [FAT]Klabauter[LST] - 10.10.2012, 20:39
Re: Need help with teleports. - by Majava - 10.10.2012, 21:03
Re: Need help with teleports. - by TzAkS. - 10.10.2012, 21:11
Re: Need help with teleports. - by mastermax7777 - 10.10.2012, 23:54
Re: Need help with teleports. - by Majava - 11.10.2012, 09:08
Re: Need help with teleports. - by denNorske - 11.10.2012, 09:29

Forum Jump:


Users browsing this thread: 1 Guest(s)