[Server] Map Dynamic Object Invisible Problem - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Support (https://www.burgershot.gg/forumdisplay.php?fid=12) +--- Thread: [Server] Map Dynamic Object Invisible Problem (/showthread.php?tid=2005) |
Map Dynamic Object Invisible Problem - LinesinRows - 2021-05-10 Hello, When I created dynamic object for map (In filter-script), some objects doesn't seem for player. What's the problem in this case? Thanks in advance. Some code in map; PHP Code: tmpobjid = CreateDynamicObject(19450, 164.765304, 1937.607055, 530.600891, 0.000000, 0.000000, 90.000000, -1, -1, -1, 300.00, 300.00); Problem img; https://ibb.co/y04czJT RE: Map Dynamic Object Invisible Problem - LinesinRows - 2021-05-10 Problem solved In OnGameModeInit() -> add // For disappear obj Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, 995); |