SA-MP Forums Archive
1 Question and 1 Suggestion - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 1 Question and 1 Suggestion (/showthread.php?tid=95104)



1 Question and 1 Suggestion - XtremeChio - 02.09.2009

Hello,

I've just made my server working with the 0.3 client but.

One question. I don't have to use the streamer anymore right, I can freely add AddStaticVehicleEx(or any other >.<) which means I can remove the streamer ?

One suggestion. When you press TAB, it would be good if you could move with your mouse too. You can only move with controls, it'd be better with both.


Re: 1 Question and 1 Suggestion - Redirect Left - 02.09.2009

SA:MP 0.3 has a built in streamer which cannot be disabled. You can freely use CreateVehicle / AddStaticVehicle(ex), and remove any previous streaming you used.


Re: 1 Question and 1 Suggestion - Matite - 02.09.2009

Quote:
Originally Posted by XtremeChio
One question. I don't have to use the streamer anymore right, I can freely add AddStaticVehicleEx(or any other >.<) which means I can remove the streamer ?
Yes... add them into your gamemode and let SA:MP stream them. Just stick to 150 models or less to be safe.

Quote:
Originally Posted by XtremeChio
One suggestion. When you press TAB, it would be good if you could move with your mouse too. You can only move with controls, it'd be better with both.
If the mouse controlled your movement then it would not move the pointer on the scoreboard so I guess it is one or the other.





Re: 1 Question and 1 Suggestion - XtremeChio - 02.09.2009

Quote:
Originally Posted by Matite
Quote:
Originally Posted by XtremeChio
One question. I don't have to use the streamer anymore right, I can freely add AddStaticVehicleEx(or any other >.<) which means I can remove the streamer ?
Yes... add them into your gamemode and let SA:MP stream them. Just stick to 150 models or less to be safe.

Quote:
Originally Posted by XtremeChio
One suggestion. When you press TAB, it would be good if you could move with your mouse too. You can only move with controls, it'd be better with both.
If the mouse controlled your movement then it would not move the pointer on the scoreboard so I guess it is one or the other.



Great, thank you both !

I can now add vehicles - And yes about the mouse thing, I forgot, my bad.

But how the streamer work like ? It creates a vehicle when someone is near and destroys it when no one is near ?