Posts: 82
Threads: 22
Joined: Nov 2011
Reputation:
0
Sorry I am only a n00b at scripting but where to I put the objects under using Incognito's Streamer?
If anyone helps me I will give them +1
Posts: 412
Threads: 4
Joined: Mar 2011
Reputation:
0
You add the objects like default (CreateObject) which is under OnGameModeInit
Posts: 82
Threads: 22
Joined: Nov 2011
Reputation:
0
Thanks guys! Now can I have my objects under another filter script?
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
Yes you can. You would use OnFilterScriptInit() instead though.
Posts: 966
Threads: 5
Joined: Jul 2011
Reputation:
0
Yes, you can, but the streamer.inc file must be included in that filterscript as well. All scripts are ran on the same virtual machine which means the objects will be "shared" across the SA-MP server.
Posts: 82
Threads: 22
Joined: Nov 2011
Reputation:
0
Ok another question how come the objects do not stream? I am using Incognito's. Does anyone have a good tutorial?
Posts: 82
Threads: 22
Joined: Nov 2011
Reputation:
0
The objects will not stream. Someone help me!