Skip to content

CiprianN23/SAMP-BasicGamemode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic SA-MP GameMode with S#

It is a basic GameMode wrote in C# using the Sampsharp framework to give a basic startup for people that want to build their SA-MP gamemodes in C# and don't know where to start

Getting started

Clone or fork this project into your machine and open up the project solution using Visual Studio 2022

Refer to SampSharp Documentation for further server setup

Contribute

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug/Feature request

If you found a bug or want a feature open an issue here

Built with

About

This a basic gamemode for the popular game SA-MP wrote in C# using the SampSharp framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages