Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 21.10.2007
lol line 812 is:
pawn Код:
ObjectInfo[obcount][ospawndist] = spawn_distance;
which as far as i can tell or have even heard of cannot produce that warning and indeed oncompiling for me it gives no warnings...maybe u got an older version of the compiler lol :S
either way it shouldnt cause u any problems but id love to know why it appears on urs but not mine :S
and as for distances 500 is fairly big for small items like vehicles and pickups. I would recommend:
Vehicles: 200-250
pickups: 200-250
Map Icons: 150-200 (they are only visible on ur minimap when u hit them at about 200m for the first time anyway - GTA sets that)
Objects-small: 200-250
Objects-Medium: 300-400
Objects-Large: 450+
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Tornado - 21.10.2007
Damn, it worked when i used it only for vehicles and objects. I added map icons, and pickups too, and i get this (all warnings):
Quote:
D:\Gry\GTA San Andreas\samp02-win32\pawno\include\streamer.inc(767) : error 017: undefined symbol "mmmodel"
D:\Gry\GTA San Andreas\samp02-win32\pawno\include\streamer.inc(812) : warning 213: tag mismatch
D:\Gry\GTA San Andreas\samp02-win32\pawno\include\streamer.inc(850) : warning 213: tag mismatch
D:\Gry\GTA San Andreas\samp02-win32\pawno\include\streamer.inc(842) : warning 203: symbol is never used: "ttype"
|
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 21.10.2007
lol updated again...
i honestly dont understand why it keeps missing these when i compile to check it...wierd but ur giving it a good test lol
EDIT: redownload again...i discovered ur tag mismatch warning problem...i think my compiler is older and never picked it up...one of the variables (spawndist) wasnt labelled properly as a Float so it wouldn't cause too much probs but i've changed it in the most recent version as of now in the download
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Tornado - 21.10.2007
Not all things work :/
SetVehicleStreamPos() has no effect, vehicle doesn't move at all
Pickups don't show up too
Same with Objects
Map icons work fine
Vehicles work too, but sometimes when i drive vehicle it suddently changes color (i did SetVehicleUsed(vehicleid,true); under OnPlayerEnterVehicle)
Also it interferes with my car health bar, it thinks vehicle has no health (not always, sometimes it works). Something like GetStreamVehicleHealth would be needed.
I did ActivateAllStreamers(); under OnGameModeInit (i don't have to put 1 between ( and ) right??)
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 21.10.2007
yeah I'll look over the processes...i had a prob with vehicles last night so i have a hunch the same things hapnin with objects and pickups possibly lol
OK i deserve shot...i think im getting tired cos i crossed some of the enum info variables up in my head and got the pickups registered with the minimap and the objects registere with the pickups...dont ask lol
its fixed now...although im not too optomistic of it being perfect yet lol
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Christian R. - 22.10.2007
does not work, when someone conect, my server crashes.
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 22.10.2007
hmmmm are u sure...works fine when i use the commands in my gms :S I'll check it again though :S
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Gehaktbal - 22.10.2007
Hey tAxI,
Well I took a clean new pwn file, and included the
new streamer.
When compiling I get these warnings:
streamer.inc(735) : warning 202: number of arguments does not match definition
streamer.inc(736) : warning 213: tag mismatch
streamer.inc(736) : warning 202: number of arguments does not match definition
So there is still something not right
Cya later!
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 22.10.2007
lol i added wrong file for download sorry...updated :S
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Gehaktbal - 22.10.2007
Thanks tAxI, Its working perfect now!
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Meicel - 27.11.2007
Hello all??
Cean you help me for errors please`??
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 27.11.2007
I've not included objects in this streamer as of yet as they don't work at all lol :P
i have managed to fix this though so watch this space later tonight
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Jashugan - 29.11.2007
Is this updated? Does the object streamer work now? I'm currently using xObjects but I like the way you stream you stuff far better, so plz let us know when you've fixed it!
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Antironix - 29.11.2007
Quote:
Originally Posted by Seif[P7
]
Uhm, does the vehicle model streamer actually streams more than 70 models? Like I can add all 211 models?
|
Well it must work. But you can't add 211 models in one area. That will crash you.
And i don't know if the vehicles are for all players.(if you see 60 models and somebody else 20 different models. Maybe it will crash).
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 29.11.2007
u can add as many models in any one area as u like...my inc has a built in limit where it will stop creating vehicles if u try to go above 68 models at once, but if u add another vehicle of a model that exists then it will still create it
guys this streamer controls everything including model limits :P
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Jashugan - 29.11.2007
Well, I personally crash if i go over 70..
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
cptnsausage - 30.11.2007
hmmm wierd - maybe i havent updated it...cos there wqas a minor prob in previous version with it :S lol...ill check when i get home
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Jashugan - 30.11.2007
cool

that would indeed come in handy.
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Alejandro - 01.12.2007
hella people time out on my server with the vehicle streamer. everything is set. any reason why?
EDIT: i keep getting a warning error processing player message and then i crash.
Re: [INC] tAxI's Advanced Streamer Toolkit (Minimap,Objects,Vehicles,Pickups) -
Jashugan - 01.12.2007
Do you have the minimap icon streamer running? It uses a LOT of CPU.