SA-MP Forums Archive
[+REP]. Not 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)
+--- Thread: [+REP]. Not spawn. (/showthread.php?tid=577384)



[+REP]. Not spawn. - norton2 - 11.06.2015

After you enter the password, I did not spawn.
And show bar.



Re: [+REP]. Not spawn. - Ghazal - 11.06.2015

What do you exactly mean?


Re: [+REP]. Not spawn. - norton2 - 11.06.2015

After you enter the password, I did not spawn.It appears this post and does not happen anything.


Re: [+REP]. Not spawn. - Ghazal - 11.06.2015

Did you add any player classes?


Re: [+REP]. Not spawn. - norton2 - 11.06.2015

No...
Код HTML:
public OnPlayerRequestClass(playerid,classid)
{
    return 1;
}



Re: [+REP]. Not spawn. - Ghazal - 11.06.2015

Nope, I mean OnGameModeInit, are there any AddPlayerClass?


Re: [+REP]. Not spawn. - norton2 - 11.06.2015

No...


Re: [+REP]. Not spawn. - Ghazal - 11.06.2015

Then add..


Re: [+REP]. Not spawn. - Huba - 11.06.2015

Use SetSpawnInfo and SpawnPlayer if you don't want the "bar"

https://sampwiki.blast.hk/wiki/SetSpawnInfo
https://sampwiki.blast.hk/wiki/SpawnPlayer


Re: [+REP]. Not spawn. - norton2 - 11.06.2015

Huba: +REP.