Missing things In game
#1

So I've been working with a script my friend has given me a few months ago, the version that he first gave me is great and works fine when ever I compile and run it as a server. I've only added one mapping to it and boom! All the other mapping there where already in there are disappeared from me seeing them in game. They are clearly labeled and ordered in pawno, but once I get in game nothing seems to appear but the mapping I just placed.

Any help? Cause this is driving me nuts these passed two days
Reply
#2

Maybe streamer problem?
what Object Streamer you use?
Reply
#3

I have this version of streamer
http://code.******.com/p/samp-stream...4.zip&can=2&q=

im thinking it has something to do with streamer not 100 percent sure
Reply
#4

Are you creating the objects as
pawn Код:
CreateObject(code..);
Or

pawn Код:
CreateDynamicObject(code..);
Reply
#5

Everything besides this new mapping is
Код:
 CreateDynamicObject
and the map is in
Код:
 CreateObject
I'm new to the whole thing, but im thinking after you pointed this out that's the problem but is there a way to switch it or will I have to add dynamic to every line or this map?
Reply
#6

You can use this site to convert them to CreateDynamicObject.

http://convertffs.com/
Reply
#7

I did and thank you very much for your help +reped
Reply
#8

Np
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)