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=127764)
spawning problem -
aircombat - 14.02.2010
when i spawn i see a blank world , here is a picture :
/imageshack/img521/4537/72058730.png

:'(
________
Cs1x
Re: spawning problem -
[Bm]rap45 - 14.02.2010
O_o have you set an interior when spawning?
Re: spawning problem -
aircombat - 15.02.2010
*Bump* edit , i only see the map when i type /kill
________
HAWAII MEDICAL MARIJUANA DISPENSARY
Re: spawning problem -
[Bm]rap45 - 15.02.2010
i just asked you to help you -.-
Re: spawning problem -
Anwix - 15.02.2010
This happens when you set an interior in your class selection.
This will fix it
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid, 0);
return 1;
}