Burgershot
[Gamemode] Project Open (Best cnr that has been opened sourced) - Printable Version

+- Burgershot (https://www.burgershot.gg)
+-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3)
+--- Forum: Releases (https://www.burgershot.gg/forumdisplay.php?fid=13)
+---- Forum: Gamemodes (https://www.burgershot.gg/forumdisplay.php?fid=33)
+---- Thread: [Gamemode] Project Open (Best cnr that has been opened sourced) (/showthread.php?tid=532)



Project Open (Best cnr that has been opened sourced) - PatrickGTR - 2019-05-08

Introduction
A deathmatch, cops and robbers gamemode based in San Fierro.

Thanks To
Southclaw - I took a lot of snippets from S&S to make productivity faster.
Zeex - Crashdetect.
Y_Less - YSI, sscanf.
maddinat0r - MySQL, helped me with an issue in house system.
Slice - strlib, formatex.

Job Commands
  • Hitman
    • /hitlist
    • /track
    • /placehit (civilians, not for hitman class)
  • Rapist
    • /rape
  • Drug Dealer
    • /plantweed
    • /harvestweed
    • /sellweed
    • /buyweed (civilians, not for drug dealer)
  • Weapon Dealer
    • /sellgun
    • /acceptgun (civilians, not for weapon dealer)
    • /sellarmour
    • /acceptarmour (civilians, not for weapon dealer)
  • Terrorist
    • /plantc4 
    • /detonate (TODO: Detonate with LMB instead of a command.)
  • Mechanic
    • /mechfix

Database Structure

* implemented
* not implemented

PARENT
  • accounts *
CHILDREN
  • account_stats *
  • attachment *
  • vip_player *
vehicle_players *
  • vehicle_components *
item_players *
  • item_type *
skills_players *
  • skills_type *
house_players *
  • house_interiors *
  • house_furnitures *
gangs *
  • gang_players *
  • gang_zones *

Get involved with the developement!
Source: Link

Feel free to suggest below!


RE: Project Open (Best cnr that has been opened sourced) - Toretto - 2019-05-08

I like how modest the title is


RE: Project Open (Best cnr that has been opened sourced) - Kar - 2019-05-14

"Best cnr that has been opened sourced" bold claim, can't beat lorenc's sf-cnr


RE: Project Open (Best cnr that has been opened sourced) - MrAsR - 2020-10-01

Can you include the .inc (pawno/include) too?


RE: Project Open (Best cnr that has been opened sourced) - Josh - 2020-10-01

Use sampctl, it'll get them for you. Or read https://github.com/PatrickGTR/Project-Open/blob/master/pawn.json and get them yourself.