Skip to content

Instantly share code, notes, and snippets.

View Dayrion's full-sized avatar

Dayrion

View GitHub Profile
@Dayrion
Dayrion / biz_system.pwn
Created June 5, 2019 20:55
Simple dynamic biz system for SAMP
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// ===========================================================================================================================================================================================
// Dynamic Biz System - Dayrion - v1
// ===========================================================================================================================================================================================
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#define FILTERSCRIPT
#include <a_samp>
#include <izcmd>
@Dayrion
Dayrion / bizSystem.pwn
Created November 9, 2018 18:16
Biz system for SA:MP multiplayer servers.
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// ===========================================================================================================================================================================================
// Dynamic Biz System - Dayrion - v2.3
// ===========================================================================================================================================================================================
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#define FILTERSCRIPT
#include <a_samp>
#include <a_mysql>