Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Gamemode] [SA:MP] Liberty Roleplay

Newbie Spellweaver
Joined
May 9, 2014
Messages
13
Reaction score
1
Hi, I have been working on a gamemode and I don't got the time anymore to keep developing on it, therefore I am releasing it.


Features:

MySQL R34.
Whirlpool.
ZCMD.
Autologin - Compares IP and can be toggled.
Helper System.
Dynamic Houses.
Dynamic Factions.
Dynamic Jobs(Have to be ordered correctly)
Dynamic Families.
Dynamic Gates.
Dynamic ATM's.
Dynamic Dealerships.
Dynamic Player vehicles.
Dynamic Arrest Points.
Dynamic Businesses.
Dynamic Banks.
Dynamic Vehicles(You can restrict them to jobs/factions/families)
It's possible to change the prices of the products inside of businesses.
And waay more features.


How does everything work?

Families:
/createfamily [familyleader] - A dialog would pop-up asking for the Family's name
/editfamily [Family ID] - Opens up a dialog with the following features:

  • Change Name
  • Change Rank Names
  • Edit Max Skins
  • Edit Family Skins
  • Strike Family(3rd one will delete the family)
  • Delete Family


Factions:
/createfaction - Will pop-up a dialog asking for the Faction's name
/editfaction - Opens up a dialog with all created Factions, with the ability to edit it with the following features:

  • Change Name
  • Change Rank Names
  • Change Type
  • Faction Color
  • Delete Faction

Jobs:

JOBS HAVE TO BE CREATED BY THIS ORDER:
Jobs order:
  1. Arms Dealer
  2. Bodyguard
  3. Investigator
  4. Mechanic
  5. Trucker
  6. Drug Dealer
  7. Drug Smuggler

/createjob - Dialog for the name will pop-up.
/editjob - Dialog to edit the job, features:


  • Change Name
  • Change Position
  • Delete Job
Houses:
/createhouse [level] [value]
/edithouse [House ID] - Will pop-up a dialog with the following features:
  • House Price
  • House Level
  • House Exterior
  • Delete House


Businesses:
/createbiz [type] [value] [level]
/biz [Biz ID] - Will pop-up a dialog with the following features:
  • Business Price
  • Business Level
  • Business Type[24/7-Clothes shop]
  • Business Exterior
  • Edit Product Prices
  • Delete Business

Dynamic Vehicles:
/veh [vehicle name/ID] [color1(optional)] [color2(optional)] [Fac ID(optional)] [Fam ID(optional)] [Job ID(optional)]
/savecar - Saves the vehicles.

Dynamic ATM's:
/createatm - Loops through all ATM's and automaticly finds a unused ID.
/editatm - Shows up a dialog with the following features:

  • Move Position(SA-MP Editor)
  • Move Location(Moves it to YOUR location)
  • Delete ATM - Deletes it.

Dynamic Bank's:

/createbank - Creates a bank with the next unused ID.
/deletebank [ID] - Deletes the bank.

Dynamic Gates:
/creategate [object ID]
/editgate [gate ID] - Shows up a dialog with the following features:

  • Change Object
  • Change Owner
  • Change Speed
  • Change Position(SA-MP Editor)
  • Change Location(Places it infront of you)
  • Delete Gate


Admin Commands:
Code:
~~Server Moderator~~ [Level 1]


Commands: /a, /ban, /kick, /ban, /tempban, /revive, /freeze, /unfreeze, /listjailed, /prison, /atoggle, /spec.


~~Junior Admin~~ [Level 2]


Commands: /check, /goto, /get, /setskin, /stealth, /disarm, /movegate.


~~General Admin~~ [Level 3]


Commands: /gotoint, /setvw, /veh, /getid, /setmoney, /switchfac, /unban, /makeleader, /fireleader, /sethp, /setarmor, /skiphosp, /givegun, /playmusic, /respawnfacvehicles.


~~Senior Admin~~ [Level 4]


Commands: /givegunall.


~~Head Admin~~ [Level 5]


Commands: /createfaction, /editfaction, /createdoor, /editdoor, /createhouse, /edithouse, /createbiz, /editbiz, /deletefacvehicles, /createveh, /deletevehicle, /savecar, /createbank, /deletebank, /createfamily, /editfamily, /createdealership, /editdealership, /createatm, /editatm, /creategate, /editgate.


~~Executive Admin~~ [Level 6 = Max]


Commands: /makeadmin


Helper Commands:


Code:
/helperhelp, /ap.


General Player Commands.


Account:


Code:
/account, /options, /stats


Chat:


Code:
/ooc, /s, /l, /b, /call, /hangup, /me, /do.


General:


Code:
/fixvw, /bank, /inventory, /report, /helpme, /paycheck, /getjob, /quitjob, /admins, /animlist, /vehicles.


House:


Code:
/buyhouse, /sellhouse.


Business:


Code:
/buybusiness, /sellbusiness.


Vehicle:


Code:
/park, /lockcar.


Family:


Code:
/f, /of, /invite, /uninvite, /quitfamily


Factions:


Code:
LEO(Aka LSPD): /(r)adio, /cuff, /uncuff, /detain, /undetain, /arrest, /su, /tazer, /frisk, /wanteds.


Paramedic(LSFMD?): /(r)adio, /loadpt, /deliverpt, /acceptcall


Credits:
Me
The one who made the base, link the thread if you know it, I couldn't find it.
Everyone from who I used their includes/plugins​


Code:
Bugs:


None, if you find one, please report it.


Download link:
 
Last edited:
Newbie Spellweaver
Joined
Jul 28, 2011
Messages
36
Reaction score
4
To be honest, I think that I've seen it somewhere. I'm almost sure that it's not made by you.
Yep, I was right
original post at oficial forum of the SA:MP
 
Last edited:
Initiate Mage
Joined
Jan 13, 2018
Messages
1
Reaction score
0
Hi
This might be a little too late to ask questions about this thread, since I'm a newbie to coding and phpmyadmin and mysql and so on I have this question. I had no mysql or wampserver running and I ran the server but when I launched the game in samp and got into my localhost server there was no way to login to spawn. Is it related to the database which I didn't have ? And if so then help me on how to connect the r34 mysql plugin in the file server with the database.
kind regards
 
Back
Top