Player doesnt see the anything after disconnecting - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Player doesnt see the anything after disconnecting (
/showthread.php?tid=270314)
Player doesnt see the anything after disconnecting -
slymatt - 19.07.2011
when a player disconnects and logs back in they go back to the location that they was last saved at but when the get back on it shows nothing but pickups and lamp posts sometimes some big wierd thing shows up.
Regards matthew
Re: Player doesnt see the anything after disconnecting -
MoroDan - 19.07.2011
Maybe you don't save the interior and / or the virtual World ?
Re: Player doesnt see the anything after disconnecting -
slymatt - 19.07.2011
how do you set their virtual world i cant find that command
Re: Player doesnt see the anything after disconnecting -
XGh0stz - 19.07.2011
Код:
SetPlayerVirtualWorld(playerid,0);
0 being the Virtual World you want to put the player in (Default is 0 though)
Re: Player doesnt see the anything after disconnecting -
slymatt - 19.07.2011
i take it that you can
Код:
GetPlayerVirtualWorld(playerid);
aswell.
Thanks for that you guys =P
Re: Player doesnt see the anything after disconnecting -
XGh0stz - 19.07.2011
https://sampwiki.blast.hk/wiki/Category:Scripting_Functions
(This page helps you locate all of Sa-MP Functions)
[Keep in mind there are 2, this is just the 1st page]
Re: Player doesnt see the anything after disconnecting -
Sew_Sumi - 20.07.2011
This fella needs to know about SetPlayerInterior, Not VirtualWorlds... VirtualWorld makes it so you see everything around you, but you see no cars, or players...
Interiors are the one that muck your vision of buildings, and everything else included (cars and players included but in a different way)