OnPlayerSpawn [SOLVED] - 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: OnPlayerSpawn [SOLVED] (
/showthread.php?tid=132245)
OnPlayerSpawn [SOLVED] -
Chrham_2 - 06.03.2010
hello. I am starting a new server from scratch. My last was really succesfull, but I accidentaly delted my files, + backup of the backup and the on in the recycle bin :/
Well, its a while since I've done
easy stuff so I forgot this.
Before you spawn, you get a skin selection, but I can't see the player.
Its blank... When I spawn I can see myself. but never else.
[SOLVED]
No need for help
Re: OnPlayerSpawn -
Correlli - 06.03.2010
Set the correct camera coords for OnPlayerRequestClass callback.
Re: OnPlayerSpawn -
Chrham_2 - 06.03.2010
Yes, I have done that already.
But still it don't work..
Re: OnPlayerSpawn -
woot - 06.03.2010
Have you tried copying it from an example included gamemode?
Might it be a filterscript overwriting the gamemodes class selection?
Re: OnPlayerSpawn -
Chrham_2 - 06.03.2010
Quote:
Originally Posted by //exora
Have you tried copying it from an example included gamemode?
Might it be a filterscript overwriting the gamemodes class selection?
|
I don't use filterscripts. I code 100% on my own.
I just figured it out. My SetPlayerPos was to near, so it was "inside" my body.