Objects 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)
+--- Thread: Objects not showing up. (
/showthread.php?tid=658295)
Objects not showing up. -
Dimkata - 31.08.2018
Sup guys.
I moved some objects from my old gamemode to my new gamemod and when I went ingame the objects were not there. I get no errors on anything.
Here are the codes
https://pastebin.com/czGjAXEi
I also have " new tmpobjid; "
and the only thing that i can see is this>
https://imgur.com/zshpEzi
Re: Objects not showing up. -
Lokii - 31.08.2018
Did you load streamer?
Re: Objects not showing up. -
Dimkata - 31.08.2018
Yes, everything is loaded.
Re: Objects not showing up. -
MAOREM - 01.09.2018
"new tmpobjid;" must be written only one time, so check if you defined it more than 1 time and check if another map use it. If yes, put " new tmpobjid; " before every map.
<include> streamer also on top
Re: Objects not showing up. -
Dimkata - 01.09.2018
Quote:
Originally Posted by MAOREM
"new tmpobjid;" must be written only one time, so check if you defined it more than 1 time and check if another map use it. If yes, put " new tmpobjid; " before every map.
<include> streamer also on top
|
I have 1 maps already using " new tmpobjid; ", like you said if i have another map i should write another " new tmpobjid; " , i wrote that , but i got the that its already defined..
Код:
error 021: symbol already defined: "tmpobjid"
Re: Objects not showing up. -
MAOREM - 01.09.2018
Quote:
Originally Posted by Dimkata
I have 1 maps already using " new tmpobjid; ", like you said if i have another map i should write another " new tmpobjid; " , i wrote that , but i got the that its already defined..
Код:
error 021: symbol already defined: "tmpobjid"
|
No fam, you did not get me.
Here is what i mean:
new tmpobjid;
-map1-
-map2-
You dont have to write 2 times "new tmpobjid;", or it will hide some objects.
MAOREM -
Sew_Sumi - 01.09.2018
Quote:
Originally Posted by MAOREM
You dont have to write 2 times "new tmpobjid;", or it will hide some objects.
|
What in the shit are you actually on about?
The only thing that will happen is that he'll lose track of the ID so he won't be able to change anything with this mapping, once it's spawned. They should still spawn.