My new GM works but on playerspawn - 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: My new GM works but on playerspawn (
/showthread.php?tid=286391)
My new GM works but on playerspawn -
Ehab1911 - 28.09.2011
How can I fix that?
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, 2470.7280,-1753.0665,13.5469);
SetPlayerFacingAngle(playerid, 269.1088);
SetPlayerInterior(playerid, 0);
return 1;
}
Re: My new GM works but on playerspawn -
IstuntmanI - 28.09.2011
If you are using JunkBuster, update it to the last version:
https://sampforum.blast.hk/showthread.php?tid=71877
Re: My new GM works but on playerspawn -
Ehab1911 - 28.09.2011
Not using JunkBuster.
Re: My new GM works but on playerspawn -
Pharrel - 28.09.2011
you must set the player pos...
Re: My new GM works but on playerspawn -
Pharrel - 28.09.2011
i dont use addplayerclass... just setplayerpos solved the problem for me