SA-MP Forums Archive
Problem when spawn - 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: Problem when spawn (/showthread.php?tid=108850)



Problem when spawn - [DDC]Delight - 16.11.2009

Hello guys,

I seem to have a problem when someone spawns in my server.

If someone spawns they only see theyre character and the placed objects in the city, the rest example:
roads, vehicles, buildings everything is gone.
They appear after someone has died.

How can I fix it that this appears right after spawn?
NOTE: Problem happend, when I implemented player colors (ive tried to remove them but the problem continues now)

Hope someone can help me cuz this is holding me back to complete the server


Re: Problem when spawn - mascii - 16.11.2009

if they spawn outside try add onplayerspawn
setplayerinterior(playerid,0);


Re: Problem when spawn - [DDC]Delight - 16.11.2009

ye the classselection is inside and the random spawn outside.

ill try to add that line, thanks for the reply


Re: Problem when spawn - [DDC]Delight - 18.11.2009

Quote:
Originally Posted by TisjuBoY
ye the classselection is inside and the random spawn outside.

ill try to add that line, thanks for the reply
Thanks for the help.
Post can be deleted now