19.01.2013, 21:07
(
Последний раз редактировалось CJay9209; 26.02.2013 в 18:07.
)
[GM] tAxI's Freeroam/RPG with XVM System
-=Now with ZCMD and SSCANF2=-
OK so for all you new kids out there I'm tAxI/cptnsausage/Necrioss. I released this almost 8 years ago and have long since (7 or 6 years i believe) abandoned it. WELL I'M BACK! Basically took a break to move to Canada have a few kids and get a real job. Just got back into the coding side of things and decided to update the GM and filterscripts I designed in addition to making them way more efficient and adding bags of features! Apologies for the absence and lack of downloadable files but i own all my own filestorage now so basically the links should never go down! So on to the good stuff!
Please also note that I have removed the need for Dracoblue's dini.inc, dudb.inc and dutils.inc so you no longer need the pawno includes to compile your own versions.
**************** ZCMD include is in the download package as I am currently using a custom version with the crash protection built in - It will compile fine with the original but will leave the GM Open to a security loop that allows people to crash the server easily*****************
as of v4.1a:
- completely rewritten code for all processes
- various tidy-ups and efficiency edits
- memory optimization for faster load/save times
- implemented ZCMD for all command processing
- implemented SSCANF2 for faster command processing and file read/write processing
- general bug fixes including tabsize warnings and memory overflow warnings
in this version i have also taken the liberty of rebuilding the source code from the ground up and organising it into clearly marked sections to make searching and editing slightly easier. basically the code has been tidied up immensely in preparation for continued development.
Licence: GNU-GPL.
Readme
Код:
-------------------------------------------------------------------------------- Release Name: tAxI's RPG/Freeroam World V4 + XVM Integrated File Version: 4.1.2c File Date: February 14, 2013 -------------------------------------------------------------------------------- CREDITS: Mr Tapes: Vehicle HP Bar Source - Highly modified Dracoblue: String Manipulation Code (Labelled In Source Code) - Highly Modified -------------------------------------------------------------------------------- SETUP: 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.txt and tAxI_businesses_setup.txt 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 -------------------------------------------------------------------------------- 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 owner 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/README File included, 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 LIVE user stats. - mobile phone system for players to converse privately. -------------------------------------------------------------------------------- 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. -------------------------------------------------------------------------------- Worth noting that I do not mind people using my Sourcecode but please give credit where credit is due!!! --------------------------------------------------------------------------------
Download: .zip containing amx. sourcecode and demo scriptfiles
--------------------------------------------------------------------------------