Jump to content

Cops & Robbers Gamemode 0.11

   (10 reviews)

16 Screenshots

About This File

Project not maintained anymore, feel to continue it by yourself.

The most recent version (with some fix) is on github, link below!

Hi all, after some times letting this GM getting dust, I decided to release it to public.

It may not be developed with the best methods, but still it is working very well.

Here is a list of the differents systems available:

For civil players:

  • Rob a shop (24/7  / Ammunation for now)
  • Have a job (Hacker only for now)
  • Earn XP from doing hacking
  • Buy stuff at 24/7 that heals you (Apple...)

For cops:

  • Arrest a player (Civil only with wanted level)
  • Be a SWAT or in FBI (If player has access to thoses teams)
  • Cuff a player (Preventing him from running / jump / use car direction)

What everybody can do:

  • Buy a car / boat / helicopter
  • Use teleporters (The only teleporters are in SWAT car park, can be added in DB)
  • Withdraw / deposit money in ATM
  • Custom your car (In theory working with every kind of vehicle)

What admins can do:

  • Create a vehicle
  • Create a temporary vehicle (As vehicle bought in car shop)
  • Edit a vehicle
  • Save vehicle data
  • Respawn Cars
  • Create Faction / SpawnPoint for a faction / A Skin for a faction / Biz / ATM / Label
  • Teleport to pos
  • Edit a player

 

Teleporters are saved in the database, and have different options, like :

  • Reversible (Has another tp to come back)
  • Change dimension of player
  • TP vehicle or not
  • Usable for a faction only

Vehicle info:

  • Save vehicle mods
  • Vehicle only for a faction
  • Vehicle locked
  • Vehicle plate
  • Vehicle dimension

What are spawnpoints ? 

Spawnpoints are used for factions, it is the spawnpoints for a faction, and not for a SKIN.

How to add skin into a faction?

Doing /acreate ped

 

Some commands still exist as:

  • /acreate [faction/biz/label/ped/spawnpoint] (Showing a modal to complete & create)
  • /aveh (Showing a modal to know what you want to do.
  • /aplayer [PLAYER ID] (Showing a modal to know what you want to do)

Differents admin levels:

There is 3 differents level of admin:

 - Edit (Edit a player / car)

- Blame (Kick / Ban / Blame)

- See (Spectate / Player infos...)

There is no admin command for moderate.

Car shop:

Car shop is VERY easy to create, i think i'll do another ressource to show how it is simple & share it.

All you have to know is the vehicle classes, in packages/gamemode/data/vehicle_shop.json

And create a car shop in config.json (Very easy to understand look at it).

Custom:

All mods prices can be modified in gamemode/data/custom_prices.json, by mod ID & Index.

But this system is not optimized at all, and must be reworked.

 

There is also a log system, that log everytime you connect / disconnect.

 

Installation

  1. Install npm dependencies: npm install
  2. Change .env.example to .env

 

Known problems:

  •  Can't find module MySQL:
    • You must have installed NodeJS & NPM
    • Then go to your server folder and type in cmd this: "npm install mysql"

 

As suggested, If you have any bugs found, suggestions... just see this:

https://github.com/Protocole63/RageMP-Gamemode-Cops-Robber/issues -- I would be happy to fix it or add the stuff you suggest.

 

Credits:

 - Me for the scripts :P

- GamingMaster Library - NativeUI

- RootCause library - Level - better Notificaitons - Scaleform messages

- Micky5991 for vehicles hashes & mods... (https://github.com/Micky5991/GT-MP-vehicleInfo/releases)

 

 


What's New in Version 0.11   See changelog

Released

Here is the changelog:

  • Update Login UI
  • Delete Register UI (Need to go to a panel for it)
  • Update faction / ped selection system
  • Fix bottom text bug
  • Add a visual car for each faction
  • Temporary vehicle now spawn to the player creator's dimension
  • Factions have a default cars, defined as logo for faction selection
  • Fix teleporter crash bug
  • Password are now encrypted with BCrypt
  • Account are not linked to a playername anymore, but to a email adress and its password
  • Peds are holding MugBoard in faction selection
  • Add Peds Synchro system
  • Civils vehicles change of model everytime the server restart
  • Civils vehicle can be found everywhere inTown (~60 cars)
  • Create Reseller job (Sell civil / bought cars)
  • Adding .env file to configure database credentials

Download here https://github.com/Protocole63/RageMP-Gamemode-Cops-Robber/releases/tag/0.11

Or from download file from here.

  • Like 9

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

BBB

· Edited by BBB

   2 of 3 members found this review helpful 2 / 3 members

Thanks for such a good script, unfortunately I can not test it because I get an error

if you could help me with the mistake

Here is a link from the problem

http://prntscr.com/kgvu3p

 

@author

 

Yes, if I enter the command that he can not find the command what now?
i wants to test the script but have only problems so far

Do I have to download something else?

 

 

Response from the author:

It a problem from your side, you have to install the module Mysql from nodejs, type this in cmd:

" npm install -g mysql ", this will fix your problem.

 

If command not working you have to install this:

https://nodejs.org/en/download/

And then it should work.

Link to review
hubba

   2 of 5 members found this review helpful 2 / 5 members

so beast

  • Like 1
Link to review
Captien

   2 of 5 members found this review helpful 2 / 5 members

Great productions from the community. Keep up the great work and don't give up

  • Like 2
Link to review
Delta

· Edited by Delta

   0 of 2 members found this review helpful 0 / 2 members

Concept of gamemode is good, lacks some functionalities and it has some bugs. 

I would suggest to continue develop this GM and give us a issue area to help you, to report bugs and submit possible solutions

Happy scripting ;)

@Protocole for a 1st version is good, but there's some basic stuff that should be implemented or will not be a gamemode at all. Therefore, if you need help to continue develop, just ask the community :)

Response from the author:

It is only a first release :)

