SA-MP Forums Archive
[Help] Loading objects problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [Help] Loading objects problem (/showthread.php?tid=434166)



[Help] Loading objects problem - Linguritza - 01.05.2013

Hey, I have a problem with loading objects on the server.

I put the objects with MTA:SA, they load, but somehow the server has a limit of objects and if I pass that limit the objects that pass the limit don't load.
Please help.


Re: [Help] Loading objects problem - Pro_Drifter - 01.05.2013

I think your objects seems like this:
pawn Код:
CreateDynamicObject(4810, -769.26562500, -3974.11328125, -6.00000000, 0.00000000, 0.00000000, 165.45959473, 2, 0, -1, 250);
CreateDynamicObject(4810, -782.82025146, -3984.64038086, -6.25000000, 0.00000000, 0.00000000, 127.17507935, 2, 0, -1, 250);
CreateDynamicObject(4810, -822.41613770, -3940.13818359, -6.25000000, 0.00000000, 0.00000000, 152.97723389, 2, 0, -1, 250);
but its wrong need to be like this with 4 spaces:
pawn Код:
CreateDynamicObject(4810, -769.26562500, -3974.11328125, -6.00000000, 0.00000000, 0.00000000, 165.45959473, 2, 0, -1, 250);
    CreateDynamicObject(4810, -782.82025146, -3984.64038086, -6.25000000, 0.00000000, 0.00000000, 127.17507935, 2, 0, -1, 250);
    CreateDynamicObject(4810, -822.41613770, -3940.13818359, -6.25000000, 0.00000000, 0.00000000, 152.97723389, 2, 0, -1, 250);



Re: [Help] Loading objects problem - SimpalK - 01.05.2013

use www.convertffs.com if you want to convert map codes.
And then try using it.

if you don't wanna convert, Try using streamer plugin.


Re: [Help] Loading objects problem - Linguritza - 01.05.2013

None of thoose works


Re: [Help] Loading objects problem - absolute - 01.05.2013

you need to use the streamer plugin and include, as samp can't load more than 1000 objects(not sure) .
search a lil bit about it


Re: [Help] Loading objects problem - Linguritza - 01.05.2013

Sorry, Thank you guys, if someone meets the problem PM Me for help !


Re: [Help] Loading objects problem - PockerFace - 01.05.2013

Quote:
Originally Posted by Linguritza
Посмотреть сообщение
PROBLEM SOLVED
.If the problem Solved Then:


1. Say Thanks To Users Who Helped You, Because You Can't Give +Rep For Users, Because You Still Little Clucker.


2. Don't Just Say "PROBLEM SOLVED".


3. Edit Reply And Change It, Please.


Example For Change: Problem Solved, Thanks You All For Helping Me.