Character spawn at Center world ? - 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: Character spawn at Center world ? (
/showthread.php?tid=187706)
Character spawn at Center world ? -
MyLife - 04.11.2010
I have problem in my gamemode.
When player/npc connect to server and spawned they will spawn at pos 0.0 0.0 0.0.
and i can't setplayerhealt,setplayermoney,setplayerpos.
I do not remember what changed.
How to check and fix this bug ?
Sorry for bad english >_<
Re: Character spawn at Center world ? -
••• ĤБĶБM ••• - 04.11.2010
Look for OnPlayerSpawn
Change the SetPlayerPos X Y Z to any other position.
Re: Character spawn at Center world ? -
MyLife - 04.11.2010
Quote:
Originally Posted by ••• ĤБĶБM •••
Look for OnPlayerSpawn
Change the SetPlayerPos X Y Z to any other position.
|
Thank for help but doesn't work