Objects not showing up.
#1

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
Reply
#2

Did you load streamer?
Reply
#3

Yes, everything is loaded.
Reply
#4

"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
Reply
#5

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"
Reply
#6

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.
Reply
#7

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.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)