Initial commit
This commit is contained in:
9
scripts/server/business/bakery.js
Normal file
9
scripts/server/business/bakery.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: bakery.js
|
||||
// DESC: Provides bakery business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/bar.js
Normal file
9
scripts/server/business/bar.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: bar.js
|
||||
// DESC: Provides bar/pub business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/burger.js
Normal file
9
scripts/server/business/burger.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: burger.js
|
||||
// DESC: Provides burger joint (McDonalds?) business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/clothing.js
Normal file
9
scripts/server/business/clothing.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: clothing.js
|
||||
// DESC: Provides clothing (skin) business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/club.js
Normal file
9
scripts/server/business/club.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: club.js
|
||||
// DESC: Provides club/nightclub business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/fuel.js
Normal file
9
scripts/server/business/fuel.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: fuel.js
|
||||
// DESC: Provides fuel/petrol business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/mechanic.js
Normal file
9
scripts/server/business/mechanic.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: mechanic.js
|
||||
// DESC: Provides mechanic/vehicle repair business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/pizza.js
Normal file
9
scripts/server/business/pizza.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: pizza.js
|
||||
// DESC: Provides pizza restaurant business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/restaurant.js
Normal file
9
scripts/server/business/restaurant.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: restaurant.js
|
||||
// DESC: Provides generic restaurant business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/vehicle.js
Normal file
9
scripts/server/business/vehicle.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: vehicle.js
|
||||
// DESC: Provides vehicle dealership business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
9
scripts/server/business/weapon.js
Normal file
9
scripts/server/business/weapon.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ===========================================================================
|
||||
// Asshat Gaming RP
|
||||
// http://asshatgaming.com
|
||||
// © 2019 Asshat Gaming
|
||||
// ---------------------------------------------------------------------------
|
||||
// FILE: weapon.js
|
||||
// DESC: Provides weapon (ammu) business functions and usage
|
||||
// TYPE: Business (JavaScript)
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user