01.01.2015, 21:08
(
Последний раз редактировалось Ox1gEN; 02.01.2015 в 10:02.
Причина: Thread Update #1
)
Introduction
I have decided to work on something big for a project just because I didn't release anything in quite a while and because I was in-active.
I decided to create a vehicle system that'll mostly help roleplay servers.
And here's the result.
Please note that I need to change some things that still don't look right in my eye,
so treat this as a beta version.
Features
*Fully functioning vehicle system:
1.Saves the vehicle damage status((How the doors look, panels, etc..))
2.Saves the vehicle engine health
3.Saves the parking spot
4.Saves number plate.
*Dialog based dealership purchasing menu.
*Alot of comments are being used to assist with knowing what certain parts do.
*KM/H Speedometer
*Engine System
*Lock System
*Lights, trunk(etc) control.
And more.
*The abillity to change what'd the script do using defines.
*The abillity to change prices quickly and efficiently from the script itself.
*Dynamically create dealerships.
*Non Dynamic dealership destruction ((Will definetly be changed)).
*Rcon admin has control over dealerships:
1.Teleport to a dealership.
2.Delete/Create a dealership(mentioned before).
3.View the dealerships((Only some though, just because not all of them would fit in the string if you have alot.))
4.View how many dealerships are there.
And more.
Commands
Credits
I'd like to thank and give credits to the include creators:
I'd also like to thank those who helped me when I had questions in Scripting Help section,
the ones who helped me, thanks alot.
Download
SQL `playerrelated` table structure.
SQL `dealerships` table structure.
PasteBin - PWN file
AMX+PWN Package
Full Package - SQL Files + AMX+PWN.
Please note that this is not the finished version.
There are still some stuff I want to add/fix.
Happy new year!
I have decided to work on something big for a project just because I didn't release anything in quite a while and because I was in-active.
I decided to create a vehicle system that'll mostly help roleplay servers.
And here's the result.
Please note that I need to change some things that still don't look right in my eye,
so treat this as a beta version.
Features
*Fully functioning vehicle system:
1.Saves the vehicle damage status((How the doors look, panels, etc..))
2.Saves the vehicle engine health
3.Saves the parking spot
4.Saves number plate.
*Dialog based dealership purchasing menu.
*Alot of comments are being used to assist with knowing what certain parts do.
*KM/H Speedometer
*Engine System
*Lock System
*Lights, trunk(etc) control.
And more.
*The abillity to change what'd the script do using defines.
*The abillity to change prices quickly and efficiently from the script itself.
*Dynamically create dealerships.
*Non Dynamic dealership destruction ((Will definetly be changed)).
*Rcon admin has control over dealerships:
1.Teleport to a dealership.
2.Delete/Create a dealership(mentioned before).
3.View the dealerships((Only some though, just because not all of them would fit in the string if you have alot.))
4.View how many dealerships are there.
And more.
Commands
pawn Код:
//Admin Commands
/createdealership /destroydealership [DS-ID] /gotodealership [DS-ID] /viewdealerships /countdealerships
/givemoney [id] [cash] //Note that 'givemoney' is commented out if you want it to work uncomment it in
script code.
//Player Commands
/v_buy /v_buypark /v_park /v_get /v_find /v_lights /v_trunk /v_sell /v_confirmsell /v_lock /v_engine /rcp
Credits
I'd like to thank and give credits to the include creators:
pawn Код:
#include <a_samp> //Developed by SA-MP Team.
#include <a_mysql> //The mysql include, developed by BlueG, now worked on by maddinat0r.
#include <sscanf2> //Sscanf, developed by ******.
#include <YSI\y_commands> //YCMD, developed by ******.
the ones who helped me, thanks alot.
Download
SQL `playerrelated` table structure.
SQL `dealerships` table structure.
PasteBin - PWN file
AMX+PWN Package
Full Package - SQL Files + AMX+PWN.
Please note that this is not the finished version.
There are still some stuff I want to add/fix.
Happy new year!