CreateObjects not showing up?? - 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: CreateObjects not showing up?? (
/showthread.php?tid=215616)
CreateObjects not showing up?? -
xemper - 23.01.2011
I've mapped a gang HQ, putted it into my script, and loaded the gm on my test server, but when i join server i only see 1-5 objects.
I dont get any errors in pawn, when i compiled.
Heres the link to the code:
http://pastebin.com/ei6cgHFk
Please help... :S
Re: CreateObjects not showing up?? -
Raz0r1000 - 23.01.2011
You need an object streamer. Use Incognito's streamer.
Re: CreateObjects not showing up?? -
xemper - 23.01.2011
I already do on my online server.
But can't it be loaded on my test server?
Re: CreateObjects not showing up?? -
Raz0r1000 - 23.01.2011
Yes you can use it on your test server.
Re: CreateObjects not showing up?? -
xemper - 23.01.2011
2 Questions.
How do I load it to my local server?
I entered a wrong password 3 times, and now im ip banned from my own local server, what do i do o.O
Re: CreateObjects not showing up?? -
-Rebel Son- - 23.01.2011
^
Wow....
Remove The ban files in your LAN Servers folder. and you will load it the same way you do on your live server.
Re: CreateObjects not showing up?? -
ricardo178 - 23.01.2011
Quote:
Originally Posted by -Rebel Son-
^
Wow....
Remove The ban files in your LAN Servers folder. and you will load it the same way you do on your live server.
|
Just go into your server files, i think there is something like samp.ban near the run server stuff, if it don't try on scriptfiles but it should be at sampp.ban in orincipal page!
And see how mutch objects you have, if i am right you can only have 600 objects without a streamer!
Re: CreateObjects not showing up?? -
mick88 - 23.01.2011
Quote:
Originally Posted by xemper
I already do on my online server.
But can't it be loaded on my test server?
|
Use CreateDynamicObject() instead of CreateObject().
Re: CreateObjects not showing up?? -
ricardo178 - 23.01.2011
Quote:
Originally Posted by mick88
Use CreateDynamicObject() instead of CreateObject().
|
You are using the some GameMode in your test server and in the online server right? If yes and you ahve icognito plugin instaled on the online, in the tester you have too! Then only convert the objects in dynamic and not normal objects!