SetPlayerPos Problem
#1

Hey guys, well I am making a gang wars / turf wars, Im using the streamer plugin, now what ive done is added a checkpoint inside an interiour for people that enter the gang hideout they can leave by walking into the CP and selecting Leave on the dialog menu. Problem is, When they leave it takes them back to where they were but the world is all invisible... You cant see anything, Heres my code

Код:
	if(dialogid == 7)
	{
		if(response)
		{
			if(listitem == 0)
			{
					SetPlayerPos(playerid, 1905.8606, -1116.0011, 25.6641);
					SetPlayerInterior(playerid, -1);
			}
		}
	}
The Dialog works I just feel it has somthing to do with SetPlayerInterior

Thanks in advance
Reply


Messages In This Thread
SetPlayerPos Problem - by LiamM - 02.01.2011, 15:31
Re: SetPlayerPos Problem - by BlackWolf120 - 02.01.2011, 15:34
Re: SetPlayerPos Problem - by JaTochNietDan - 02.01.2011, 15:35
Re: SetPlayerPos Problem - by Jochemd - 02.01.2011, 15:37
Re: SetPlayerPos Problem - by LiamM - 02.01.2011, 15:50
Re: SetPlayerPos Problem - by JaTochNietDan - 02.01.2011, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)