Object Names - 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)
+--- Thread: Object Names (
/showthread.php?tid=375538)
Object Names -
Dr. Dre - 07.09.2012
Okay so I want to name an object so I have new obbyject;
Now I want to obbyject = CreateObject(2148, x, y, z, vw etc etc.) All my objects that aren't attached to a variable work fine. But the ones which are attached to 1 do not show up at all. Everything is setup right. So am I doing this wrong or?
Re: Object Names -
zT KiNgKoNg - 07.09.2012
do you have
new object; at the top of your script?
Re: Object Names -
Dr. Dre - 08.09.2012
Quote:
Originally Posted by Ultra-Gaming
do you have
new object; at the top of your script?
|
Yeah I said that in the first line of my post ;p. "I have new obbyject;"
Re: Object Names -
Ballu Miaa - 08.09.2012
What are you attaching this Object to? Player or Vehicle?
Re: Object Names -
Dr. Dre - 08.09.2012
Oh NVM. It was a server bug after I restarted and checked into my server it worked. Thanks Anyways Guyz!