objects wont work, help please! :( -
Randomai - 26.02.2011
Hey, i made Some objects with MTA editor and want them into my samp server.i converted with
http://www.convertffs.com/ and it said:
Код:
CreateObject(987,1418.62951660,-950.99273682,35.03474426,0.00,0.00,260.00000000); //object(elecfence_bar) (3)
CreateObject(987,1420.60900879,-939.31347656,35.02425385,0.00,0.00,259.99694824); //object(elecfence_bar) (4)
CreateObject(987,1422.48217773,-927.44445801,35.05074310,0.00,0.00,260.00000000); //object(elecfence_bar) (5)
CreateObject(987,1419.17504883,-915.13415527,35.04687500,0.00,0.00,350.00000000); //object(elecfence_bar) (6)
CreateObject(987,1424.52246094,-915.79980469,35.04687500,0.00,0.00,259.99694824); //object(elecfence_bar) (7)
CreateObject(987,1424.52246094,-915.79980469,35.04687500,0.00,0.00,260.00000000); //object(elecfence_bar) (8)
CreateObject(987,1338.57470703,-921.14990234,34.83312988,0.00,0.00,340.00000000); //object(elecfence_bar) (9)
CreateObject(987,1388.40625000,-908.94146729,34.53664398,0.00,0.00,350.00000000); //object(elecfence_bar) (10)
CreateObject(987,1377.30273438,-906.87109375,34.65322495,0.00,0.00,349.99694824); //object(elecfence_bar) (11)
CreateObject(987,1361.59521484,-927.29559326,33.18750000,0.00,0.00,80.00000000); //object(elecfence_bar) (12)
CreateObject(987,1363.45605469,-916.28710938,33.09915924,0.00,0.00,80.00000000); //object(elecfence_bar) (13)
CreateObject(987,1365.58007812,-904.67871094,34.44244385,0.00,0.00,349.99694824); //object(elecfence_bar) (14)
CreateObject(987,1349.85449219,-925.08789062,33.86559677,0.00,0.00,349.99694824); //object(elecfence_bar) (15)
CreateObject(987,1349.85449219,-925.08789062,33.86559677,0.00,0.00,349.99694824); //object(elecfence_bar) (16)
i put those to my samp gamemode, but when i go into that place where they suppose to be, there is nothing
Re: objects wont work, help please! :( -
Stigg - 26.02.2011
Are those the only objects in your gamemode ?
Re: objects wont work, help please! :( -
Mean - 26.02.2011
You maybe have some objects before that ( around 400 objects ), and you are goin over the limit, so they don't show. Or maybe you use some Filterscript that has streamer, and it results in conflicts.
Re: objects wont work, help please! :( -
Randomai - 26.02.2011
thanks mean, there was too much objects.How to make object limit bigger?like 1000?
or should i use streamer?i convert my objects to CreateDynamicObjects?hhm?
Re: objects wont work, help please! :( -
Mean - 26.02.2011
Yes, you should download any streamer, I'd suggest you to download Incognito's streamer, and use it.
Re: objects wont work, help please! :( -
Randomai - 26.02.2011
yea, got it..i go now make map, thanks again