Objects don't appear. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Objects don't appear. (
/showthread.php?tid=66755)
Objects don't appear. -
godlyliar - 24.02.2009
Hi,
I'm having trouble with my objects I made with MTA Map Editor.
When I convert the map to the .pwn scripts and add them to my GM they are not visible and touchable in game.
Here's one object line.
CreateObject(5147, 1251.424805, 3048.267578, 36.979389, 0.0000, 359.1406, 270.7224);
Re: Objects don't appear. -
ZakuAbumi - 25.02.2009
The object shoudl work...
I dont think its a problem with the Converter, never had one with it...
You should better use a Streamer, maybe you have too much objects!
Samp can only create 150-250 objects, as far as i know...
But that means, these 150-250 objects should appear at least...:/
Well, try it with a streamer, maybe that helps...
For the beginning u should use MidoStream, its very easy to understand.
Re: Objects don't appear. -
godlyliar - 26.02.2009
Thanks =D
Re: Objects don't appear. -
Kanji_Suzuki - 05.03.2009
are you adding to the right part of the script?
Re: Objects don't appear. -
MenaceX^ - 05.03.2009
How many objects you got there?