![]() |
|
GTA SA-MP Scripting: Issue with rendering dynamic objects - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: General Discussions (https://forum.open.mp/forumdisplay.php?fid=6) --- Thread: GTA SA-MP Scripting: Issue with rendering dynamic objects (/showthread.php?tid=3667) |
GTA SA-MP Scripting: Issue with rendering dynamic objects - williamrhein - 2025-11-12 Hello, I’ve created a map that extends beyond 20,000 in the x coordinates (east of Los Santos). I’ve set my SetPlayerWorldBounds(playerid, 500000.00, -2000.00, 2000.00, -500000.00) and am using the latest version of the Incognito plugin. However, when I reach beyond 20,000 in x coordinates, the objects stop loading, and my car spawner script also fails to function. What could be causing this issue, and is there a way to resolve it so I can continue mapping beyond this limit? Here’s my code: Code: [https://pastebin.com/09YV34uL][1]<br><br> |