Giter Site home page Giter Site logo

avernus-cnr's Introduction

Avernus Cops and Robbers

What the heck is this?

Well I am bored so I created a Cops & Robbers Gamemode why not?

I want to suggest!

Create a pull request containing your markdown file. Here is a cool format to do your suggestion markdown.

filename: suggestion.md
Inside suggestion.md:
# Title of the Suggestion
## Subtitle of the suggestion
### Explanation
### Media Supporting the Recommendation (Optional)
[image](http://imagelink)

Can I help?

Yes! I welcome contributors for this open-source project check out the tutorial below on how to contribute.

How do I help?

1. So first you need to clone this repository. [https://github.com/CodeZulan/Avernus-CnR.git]
2. Use sampctl to initialize this repository in your local files and we recommend using Visual Studio Code as your IDE.
3. then follow these sampctl commands:
  • sampctl p ensure
  • sampctl p build
  • sampctl p run
if no errors, then everything was done correctly.
4. Then follow these proper ways on how to make our code clean and uniform.
  • In this gamemode, it's best to use the K & R style for brackets all the times to keep the style uniform.
if(IsPlayerConnected(playerid))
{
    return true;
}
  • We require contributors to make their own module inside the core or the utils library when making new systems, then include them inside the core.inc or utils.inc.
  • Make sure to use proper includes on your module
  • TIP: use my acnr_colors include for colors, don't make your own.

avernus-cnr's People

Contributors

codezulan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.