[Help] Loading objects problem
#1

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.
Reply
#2

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);
Reply
#3

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.
Reply
#4

None of thoose works
Reply
#5

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
Reply
#6

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)