.map Streamer - 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)
+--- Thread: .map Streamer (
/showthread.php?tid=294037)
.map Streamer -
Scenario - 30.10.2011
I searched several times using different keywords, but I wasn't able to find anything that would allow me to stream a .map file to my server. By this I mean placing the file in a directory (i.e. /scriptfiles/maps) and having the server actually convert and stream the objects into my server automatically. It should do this for ALL of the .map files in the directory and I shouldn't have to tell the server which ones to load script-wise, it should just proceed upon initiation.
Can someone direct me to an FS like this, or explain how I could do this?
Re: .map Streamer -
iNorton - 30.10.2011
https://sampforum.blast.hk/showthread.php?tid=176461 is this what you mean?
Re: .map Streamer -
American - 30.10.2011
https://sampforum.blast.hk/showthread.php?tid=176461 That's what you're looking for
@iNorton WOW DUDE LOL. Faster than me in 2 seconds

.
Re: .map Streamer -
sleepysnowflake - 30.10.2011
You could use convertFFS to convert them to Createobject and put them under OnGameModeInit?
Re: .map Streamer -
Scenario - 30.10.2011
Quote:
Originally Posted by iNorton
|
I knew I knew someone who created one! I guess since I haven't talked to mick88 in awhile I forgot all about 'em!
Anyways, that is mostly what I'm looking for. I'll have to download that and see how the code works, perhaps I can just modify it a bit so it loads everything without me needing to define it all! Thanks!
Quote:
Originally Posted by Berlovan
You could use convertFFS to convert them to Createobject and put them under OnGameModeInit?
|
I'm trying to avoid the need to edit and re-upload the script each time I want to add new objects. Having a simple command like "/reloadobjects" would be much nicer than having to reboot the server and shit all the time. This way, I could upload a .map file to the directory, perform the "/reloadobjects" command and then I don't have to worry about anything.
Re: .map Streamer -
iNorton - 30.10.2011
Quote:
Originally Posted by RealCop228
I knew I knew someone who created one! I guess since I haven't talked to mick88 in awhile I forgot all about 'em!
Anyways, that is mostly what I'm looking for. I'll have to download that and see how the code works, perhaps I can just modify it a bit so it loads everything without me needing to define it all! Thanks!
|
He he pleasure to help out a veteran

Good luck