SA-MP Forums Archive
Spawning problem? - 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: Spawning problem? (/showthread.php?tid=177156)



Spawning problem? - jiggy89 - 16.09.2010

When i connect to my server,
i get this freaking problem:



any suggestion?

using luxadmin (but cant find anything there)
and also in my gamemode i cant find anything there that is causing this problem


Re: Spawning problem? - [RP]Famyli[RP] - 16.09.2010

just change your respawn cordinates


Re: Spawning problem? - Hiddos - 16.09.2010

Check if you're spawned in the correct interior is a start. Are you using anything that sets the players' interior?


Re: Spawning problem? - jiggy89 - 16.09.2010

Quote:
Originally Posted by [RP]Famyli[RP]
Посмотреть сообщение
just change your respawn cordinates
already did that three times lol, still not solved it
Quote:
Originally Posted by Hiddos
Посмотреть сообщение
Check if you're spawned in the correct interior is a start. Are you using anything that sets the players' interior?
hmm not that i know of, will check it out


Re: Spawning problem? - FireCat - 16.09.2010

setvirtualworld 0?
or setinterior 0?


Re: Spawning problem? - jiggy89 - 16.09.2010

virtualworld will not fix it already tried that to (with admin command)


Re: Spawning problem? - FireCat - 16.09.2010

do you have onplayerspawn any interior or virtualworld??


Re: Spawning problem? - jiggy89 - 16.09.2010

founded the problem,
had on "OnPlayerRequestClass" this:

SetPlayerInterior(playerid,17);// interior

i fixed the problem with putting
SetPlayerInterior(playerid,0);// interior

at the onplayerspawn.

thanks for the helping guys


Re: Spawning problem? - FireCat - 16.09.2010

lol see i helped i told you with interior
i hope i helped yah


Re: Spawning problem? - jiggy89 - 16.09.2010

u all did
i already asked myself some questions why i see people online (when u see the playerlist) but they are not in the map.....