Map problem and lag - 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: Map problem and lag (
/showthread.php?tid=508897)
Map problem and lag -
Tuntun - 24.04.2014
When i converted my map codes to CreateDynamicObjects it dosen't show in game
But i put them rightly in OnGamemodeInt and removes at OnPlayerConnect.
And btw is there something to do with my server lag?.... All lines are ok and also there is no error. But sometimes it lags. Also the gamemode is not too big for the host.
Should i change limit of any value? or in server.cfg?
Re: Map problem and lag -
arakuta - 24.04.2014
Did you loaded the plugin properly?
Re: Map problem and lag -
iBanner - 24.04.2014
Make sure the virtual world of the object should be the same as your virtual world. Also try separating all dynamic objects to one filterscript. use ..include/fsname to run when gm executes.
Are you sure it lags bec of the object? or did you check your onplayerupdate
Re: Map problem and lag -
Tuntun - 24.04.2014
Umm actually I think when i did convert my map to Create Dynamic my server has started to lagging... also the virtual world id is ok.... and my plugins are ok. If I have plugins problem then i should get some error in my server log and my gamemode shoundl't run. It should show Unkown-Gamemode or whatever it shows.