@Delta What you suggest ? :) I added my private github for put issues & suggestions, be free to post some stuff in it

  • Confused 1
Link to review
sanyaretro

  

Tell me how to connect to the database?
How to enter data in db.js correctly !

Link to review
Guest Alex

  

Hello ! I really like this mode of game (cops-robbers) For a week now, I am suffering and can not start. Help who can! Poke your finger, which I’m not doing right since I’m a teapot in this business! :)

1) Installed node-v12.13.1-x64
2) Installed mysql-installer-community-5.7.27.0
3) installed Navicat Premium 101

4) I downloaded the server archive and unpacked it into the server folder, which I have located in D: \ RageMP \ server-files

     https://drive.google.com/open?id=1hNkZboHvs84KqFBxmXma_skzpx8S_SJj

5) Run the command line as administrator and set the path to the server D: \ RageMP \ server-files

      https://drive.google.com/open?id=12-n4PsbYslZaq1uSObyg7D_RNsNV7Tmr

6) Using the npm install command - unpacked the package.json file into the server folder.

      https://drive.google.com/open?id=1W7vmU288xPAHwXeON9phUTmEbRh633AV

     https://drive.google.com/open?id=170Gkc41JastjJIYHCDzG-v7PmP0tQQeL

7) Changed the .env.example file to example.env
8) Launched Navicat Premium and carried a database called gta5

    https://drive.google.com/open?id=1l8NfdLoERYsDkqZ8tvQJ1Sk3FE38OQ9j

     https://drive.google.com/open?id=1XqB-PM-Hra89g1tqbqCLcPA70c2z7ioX

9) I went to the address D: \ RageMP \ server-files \ packages \ gamemode \ modules \ and entered the data in the db.js file

     https://drive.google.com/open?id=19SZphJI1ylgGUW49aLqC4iJm6nFvVM6R

10) Added the localhost address to RageMP - 127.0.0.1:22005

     https://drive.google.com/open?id=1t9Gc-pyIoxXEm4mvwwIJnimHakoHY0RU

11) I started server.exe I get to the login form, but I can’t get in (((


    https://drive.google.com/open?id=17KcZKdRJSbgKNB732QxOFiM-7_QToVTL

    https://drive.google.com/open?id=1-euoKcGua7g8QycfQPu06G4XInadfqrg

    https://drive.google.com/open?id=1uG50pOwsVj2vJw2IT7nNcTk_snxnM1Mv

    https://drive.google.com/open?id=1CAysrgynNjv7U32APbIxCkp-G8LuJzMZ

    HELP!!!!
 

Link to review
Guest gtaonlineplayer3743

  

Cool

Link to review
Ironozd

· Edited by Ironozd

  

Thats a great plugin👍

  • Like 1
Link to review
×
×
  • Create New...