SA-MP Forums Archive
Wtf? - 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: Wtf? (/showthread.php?tid=218313)



Wtf? - Luis- - 29.01.2011

Well, I am getting the "Stay within the World Bounderies" Bug and I need to get it fixed..

Tell me what Codes you need to see.


Re: Wtf? - [L3th4l] - 29.01.2011

Код:
Note: You can reset the player world bounds by setting the parameters to 20000.0000, -20000.0000, 20000.0000, -20000.0000.



Re: Wtf? - Luis- - 29.01.2011

So it'd be like this?

pawn Код:
SetPlayerWorldBounds(playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000);



Re: Wtf? - Larsey123IsMe - 29.01.2011

Quote:
Originally Posted by -Luis
Посмотреть сообщение
So it'd be like this?

pawn Код:
SetPlayerWorldBounds(playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000);
Yes.


Re: Wtf? - Luis- - 29.01.2011

Quote:
Originally Posted by Larsey123IsMe
Посмотреть сообщение
Yes.
Well that does not work..


Re: Wtf? - Larsey123IsMe - 29.01.2011

Quote:
Originally Posted by -Luis
Посмотреть сообщение
Well that does not work..
Hmm, Wierd

https://sampwiki.blast.hk/wiki/SetPlayerWorldBounds


Re: Wtf? - Luis- - 29.01.2011

GetVehiclePos?


Re: Wtf? - Memoryz - 30.01.2011

Do you have setplayerworldbounds anywhere in your script?


Re: Wtf? - Calgon - 30.01.2011

Have you set valid coordinates for a player spawn before spawning them (via SetSpawnInfo)?