Skip to content

Zombie Apocalypse Survival Gamemode for San Andreas Multiplayer (Remaintained)

Notifications You must be signed in to change notification settings

lightningpriest/samp-dayz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project DayZ - San Andreas Multiplayer

Remaintained version from Project-DayZ-SAMP repo.
Applied small fixes, and optimizes.
For whoever that can't compile from original source, here it is.

Required Dependencies

Dependencies Link
YSI v4.0.2 https://github.com/pawn-lang/YSI-Includes/releases/download/v4.0.2/YSI.zip
foreach v19.1 https://github.com/karimcambridge/samp-foreach/releases/tag/v19.1

Setup

  • Make sure you have original copies from here.
  • Unpack, also you need to install SA-MP 0.3.7 client and server resources.
  • Next, replace the original dayz.pwn with this.
  • Once all done, you need to configure the MySQL Connections for Database.
  • Delete YSI folder at pawno/include, replace with YSI v4.0.2.
  • Compile.

Database Setup

  • Open dayz.pwn then go to line 37.

Important Notes

  • Database are automatically created.
  • Update the foreach into the latest version.
  • Read this.
  • Open Issues or Pull Request are welcomed.

Credits

Aaron Nader for awesome gamemode.
Y-Less for YSI Includes.
karimcambridge for samp-foreach.