Posts: 194
Threads: 27
Joined: May 2013
Reputation:
0
I've had objects mapped while back in 0.3x, and now when I add the codes, they do not appear, could someone tell me why?
Do I have to apply something like to 0.3z version for this?
It's in gamemode, I tried with and without streamer, its still not appearing, can someone please kind help me
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
Make sure, the CreateObject code didn't got 1000. Because there is a limit of CreateObject
Posts: 194
Threads: 27
Joined: May 2013
Reputation:
0
It's only up to 50 CreateObjects.
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
Can you show us, those lines . BTW, where you put then?
Posts: 194
Threads: 27
Joined: May 2013
Reputation:
0
I have like CreateObject stuff; back in 0.3x
I lost my .pwn script but I found the codes in pastebin(I dont know if that causes the problem) I guess not:
then I copied everything and pasted to my recently gamemode.
CreateObject, I've put it in the gamemode init and removebuildingforplayer in onplayerconnect
I compile it, no error, no nothing, I start the server, other createobjects that I made are working, but these from 0.3x don't show up.
I started with DynamicObject, all the same
I hope you can fix this, I really want my codes back, but it's really frustrating to see how my recent codes work and the old ones don't at the same time on the server.