Download Mod skin,filterscripts,gamemode,Inc file, plugin for windows or linux and more...
Tuesday, March 26, 2013
PPC Trucking gamemode
When I joined the SAMP forum on 16/11/2010, I was a complete newbie when it comes to Pawn scripting.
I had some experience writing programs, even small databases, in Visual Basic 6.0 and BlitzBasic3D though, so I'm not new to programming in general.
http://forum.sa-mp.com/showthread.php?t=184109
This is the gamemode (made by Rokzlive) which I used to get started, but I soon realised that everything needed to be rewritten to allow more flexibility, so I started from scratch again.
Thanks to Rokzlive for this, as still a few commands are still being used inside this gamemode (like /flip and /detach).
I've been writing this gamemode for the past 4 months and I think I can be proud to say that the script has success.
This is the last version for now, as I have other things to do right now (careing for my baby).
UPDATE: the baby is born today, so the gamemode isn't in development anymore.
This project has been discontinued.
PPC Trucking V2 is in full development however, but when released, it will be in a separate thread.
NOTE: this script is quite complex.
If you don't know anything about:
- unzipping a file
- scripting or programming in general
- editing account-files (plain text-files)
- running a server
Don't use it if you lack any knowledge about one of these things.
Current features:
- trucking missions (231 routes)
- busdriver missions (7 routes for now)
- trucker's license and busdriver's license can be bought at driving school in Doherty (allows you to choose your own routes)
- speedometer with fuel-gauge (you can refuel at a gas station, just park your car over a refuel pickup and honk the horn)
- pilot missions (you need to transport passengers and cargo between the major airports with a shamal airplane), this class has 82 routes (also includes helicopter routes, these only transport passengers)
- alot of commands (use the /cmds command to list them all)
- police class
- mafia class (you can steal a trucker's trailer or truck when they have a load that's wanted by the mafia)
- housing system (2 houses per player by default, editable)
- car-ownership (maximum 5 vehicles per house, not editable)
* - house-level 1 or 2 supports 1 carslot
* - house-level 3 or 4 supports 2 carslots
* - house-level 5 or 6 supports 3 carslots
* - house-level 7 or 8 supports 4 carslots
* - house-level 9 or 10 supports 5 carslots
- rentable cars (Wang Cars), these disappear when you logout, you won't get it back when you login
- speedcamera's to catch speeders (the police will see speeders in red on the radar and need to fine them)
- business system (you can buy up to 2 businesses, these generate money every hour even when you're offline)
- roadworker class with 2 job-types: you can use a utility van with utility trailer to fix speedcamera's and you can use a towtruck to tow broken vehicles to the shredder
- several anti-hacking systems, such as anti-jetpack hack, anti-money hack, anti-score hack, speed hack (anyone driving a vehicle over 300kph is kicked), anti-weapons hack
- built-in bank system (deposit and withdraw money, transfer money to online or offline players and hourly intrest of 0.1% per hour, even when offline)
To install properly: (I'm using a example directory "D:\Server" here, change this to wherever you want to install the server)
1. Download this script (it now comes with everything you need: default samp includes, pawno.exe and samp-server.exe)
2. Unzip it somewhere (example: D:\Server)
3. Double click the file "D:\Server\Samp server.exe" to start the server
4. If the server is running, you'll see that the last line will say: "Number of vehicle models: 25"
5. Open the samp client and add a new server to your favorites by clicking the orange button with a check (Add server) and input: 127.0.0.1:7777
6. Now you can play locally by choosing the new server you added and start the game.
To edit something (or do a re-compile):
1. Right-click "D:\Server\Pawno\Pawno.exe", select "Properties", then "Compatibility" and set it to execute as administrator
2. Open the pawno.exe in the same directory (D:\Server\Pawno\Pawno.exe)
3. From within pawno, select "File -> Open" and load the main script (D:\Server\gamemodes\PPC_Trucking.pwn)
4. Press F5 to compile the script
5. If everything went ok, you'll see a new window without errors and the first line should say:
"Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase"
6. Close pawno
NOTE: Do NOT open the file PPC_Trucking.pwn by double clicking it and launching pawno that way.
Always open pawno first, then open the file using pawno's menu: File -> Open.
To set yourself as admin:
1. Start your game and register (input your password)
2. Exit the game, your account will be saved
3. Go to the folder "D:\Server\scriptfiles\ServerData\Players"
4. You'll see an ini-file with your name, open it with Notepad
5. You'll see a line that says: "Level 0", change that to "Level 5" and save the file again (leave the rest as it is)
6. Start your game again and login, you're now admin lvl 5
You only need to do this once.
After you've set yourself as lvl 5 admin, you can set admin-levels to other players with the /setlevel command.
To make the roadworker and courier classes working properly, you'll need to create speedcamera's and houses.
To create those, you need to be admin lvl 5.
Just go to a spot where you want to create a house and enter the command: /createhouse <price> <maxlevel (1-10)>
"/createhouse 158000 8" would create a house which costs $158000 to buy, with a maximum upgrade-level of 8.
To delete a house, stand near the pickup and use /delhouse.
To create speedcamera's, go to a spot where you want it and use the command /createcamera <maxspeed>
"/createcamera 120" would create a speedcamera which gives one star when you drive past it at a speed higher than 120.
To delete a speedcamera, stand near the camera and use /delcamera.
To edit the servername, change the variable (GameModeName) on top of the main script.
This has been moved their because lots of users don't find out how to change the name of the server.
To edit other things, checkout the file "PPC_ServerSettings.inc".
You can also set the amount of houses/businesses per player to another value, but I don't recommend going over 20, as the dialogs use variables to display the contents and the variables are limited in size.
Setting it higher than 20 could result in not seeing all your houses/businesses in the dialog.
For letting others join your server, you'll need to port-forward your server's port (mostly 7777) on your router to your pc.
As every router works differently, I can't give exact details here, but you can google for an explanation how to open a port on your router by searching for "port forward router xxx", where xxx is your router brand and model.
Download it here:
http://users.telenet.be/vge/downloads/PPC_Trucking6.zip
PS:
May I please ask that you don't ask me to help run your own server-scripts, host a server, play admin or anything else.
This project is only to have fun, learn something about scripting and to pass some free time.
You can do whatever you want with it, but I won't have any spare time to work on something else.
I'll help if there are problems with my own script and fix bugs if you find some or to explain something if you don't understand it.
Also, please don't ask me to help you write your own scripts when you don't know anything about scripting.
Warnings or errors shouldn't be present when you run this script, as everything is checked before I upload a new version.
If you get errors or warnings, chances are that you didn't extract ALL the files.
When you have an older version of this script and you want to use the latest version, be sure to extract ALL the files, overwriting the old ones.
If you don't, errors/warnings WILL occur, as everything is connected to eachother.
Functions are all over the include-files and most of them need functions or defines from other include-files.
So, update ALL files always.
I had some experience writing programs, even small databases, in Visual Basic 6.0 and BlitzBasic3D though, so I'm not new to programming in general.
http://forum.sa-mp.com/showthread.php?t=184109
This is the gamemode (made by Rokzlive) which I used to get started, but I soon realised that everything needed to be rewritten to allow more flexibility, so I started from scratch again.
Thanks to Rokzlive for this, as still a few commands are still being used inside this gamemode (like /flip and /detach).
I've been writing this gamemode for the past 4 months and I think I can be proud to say that the script has success.
This is the last version for now, as I have other things to do right now (careing for my baby).
UPDATE: the baby is born today, so the gamemode isn't in development anymore.
This project has been discontinued.
PPC Trucking V2 is in full development however, but when released, it will be in a separate thread.
NOTE: this script is quite complex.
If you don't know anything about:
- unzipping a file
- scripting or programming in general
- editing account-files (plain text-files)
- running a server
Don't use it if you lack any knowledge about one of these things.
Current features:
- trucking missions (231 routes)
- busdriver missions (7 routes for now)
- trucker's license and busdriver's license can be bought at driving school in Doherty (allows you to choose your own routes)
- speedometer with fuel-gauge (you can refuel at a gas station, just park your car over a refuel pickup and honk the horn)
- pilot missions (you need to transport passengers and cargo between the major airports with a shamal airplane), this class has 82 routes (also includes helicopter routes, these only transport passengers)
- alot of commands (use the /cmds command to list them all)
- police class
- mafia class (you can steal a trucker's trailer or truck when they have a load that's wanted by the mafia)
- housing system (2 houses per player by default, editable)
- car-ownership (maximum 5 vehicles per house, not editable)
* - house-level 1 or 2 supports 1 carslot
* - house-level 3 or 4 supports 2 carslots
* - house-level 5 or 6 supports 3 carslots
* - house-level 7 or 8 supports 4 carslots
* - house-level 9 or 10 supports 5 carslots
- rentable cars (Wang Cars), these disappear when you logout, you won't get it back when you login
- speedcamera's to catch speeders (the police will see speeders in red on the radar and need to fine them)
- business system (you can buy up to 2 businesses, these generate money every hour even when you're offline)
- roadworker class with 2 job-types: you can use a utility van with utility trailer to fix speedcamera's and you can use a towtruck to tow broken vehicles to the shredder
- several anti-hacking systems, such as anti-jetpack hack, anti-money hack, anti-score hack, speed hack (anyone driving a vehicle over 300kph is kicked), anti-weapons hack
- built-in bank system (deposit and withdraw money, transfer money to online or offline players and hourly intrest of 0.1% per hour, even when offline)
To install properly: (I'm using a example directory "D:\Server" here, change this to wherever you want to install the server)
1. Download this script (it now comes with everything you need: default samp includes, pawno.exe and samp-server.exe)
2. Unzip it somewhere (example: D:\Server)
3. Double click the file "D:\Server\Samp server.exe" to start the server
4. If the server is running, you'll see that the last line will say: "Number of vehicle models: 25"
5. Open the samp client and add a new server to your favorites by clicking the orange button with a check (Add server) and input: 127.0.0.1:7777
6. Now you can play locally by choosing the new server you added and start the game.
To edit something (or do a re-compile):
1. Right-click "D:\Server\Pawno\Pawno.exe", select "Properties", then "Compatibility" and set it to execute as administrator
2. Open the pawno.exe in the same directory (D:\Server\Pawno\Pawno.exe)
3. From within pawno, select "File -> Open" and load the main script (D:\Server\gamemodes\PPC_Trucking.pwn)
4. Press F5 to compile the script
5. If everything went ok, you'll see a new window without errors and the first line should say:
"Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase"
6. Close pawno
NOTE: Do NOT open the file PPC_Trucking.pwn by double clicking it and launching pawno that way.
Always open pawno first, then open the file using pawno's menu: File -> Open.
To set yourself as admin:
1. Start your game and register (input your password)
2. Exit the game, your account will be saved
3. Go to the folder "D:\Server\scriptfiles\ServerData\Players"
4. You'll see an ini-file with your name, open it with Notepad
5. You'll see a line that says: "Level 0", change that to "Level 5" and save the file again (leave the rest as it is)
6. Start your game again and login, you're now admin lvl 5
You only need to do this once.
After you've set yourself as lvl 5 admin, you can set admin-levels to other players with the /setlevel command.
To make the roadworker and courier classes working properly, you'll need to create speedcamera's and houses.
To create those, you need to be admin lvl 5.
Just go to a spot where you want to create a house and enter the command: /createhouse <price> <maxlevel (1-10)>
"/createhouse 158000 8" would create a house which costs $158000 to buy, with a maximum upgrade-level of 8.
To delete a house, stand near the pickup and use /delhouse.
To create speedcamera's, go to a spot where you want it and use the command /createcamera <maxspeed>
"/createcamera 120" would create a speedcamera which gives one star when you drive past it at a speed higher than 120.
To delete a speedcamera, stand near the camera and use /delcamera.
To edit the servername, change the variable (GameModeName) on top of the main script.
This has been moved their because lots of users don't find out how to change the name of the server.
To edit other things, checkout the file "PPC_ServerSettings.inc".
You can also set the amount of houses/businesses per player to another value, but I don't recommend going over 20, as the dialogs use variables to display the contents and the variables are limited in size.
Setting it higher than 20 could result in not seeing all your houses/businesses in the dialog.
For letting others join your server, you'll need to port-forward your server's port (mostly 7777) on your router to your pc.
As every router works differently, I can't give exact details here, but you can google for an explanation how to open a port on your router by searching for "port forward router xxx", where xxx is your router brand and model.
Download it here:
http://users.telenet.be/vge/downloads/PPC_Trucking6.zip
PS:
May I please ask that you don't ask me to help run your own server-scripts, host a server, play admin or anything else.
This project is only to have fun, learn something about scripting and to pass some free time.
You can do whatever you want with it, but I won't have any spare time to work on something else.
I'll help if there are problems with my own script and fix bugs if you find some or to explain something if you don't understand it.
Also, please don't ask me to help you write your own scripts when you don't know anything about scripting.
Warnings or errors shouldn't be present when you run this script, as everything is checked before I upload a new version.
If you get errors or warnings, chances are that you didn't extract ALL the files.
When you have an older version of this script and you want to use the latest version, be sure to extract ALL the files, overwriting the old ones.
If you don't, errors/warnings WILL occur, as everything is connected to eachother.
Functions are all over the include-files and most of them need functions or defines from other include-files.
So, update ALL files always.
Labels:
Game Mode
zGaming Roleplay
Copyright:
This script is copyrighted to iRage.
It may be edited, hosted, renamed, redistributed, etc. as long as credit is given to me.
Introduction:
This script was made from scratch and was being used in my community. Due to lots of reasons I've decided to shut it down and release the script for the sake of it.
My goal while creating this script was to make something similar to Next Generation Gaming's script along with few good features from other servers using my own scripting, no single script line was copied from any other script (Except for Crack Lab objects).
It took me two months to get the script to what it is right now. (23759 lines)
This script is fully created from scratch and is NOT a GF edit
I'm not providing any kind of scripting support for this script
Sources & Credits:
- SA-MP Development Team
- dudb & dutils (DracoBlue)
- foreach (Y_Less)
- sscanf2 (Y_Less)
- Whirlpool (Y_Less)
- zcmd (ZeeX)
- Streamer (Incognito)
- OnPlayerShootPlayer (wups)
- Progress Bar (Flávio Toribio)
- GetVehicleColor (RyDeR`)
- Crack Lab fixes (Next Generation Gaming)
- Maps (Spex & Nerty)
- Script (iRage)
- Whoever I forgot to mention
Features:
Factions: SAPD - Government - Hitman Agency - News Agency
Families: 10 Families Slots - Points
Jobs: Mechanic - Lawyer - Trucker - Fisher - Weapons Dealer - Weapons Smuggler - Drugs Dealer - Drugs Smuggler - Bodyguard - Boxer
Houses: Fully functioning dynamic houses with 10 different levels and interiors.
Businesses: Fully functioning dynamic businesses (24/7 Market - Clothes Shop - Ammunation - Advertisement Agency - Club - Fast Food).
Vehicles Dealership: Static vehicles dealership at Grotti's.
Doors: Fully functioning dynamic doors.
Mapicons: Fully functioning dynamic mapicons.
Gates: Fully functioning dynamic gates using 0.3e objects editor.
Toys: Fully functioning toys using 0.3e objects editor.
Telecom Company: Service owned by government for cellphone usages.
Bank Robbery: Bank Robberies system implemented.
Events: Basic events system that's good enough.
Protection: Anti Speed Hacks - Anti Weapon Hacks - Anti Server Advertisement - Anti NOP SetPlayerPos - Anti TP Smuggling - Whirlpool hashing
Admin System: 7 Different levels - Custom ban list (Not samp.ban) - Rangeban - Rangeban whitelist
VIP System: 4 Different levels with different features.
And more, find out yourself.
Note: Don't set your admin level via "Admin=" value, use "BizOwner=1" instead and /makeadmin yourself while IG.
The files you're about to download may NOT include the latest plugins.
You should find your own way to download them from elsewhere.
Downloading the latest SA-MP server package and copying the needed script files/folders there is recommended.
Downloads:
- PWN source + Needed & Recommended files (Web | ZIP | RAR)
- Linux Plugins (Web | ZIP | RAR)
- Admin Account [PW: 123] (Web | ZIP | RAR)
- Points (Web)
To get the GM working you will also need to create 3 folders inside your scriptfiles folder (Case Sensitive):
- factions
- logs
- users
Feel free to post mirrors.
This script is copyrighted to iRage.
It may be edited, hosted, renamed, redistributed, etc. as long as credit is given to me.
Introduction:
This script was made from scratch and was being used in my community. Due to lots of reasons I've decided to shut it down and release the script for the sake of it.
My goal while creating this script was to make something similar to Next Generation Gaming's script along with few good features from other servers using my own scripting, no single script line was copied from any other script (Except for Crack Lab objects).
It took me two months to get the script to what it is right now. (23759 lines)
This script is fully created from scratch and is NOT a GF edit
I'm not providing any kind of scripting support for this script
Sources & Credits:
- SA-MP Development Team
- dudb & dutils (DracoBlue)
- foreach (Y_Less)
- sscanf2 (Y_Less)
- Whirlpool (Y_Less)
- zcmd (ZeeX)
- Streamer (Incognito)
- OnPlayerShootPlayer (wups)
- Progress Bar (Flávio Toribio)
- GetVehicleColor (RyDeR`)
- Crack Lab fixes (Next Generation Gaming)
- Maps (Spex & Nerty)
- Script (iRage)
- Whoever I forgot to mention
Features:
Factions: SAPD - Government - Hitman Agency - News Agency
Families: 10 Families Slots - Points
Jobs: Mechanic - Lawyer - Trucker - Fisher - Weapons Dealer - Weapons Smuggler - Drugs Dealer - Drugs Smuggler - Bodyguard - Boxer
Houses: Fully functioning dynamic houses with 10 different levels and interiors.
Businesses: Fully functioning dynamic businesses (24/7 Market - Clothes Shop - Ammunation - Advertisement Agency - Club - Fast Food).
Vehicles Dealership: Static vehicles dealership at Grotti's.
Doors: Fully functioning dynamic doors.
Mapicons: Fully functioning dynamic mapicons.
Gates: Fully functioning dynamic gates using 0.3e objects editor.
Toys: Fully functioning toys using 0.3e objects editor.
Telecom Company: Service owned by government for cellphone usages.
Bank Robbery: Bank Robberies system implemented.
Events: Basic events system that's good enough.
Protection: Anti Speed Hacks - Anti Weapon Hacks - Anti Server Advertisement - Anti NOP SetPlayerPos - Anti TP Smuggling - Whirlpool hashing
Admin System: 7 Different levels - Custom ban list (Not samp.ban) - Rangeban - Rangeban whitelist
VIP System: 4 Different levels with different features.
And more, find out yourself.
Note: Don't set your admin level via "Admin=" value, use "BizOwner=1" instead and /makeadmin yourself while IG.
The files you're about to download may NOT include the latest plugins.
You should find your own way to download them from elsewhere.
Downloading the latest SA-MP server package and copying the needed script files/folders there is recommended.
Downloads:
- PWN source + Needed & Recommended files (Web | ZIP | RAR)
- Linux Plugins (Web | ZIP | RAR)
- Admin Account [PW: 123] (Web | ZIP | RAR)
- Points (Web)
To get the GM working you will also need to create 3 folders inside your scriptfiles folder (Case Sensitive):
- factions
- logs
- users
Feel free to post mirrors.
Labels:
Game Mode
Just Roleplay New
Just Roleplay was a project undertaken by myself and members of the
101st Division clan over a year ago now. Although enjoyable whenever we
were running it, we found ourselves unable to commit. However we had put
a lot of work into the gamemode, and therefore didn't want to see it go
to waste. We have stopped and started the server countless times in an
attempt to revive it. Nothing seemed to work. So we have decided to
release both the gamemode and UCP. I'm going to dive straight into the
technical explanation.
Mysql Table Explanation
Disclaimer
This gamemode was a MASSIVE learning curve for me. There may be features that are poorly optimised or inconsistent. It was never intended to be released, only for use within a community that I am involved in. I do not claim this script to be perfect or well optimised in any way.
Plugins
This gamemode uses a large number plugins to enhance it's functionality, I have included ALL plugins and includes that this gamemode needs to work. Credits to their original creators are inside the includes if they placed any in there. I have not removed any credits from any file.
Scriptfiles
This gamemode requires 2 folders to function, "missions" and "logs" - Missions is used to log the completion of missions and logs is used to log MySQL errors - As trying to log them in the database would be silly. Missing these folders may result in server crashes - I have included these in the download. In addition, during later development the gamemode was tested on a local linux server before being pushed to it's live server. For that reason there is a "config.ini" which contains an environment variable, this variable dictates which mysql details to use. This is locatable in the "connectToMysql" function of the script.
UCP
This gamamode requires a UCP in order to run. Skins cannot be changed inside the game, as well as that, credits and donator items (with the exception of vehicles) can only be purchased from the UCP interface.
Donation Credits
Credits are the equivalent of money, in later stages of development, we decided to allow players to purchase credits which they could use to purchase clothing items for use within the game. This was simply a method used to encourage donations, and may not be to your tasting.
Developer/Mapper credits
- NINTHTJ/TTJJ/Terence Jefferies - Gamemode
- StatusRed/Edward McKnight - UCP Lead Developer - http://www.em-creations.co.uk/
- falco2404/Liam Cottrell - UCP Developer/Mapper
- Paul - UCP Developer
- Spartan029/Darrell Bell - Testing/Suggestions
- Ryan Soper - Testing
All I ask in exchange for the use of this script is that my name, and the name of any other developer involved in the creation of any code distributed here is not removed.
Please Note: I offer no support for any features that are inoperable, neither will I assist in the setting-up of any servers.
PLEASE NOTE: If the server fails to connect to a MySQL server, it will run an "exit" command, closing the server down. Please be sure to change MySQL credentials under the "connectToMysql" function. In addition, this script is recommended for ADVANCED programmers only, this script is NOT "plug-and-play"
Having Issues: READ your "server_log" file - This will usually give you the explanation. In addition, ensure that you have specified your MYSQL credentials under the "connectToMysql" function.
Download
**Link Updated**
http://www.mediafire.com/download.php?re7as5wdjn4j5aj
Mysql Table Explanation
rp_active_ringtones - This table contains the a record for every user with their appropriate ringtone, entries will only appear here if a user has a ringtone set rp_admin_action_logs - This was a late addition, a log of a lot of administrator actions, this table can get very big as administrators alter variable in-game rp_admin_logs - A log containing all administrator actions taken against players (Eg, kicks/bans) rp_apb - A table containing all of the active police department APB's rp_bans - A table containing all of the users who are banned from the server rp_businesses - A table containing all of the businesses in-game rp_calls - A table containing all of the call-logs for 911 rp_characters - A table containing all of the characters for the server (Players can have multiple characters per account) rp_cheques - A table containing all of the cheques issued in the server rp_clothing - A table containing all of the clothing for each user, including offset bone etc. rp_companies - A table containing all of the companies in-game. rp_connection_logs - All of the connections made to the server, including IP and username rp_crimes - Warrants issued to users are found here rp_criminal_records - A table containing all criminal records, recorded for each arest rp_death_logs - A table containing all of the deaths (As long as they are triggered by another user) rp_drugs - A table containing all PLANTED drugs rp_faction - A table containing all factions in-game rp_fines - A table containing all user-fines (tickets) rp_houses - A table containing all houses rp_interiors - A table containing all interiors (Buildings that can just be entered, no owners etc) rp_mail - A table containing all user-mail rp_notes - A table containing all user notes (/note) rp_oil_rigs - A table containing all oil rigs, oil rigs can be bought by companies. rp_paylogs - Logs for players paying other players rp_pm_logs - All pm logs will be found here rp_prison - The status of all prison cells. rp_purchase_logs - This logs some purchases, mainly larger scale purchases. This was a late addition, made to enable refunding of players who were caught out by bugs in new features. And therefore does not log much. rp_radio - All radio stations, usable in vehicles rp_redeem - Unused, was a feature in the making rp_ringtones - A table containing all available ringtones in game. rp_secure_ip_logs - A table containing logs of users who fail to connect under a secure-ip secured account rp_stock - A feature that was half completed, and disabled in-game. rp_users - All user accounts rp_vehicles - A table containing all user vehicles. Old vehicle are not deleted, just flagged as "truncated" to allow vehicles that were lost un-fairly to be restored. rp_vehicle_death_logs - Logs of vehicle deaths rp_vehicle_models - This contains all vehicles that are available within the dealership. Including "fuel-interval" and price. Also the number of credits that are required to purchase said vehicle (0 for none) rp_vinventory - This was a buggy feature, but used to maintain vehicle inventory rp_weapon_transfer_log - A table containing all weapon transfers rp_work_logs - Used in conjunction with companies, logs all work done by companiesAny other tables are used as part of the UCP, and should not be removed if being used as intended.
Disclaimer
This gamemode was a MASSIVE learning curve for me. There may be features that are poorly optimised or inconsistent. It was never intended to be released, only for use within a community that I am involved in. I do not claim this script to be perfect or well optimised in any way.
Plugins
This gamemode uses a large number plugins to enhance it's functionality, I have included ALL plugins and includes that this gamemode needs to work. Credits to their original creators are inside the includes if they placed any in there. I have not removed any credits from any file.
Scriptfiles
This gamemode requires 2 folders to function, "missions" and "logs" - Missions is used to log the completion of missions and logs is used to log MySQL errors - As trying to log them in the database would be silly. Missing these folders may result in server crashes - I have included these in the download. In addition, during later development the gamemode was tested on a local linux server before being pushed to it's live server. For that reason there is a "config.ini" which contains an environment variable, this variable dictates which mysql details to use. This is locatable in the "connectToMysql" function of the script.
UCP
This gamamode requires a UCP in order to run. Skins cannot be changed inside the game, as well as that, credits and donator items (with the exception of vehicles) can only be purchased from the UCP interface.
Donation Credits
Credits are the equivalent of money, in later stages of development, we decided to allow players to purchase credits which they could use to purchase clothing items for use within the game. This was simply a method used to encourage donations, and may not be to your tasting.
Developer/Mapper credits
- NINTHTJ/TTJJ/Terence Jefferies - Gamemode
- StatusRed/Edward McKnight - UCP Lead Developer - http://www.em-creations.co.uk/
- falco2404/Liam Cottrell - UCP Developer/Mapper
- Paul - UCP Developer
- Spartan029/Darrell Bell - Testing/Suggestions
- Ryan Soper - Testing
All I ask in exchange for the use of this script is that my name, and the name of any other developer involved in the creation of any code distributed here is not removed.
Please Note: I offer no support for any features that are inoperable, neither will I assist in the setting-up of any servers.
PLEASE NOTE: If the server fails to connect to a MySQL server, it will run an "exit" command, closing the server down. Please be sure to change MySQL credentials under the "connectToMysql" function. In addition, this script is recommended for ADVANCED programmers only, this script is NOT "plug-and-play"
Having Issues: READ your "server_log" file - This will usually give you the explanation. In addition, ensure that you have specified your MYSQL credentials under the "connectToMysql" function.
Download
**Link Updated**
http://www.mediafire.com/download.php?re7as5wdjn4j5aj
Labels:
Game Mode
Friday, November 2, 2012
Honda biz Mods GTA
Download HONDA Biz: http://www.mediafire.com/?incep6z86v7acgt

Download Honda Click: http://www.mediafire.com/?74e1tfeedsakga0
Subscribe to:
Posts (Atom)
