06.09.2007, 09:46
[GM] tAxI's Freeroam World - Classic Edition
Here it is guys - the re-release of the very popular tAxI's Freeroam World Classic. A number of people have asked me to repost since my old server for files got deleted and i just managed to find the backups on an old portable hard drive (aren't you all lucky!) lol
Features:
- Permanent saving user Reg/Login system with built in 3 level admin system and ALOT of admin commands.
- vehicles all controlled via a single menu system accessed via "/vmenu" command
- vehicle administration system including admin locking for vehicles and admin resetting of vehicles also via /vmenu command
- users can secure their vehicles against theft via either ejecting people or planting a lethal carbomb! - even works when the user is offline.
- users can call their vehicle to them and park their vehicle in places with the vehicle respawning where the user parks
- the only system on sa-mp to save mods directly from mod garages - no messing around with menus etc simply mod ur owned vehicle in a mod garage and it will respawn with ur mods installed where u last parked it.
- full functional fuel system complete with map icons over all refuelling points - refulling points included for large/oversize vehicles and planes and helicopters!
- full featured business system with earnings and buy/sell options. even earns u cash if you are offline.
- both vehicle and business systems are user configurable from external files - for details on how to set these up simply read the Mode sourcecode, users are advised to do so before running this GM.
- map icon streamer system in both versions to allow up to 250 businesses all with icons that show whether the business is bought or available for purchase.
- 24h banking system in all 24/7's for safe storage and permanently saved bank funds even if u die.
- admin chat channel.
- admins can view user stats live.
- mobile phone system for players to converse privately.
Licence: GNU-GPL.
As mentioned above in that list users are strongly advised to read all of the sourcecode and the comments at the top in order to find out how to manage the filesystem that backs up this rather complicated gamemode package - all files included with this package must be included in your scriptfiles directory or the GM will crash on loadup.
I have decided in this release not to re-release the sourcecode for the streamer version as its a bit buggy and to be honest u dont need more han 700 vehicles in this mode :P
Readme
[color=green]
Heres both versions for ya - older version is optomised for R4 release
It is important that you setup your scriptfiles directory properly or the gamemode will not even be able to initiate:
1 - You must create 3 folders within scriptfiles: tAxI_SYS_SETUP, tAxI_SYS_SAVE, tAxI_SYS_PLAYERS
2 - In the setup folder you must place a file named tAxI_vehicles_setup.tAxI and tAxI_businesses_setup.tAxI
3 - The vehicles setup file must contain the co-ords/info of your vehicles to be added into the GM in the following format:
model,x,y,z,z_angle,color1,color2 (each set of co-ords/info for each vehicle must start on a new line)
4 - The businesses setup file must contain the co-ords/info of your businesses to be added into the GM in the following format:
x,y,z,name,price,profit (the profit amount will be transferred to the business cashbox every hour)
I have included demo files for ppl to check and make sure they are doing it ok
Enjoy ppl
Here it is guys - the re-release of the very popular tAxI's Freeroam World Classic. A number of people have asked me to repost since my old server for files got deleted and i just managed to find the backups on an old portable hard drive (aren't you all lucky!) lol
Features:
- Permanent saving user Reg/Login system with built in 3 level admin system and ALOT of admin commands.
- vehicles all controlled via a single menu system accessed via "/vmenu" command
- vehicle administration system including admin locking for vehicles and admin resetting of vehicles also via /vmenu command
- users can secure their vehicles against theft via either ejecting people or planting a lethal carbomb! - even works when the user is offline.
- users can call their vehicle to them and park their vehicle in places with the vehicle respawning where the user parks
- the only system on sa-mp to save mods directly from mod garages - no messing around with menus etc simply mod ur owned vehicle in a mod garage and it will respawn with ur mods installed where u last parked it.
- full functional fuel system complete with map icons over all refuelling points - refulling points included for large/oversize vehicles and planes and helicopters!
- full featured business system with earnings and buy/sell options. even earns u cash if you are offline.
- both vehicle and business systems are user configurable from external files - for details on how to set these up simply read the Mode sourcecode, users are advised to do so before running this GM.
- map icon streamer system in both versions to allow up to 250 businesses all with icons that show whether the business is bought or available for purchase.
- 24h banking system in all 24/7's for safe storage and permanently saved bank funds even if u die.
- admin chat channel.
- admins can view user stats live.
- mobile phone system for players to converse privately.
Licence: GNU-GPL.
As mentioned above in that list users are strongly advised to read all of the sourcecode and the comments at the top in order to find out how to manage the filesystem that backs up this rather complicated gamemode package - all files included with this package must be included in your scriptfiles directory or the GM will crash on loadup.
I have decided in this release not to re-release the sourcecode for the streamer version as its a bit buggy and to be honest u dont need more han 700 vehicles in this mode :P
Readme
Code:
//-------------This code was designed by tAxI aka Necrioss------------// //-------------------email <::> cptnsausage@hotmail.com--------------------// //---------If you are having problems please feel free to contact me-------// Licence: tAxI's RPG/Freeroam World Unlimited V3 - GM Package for SA-MP Multiplayer Modification of Grand Theft Auto - San Andreas. Copyright © 2008 Chris Johnstone (tAxI/Necrioss) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. LICENCE AGREEMENT: THIS SCRIPT IS PROPERTY OF Chris Johnstone AKA tAxI (EXCEPT WHERE INDICATED BY THE CREDITS SECTION FOLLOWING THIS ANNOUNCEMENT) AND ANY ATTEMPT BY PERSONS TO COPY THIS CODE AND RELEASE IT WITHOUT CREDIT TO THE DUE ORIGINAL AUTHOR/AUTHORS WILL BE CONSIDERED A DIRECT BREACH OF THE: GNU General Public Licence (http://www.gnu.org/licenses/gpl-3.0.html) PLEASE TAKE TIME TO REVIEW THIS LICENCE AGREEMENT BEFORE ALTERING THIS SCRIPT PACKAGE - PLEASE NOTE THAT THIS ALSO MAKES THE USE OF THIS SCRIPT FOR COMMERCIAL PURPOSES WHEREBY AN INDIVIDUAL RECIEVES ANY TYPE OF FINANCIAL GAIN IS A CRIMINAL OFFENCE AND WILL BE TREATED AS SUCH! IF YOU DO NOT AGREE TO THE LICENCE TERMS DETAILED THEN PLEASE CL0SE THIS FILE NOW! ----------------------------------------------------------------------------------------- CREDITS: SCRIPT DESIGN AND CONCEPT - Chris Johnstone [AKA] tAxI [AKA] Necrioss ORIGINAL VEHICLE HEALTH BAR DESIGN - Mr Tapes -----------------------------------------------------------------------------------------
Heres both versions for ya - older version is optomised for R4 release
It is important that you setup your scriptfiles directory properly or the gamemode will not even be able to initiate:
1 - You must create 3 folders within scriptfiles: tAxI_SYS_SETUP, tAxI_SYS_SAVE, tAxI_SYS_PLAYERS
2 - In the setup folder you must place a file named tAxI_vehicles_setup.tAxI and tAxI_businesses_setup.tAxI
3 - The vehicles setup file must contain the co-ords/info of your vehicles to be added into the GM in the following format:
model,x,y,z,z_angle,color1,color2 (each set of co-ords/info for each vehicle must start on a new line)
4 - The businesses setup file must contain the co-ords/info of your businesses to be added into the GM in the following format:
x,y,z,name,price,profit (the profit amount will be transferred to the business cashbox every hour)
I have included demo files for ppl to check and make sure they are doing it ok

Enjoy ppl
