02.01.2011, 15:31
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
The Dialog works I just feel it has somthing to do with SetPlayerInterior
Thanks in advance
Код:
if(dialogid == 7) { if(response) { if(listitem == 0) { SetPlayerPos(playerid, 1905.8606, -1116.0011, 25.6641); SetPlayerInterior(playerid, -1); } } }
Thanks in advance