diff --git a/gamemodes/irresistible/_blank.pwn b/gamemodes/irresistible/_blank.pwn
index 9a59345..b9d2ceb 100644
--- a/gamemodes/irresistible/_blank.pwn
+++ b/gamemodes/irresistible/_blank.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module:
* Purpose:
*/
diff --git a/gamemodes/irresistible/_main.pwn b/gamemodes/irresistible/_main.pwn
index a572162..90a85cd 100644
--- a/gamemodes/irresistible/_main.pwn
+++ b/gamemodes/irresistible/_main.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: _main.inc
* Purpose: centralize includes
*/
@@ -27,4 +27,3 @@
// cnr configuration
#include "irresistible\cnr\_cnr.pwn"
-
diff --git a/gamemodes/irresistible/analytics.pwn b/gamemodes/irresistible/analytics.pwn
index eb0b6e9..32e03e6 100644
--- a/gamemodes/irresistible/analytics.pwn
+++ b/gamemodes/irresistible/analytics.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: analytics.inc
* Purpose: track player connection analytics
*/
diff --git a/gamemodes/irresistible/anticheat/airbrake.pwn b/gamemodes/irresistible/anticheat/airbrake.pwn
index aefd371..17e64f1 100644
--- a/gamemodes/irresistible/anticheat/airbrake.pwn
+++ b/gamemodes/irresistible/anticheat/airbrake.pwn
@@ -1,27 +1,9 @@
/*
- PROJECT <> SA:MP Anticheat Plug-in
- LICENSE <> See LICENSE in the top level directory.
- AUTHOR(S) <> Lorenc_ (zeelorenc@hotmail.com), Emmet_ (no email)
- PURPOSE <> Providing datastructures for the internal SA:MP Server.
-
-
- Copyright (C) 2014 SA:MP Anticheat Plug-in.
-
- The Project is available on https://github.com/myudev/SAMPAC
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, see .
-*/
+ * Irresistible Gaming (c) 2018
+ * Developed by Emmet_, Lorenc
+ * Module: anticheat/carwarp.pwn
+ * Purpose: car warp cheat detection system
+ */
/* ** Includes ** */
#include < YSI\y_hooks >
diff --git a/gamemodes/irresistible/anticheat/autocbug.pwn b/gamemodes/irresistible/anticheat/autocbug.pwn
index b1338b4..1c5b3fe 100644
--- a/gamemodes/irresistible/anticheat/autocbug.pwn
+++ b/gamemodes/irresistible/anticheat/autocbug.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat/autocbug.pwn
* Purpose: rapid fire detection
*/
diff --git a/gamemodes/irresistible/anticheat/bot_attack.pwn b/gamemodes/irresistible/anticheat/bot_attack.pwn
index 197342a..aa0a206 100644
--- a/gamemodes/irresistible/anticheat/bot_attack.pwn
+++ b/gamemodes/irresistible/anticheat/bot_attack.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat\bot_attack.pwn
* Purpose: mitigates bot attacks with random IP addresses
*/
diff --git a/gamemodes/irresistible/anticheat/car_particle_spam.pwn b/gamemodes/irresistible/anticheat/car_particle_spam.pwn
index caa0966..f36d39c 100644
--- a/gamemodes/irresistible/anticheat/car_particle_spam.pwn
+++ b/gamemodes/irresistible/anticheat/car_particle_spam.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat\carparticlespam.pwn
* Purpose: detection for car particle spamming (where doors particles spam)
*/
diff --git a/gamemodes/irresistible/anticheat/carmod_checker.pwn b/gamemodes/irresistible/anticheat/carmod_checker.pwn
index 67fb6a0..440b4d4 100644
--- a/gamemodes/irresistible/anticheat/carmod_checker.pwn
+++ b/gamemodes/irresistible/anticheat/carmod_checker.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj, JerenjL
+ * Developed by Lorenc, JerenjL
* Module: anticheat\carmod_checker.pwn
* Purpose: checks for valid car modification componenets
*/
diff --git a/gamemodes/irresistible/anticheat/carwarp.pwn b/gamemodes/irresistible/anticheat/carwarp.pwn
index 1896ec1..62263a0 100644
--- a/gamemodes/irresistible/anticheat/carwarp.pwn
+++ b/gamemodes/irresistible/anticheat/carwarp.pwn
@@ -1,8 +1,8 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
- * Module:
- * Purpose:
+ * Developed by Lorenc
+ * Module: anticheat/carwarp.pwn
+ * Purpose: car warp cheat detection system
*/
/* ** Includes ** */
diff --git a/gamemodes/irresistible/anticheat/flying.pwn b/gamemodes/irresistible/anticheat/flying.pwn
index 2edded7..0941cdd 100644
--- a/gamemodes/irresistible/anticheat/flying.pwn
+++ b/gamemodes/irresistible/anticheat/flying.pwn
@@ -1,27 +1,9 @@
/*
- PROJECT <> SA:MP Anticheat Plug-in
- LICENSE <> See LICENSE in the top level directory.
- AUTHOR(S) <> Lorenc_ (zeelorenc@hotmail.com)
- PURPOSE <> Providing datastructures for the internal SA:MP Server.
-
-
- Copyright (C) 2014 SA:MP Anticheat Plug-in.
-
- The Project is available on https://github.com/myudev/SAMPAC
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, see .
-*/
+ * Irresistible Gaming (c) 2018
+ * Developed by Lorenc
+ * Module: anticheat/flying.inc
+ * Purpose: fly cheat detection system
+ */
/* ** Includes ** */
#include < YSI\y_hooks >
diff --git a/gamemodes/irresistible/anticheat/hitpoints.pwn b/gamemodes/irresistible/anticheat/hitpoints.pwn
index 70d3664..6758918 100644
--- a/gamemodes/irresistible/anticheat/hitpoints.pwn
+++ b/gamemodes/irresistible/anticheat/hitpoints.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat/hitpoints.inc
* Purpose: server sided damage system
*/
diff --git a/gamemodes/irresistible/anticheat/money.pwn b/gamemodes/irresistible/anticheat/money.pwn
index 6b76a00..7b37be6 100644
--- a/gamemodes/irresistible/anticheat/money.pwn
+++ b/gamemodes/irresistible/anticheat/money.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat\money.pwn
* Purpose: server-sided money
*/
diff --git a/gamemodes/irresistible/anticheat/pickup_spam.pwn b/gamemodes/irresistible/anticheat/pickup_spam.pwn
index 5cefb07..0e5dc4d 100644
--- a/gamemodes/irresistible/anticheat/pickup_spam.pwn
+++ b/gamemodes/irresistible/anticheat/pickup_spam.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat/pickup_spam.pwn
* Purpose: checks if a player enters a bunch of pickups really fast
*/
diff --git a/gamemodes/irresistible/anticheat/proaim.pwn b/gamemodes/irresistible/anticheat/proaim.pwn
index bf43fdd..f38348a 100644
--- a/gamemodes/irresistible/anticheat/proaim.pwn
+++ b/gamemodes/irresistible/anticheat/proaim.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat/proaim.pwn
* Purpose: silent aimbot detection
*/
diff --git a/gamemodes/irresistible/anticheat/rapidfire.pwn b/gamemodes/irresistible/anticheat/rapidfire.pwn
index 5b72598..3a5e691 100644
--- a/gamemodes/irresistible/anticheat/rapidfire.pwn
+++ b/gamemodes/irresistible/anticheat/rapidfire.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat\rapidfire.pwn
* Purpose: rapid fire detection as well as invalid bullet filtering
*/
diff --git a/gamemodes/irresistible/anticheat/remotejack.pwn b/gamemodes/irresistible/anticheat/remotejack.pwn
index 0a34679..ec6746a 100644
--- a/gamemodes/irresistible/anticheat/remotejack.pwn
+++ b/gamemodes/irresistible/anticheat/remotejack.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by JernejL, Lorenc Pekaj
+ * Developed by JernejL, Lorenc
* Module: anticheat/hitpoints.inc
* Purpose: detects abnormal vehicle entering
*/
diff --git a/gamemodes/irresistible/anticheat/vending_machines.pwn b/gamemodes/irresistible/anticheat/vending_machines.pwn
index 4b22f86..723def2 100644
--- a/gamemodes/irresistible/anticheat/vending_machines.pwn
+++ b/gamemodes/irresistible/anticheat/vending_machines.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat\vending_machines.pwn
* Purpose: server-sided vending machines placed around san andreas
*/
diff --git a/gamemodes/irresistible/anticheat/weapon.pwn b/gamemodes/irresistible/anticheat/weapon.pwn
index 7a3e44f..503cfad 100644
--- a/gamemodes/irresistible/anticheat/weapon.pwn
+++ b/gamemodes/irresistible/anticheat/weapon.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: anticheat/weapon.inc
* Purpose: server sided weapon system
*/
diff --git a/gamemodes/irresistible/cnr/_cnr.pwn b/gamemodes/irresistible/cnr/_cnr.pwn
index 55270e7..87653d3 100644
--- a/gamemodes/irresistible/cnr/_cnr.pwn
+++ b/gamemodes/irresistible/cnr/_cnr.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/_cnr.pwn
* Purpose: encloses all cnr related components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/ammunation.pwn b/gamemodes/irresistible/cnr/ammunation.pwn
index 5141cf7..4be8603 100644
--- a/gamemodes/irresistible/cnr/ammunation.pwn
+++ b/gamemodes/irresistible/cnr/ammunation.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module:
* Purpose:
*/
diff --git a/gamemodes/irresistible/cnr/checkpoints.pwn b/gamemodes/irresistible/cnr/checkpoints.pwn
index e6e0710..fced052 100644
--- a/gamemodes/irresistible/cnr/checkpoints.pwn
+++ b/gamemodes/irresistible/cnr/checkpoints.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: checkpoints.pwn
* Purpose: encloses all server related checkpoints, particularly static ones
*/
diff --git a/gamemodes/irresistible/cnr/classes.pwn b/gamemodes/irresistible/cnr/classes.pwn
index c116d52..e073361 100644
--- a/gamemodes/irresistible/cnr/classes.pwn
+++ b/gamemodes/irresistible/cnr/classes.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\classes.pwn
* Purpose: the classes of the cops and robbers server
*/
diff --git a/gamemodes/irresistible/cnr/commands/_commands.pwn b/gamemodes/irresistible/cnr/commands/_commands.pwn
index 7d141cd..82d358d 100644
--- a/gamemodes/irresistible/cnr/commands/_commands.pwn
+++ b/gamemodes/irresistible/cnr/commands/_commands.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/_admin.pwn
* Purpose: encloses all commands
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn
index a6735a6..cabc27d 100644
--- a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj, Steven Howard
+ * Developed by Lorenc, Stev
* Module: cnr/commands/admin/_admin.pwn
* Purpose: encloses all admin related commands
*/
@@ -290,4 +290,3 @@ hook OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] )
/* ** Modules ** */
#include "irresistible\cnr\commands\admin\admin_one.pwn"
#include "irresistible\cnr\commands\admin\admin_two.pwn"
-
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_five.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_five.pwn
index 8522f43..dd83e84 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_five.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_five.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_five.pwn
* Purpose: level five administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn
index 3635be4..0901836 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_four.pwn
* Purpose: level four administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_one.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_one.pwn
index 8936931..7db2593 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_one.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_one.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_one.pwn
* Purpose: level one administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_rcon.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_rcon.pwn
index eadefef..1f72ee5 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_rcon.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_rcon.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_rcon.pwn
* Purpose: level rcon administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_six.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_six.pwn
index 1fcc1a7..d65c025 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_six.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_six.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_six.pwn
* Purpose: level six administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_three.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_three.pwn
index 19aabff..575b691 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_three.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_three.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_three.pwn
* Purpose: level three administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_two.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_two.pwn
index 4ea98e2..3ba83ac 100644
--- a/gamemodes/irresistible/cnr/commands/admin/admin_two.pwn
+++ b/gamemodes/irresistible/cnr/commands/admin/admin_two.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/commands/admin/admin_two.pwn
* Purpose: level two administrator commands (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/dialog_ids.pwn b/gamemodes/irresistible/cnr/dialog_ids.pwn
index 1aaf57b..fdc21f7 100644
--- a/gamemodes/irresistible/cnr/dialog_ids.pwn
+++ b/gamemodes/irresistible/cnr/dialog_ids.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: dialog_ids.inc
* Purpose:
*/
diff --git a/gamemodes/irresistible/cnr/entrances.pwn b/gamemodes/irresistible/cnr/entrances.pwn
index 5ffe233..2216c3f 100644
--- a/gamemodes/irresistible/cnr/entrances.pwn
+++ b/gamemodes/irresistible/cnr/entrances.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\entrances.pwn
* Purpose: entrance system (entering/exiting shops or interiors)
*/
diff --git a/gamemodes/irresistible/cnr/experience.pwn b/gamemodes/irresistible/cnr/experience.pwn
index de99a45..dcf63fe 100644
--- a/gamemodes/irresistible/cnr/experience.pwn
+++ b/gamemodes/irresistible/cnr/experience.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\experience.pwn
* Purpose: player experience system 2.0
*/
diff --git a/gamemodes/irresistible/cnr/features/_features.pwn b/gamemodes/irresistible/cnr/features/_features.pwn
index 17eab30..fb5624e 100644
--- a/gamemodes/irresistible/cnr/features/_features.pwn
+++ b/gamemodes/irresistible/cnr/features/_features.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\_features.pwn
* Purpose: encloses all feature modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/animations.pwn b/gamemodes/irresistible/cnr/features/animations.pwn
index 744cc54..8bb8dda 100644
--- a/gamemodes/irresistible/cnr/features/animations.pwn
+++ b/gamemodes/irresistible/cnr/features/animations.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj, Steven Howard
+ * Developed by Lorenc, Stev
* Module: cnr/features/animation.pwn
* Purpose: all animation and/or action commands
*/
diff --git a/gamemodes/irresistible/cnr/features/bribes.pwn b/gamemodes/irresistible/cnr/features/bribes.pwn
index a79438c..32ae417 100644
--- a/gamemodes/irresistible/cnr/features/bribes.pwn
+++ b/gamemodes/irresistible/cnr/features/bribes.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\bribes.pwn
* Purpose: pickupable bribes that reduce a player's wanted level
*/
diff --git a/gamemodes/irresistible/cnr/features/business/_business.pwn b/gamemodes/irresistible/cnr/features/business/_business.pwn
index 6ea4c04..50fd24c 100644
--- a/gamemodes/irresistible/cnr/features/business/_business.pwn
+++ b/gamemodes/irresistible/cnr/features/business/_business.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\business\_business.pwn
* Purpose: encloses all business modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/business/business.pwn b/gamemodes/irresistible/cnr/features/business/business.pwn
index d371a77..3b30bfa 100644
--- a/gamemodes/irresistible/cnr/features/business/business.pwn
+++ b/gamemodes/irresistible/cnr/features/business/business.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\business\business.pwn
* Purpose: business system for sa-mp
*/
diff --git a/gamemodes/irresistible/cnr/features/car_jacker.pwn b/gamemodes/irresistible/cnr/features/car_jacker.pwn
index b3497f7..57cff05 100644
--- a/gamemodes/irresistible/cnr/features/car_jacker.pwn
+++ b/gamemodes/irresistible/cnr/features/car_jacker.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\car_jacker.pwn
* Purpose: sell vehicles in select containers as a car jacker
*/
diff --git a/gamemodes/irresistible/cnr/features/cash_cards.pwn b/gamemodes/irresistible/cnr/features/cash_cards.pwn
index 11d1389..655a6f8 100644
--- a/gamemodes/irresistible/cnr/features/cash_cards.pwn
+++ b/gamemodes/irresistible/cnr/features/cash_cards.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cash_cards.inc
* Purpose: enables players to redeem cash cards
*/
diff --git a/gamemodes/irresistible/cnr/features/chuffsec.pwn b/gamemodes/irresistible/cnr/features/chuffsec.pwn
index da6f9e6..ef31783 100644
--- a/gamemodes/irresistible/cnr/features/chuffsec.pwn
+++ b/gamemodes/irresistible/cnr/features/chuffsec.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\chuffsec.pwn
* Purpose: robbable npc security truck implementation
*/
diff --git a/gamemodes/irresistible/cnr/features/crime_reports.pwn b/gamemodes/irresistible/cnr/features/crime_reports.pwn
index e8896cb..3b012cb 100644
--- a/gamemodes/irresistible/cnr/features/crime_reports.pwn
+++ b/gamemodes/irresistible/cnr/features/crime_reports.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\crime_reports.pwn
* Purpose: whenever a criminal starts a crime, a report is created
*/
diff --git a/gamemodes/irresistible/cnr/features/crowdfund.pwn b/gamemodes/irresistible/cnr/features/crowdfund.pwn
index cda56e8..25f8ee0 100644
--- a/gamemodes/irresistible/cnr/features/crowdfund.pwn
+++ b/gamemodes/irresistible/cnr/features/crowdfund.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\crowdfund.pwn
* Purpose: off-ucp crowdfunding feature (all done in-game)
*/
diff --git a/gamemodes/irresistible/cnr/features/damage_feed.pwn b/gamemodes/irresistible/cnr/features/damage_feed.pwn
index 03a7206..7f22e8c 100644
--- a/gamemodes/irresistible/cnr/features/damage_feed.pwn
+++ b/gamemodes/irresistible/cnr/features/damage_feed.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Steven Howard, Oscar "Slice" Broman
+ * Developed by Stev, Slice
* Module: cnr/features/damage_feed.pwn
* Purpose: damage feed for dmers
*/
@@ -244,7 +244,7 @@ public OnPlayerTakenDamage( playerid, issuerid, Float: amount, weaponid, bodypar
{
new soundid = p_VIPLevel[ i ] ? p_HitmarkerSound{ i } : 0;
PlayerPlaySound( i, g_HitmarkerSounds[ soundid ] [ E_SOUND_ID ], 0.0, 0.0, 0.0 );
- }
+ }
}
}
diff --git a/gamemodes/irresistible/cnr/features/duel.pwn b/gamemodes/irresistible/cnr/features/duel.pwn
index 039385e..b2c2348 100644
--- a/gamemodes/irresistible/cnr/features/duel.pwn
+++ b/gamemodes/irresistible/cnr/features/duel.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Steven Howard
+ * Developed by Steven
* Module: cnr/features/duel.pwn
* Purpose: player duling system
*/
@@ -64,7 +64,7 @@ hook OnScriptInit( )
CreateDynamicMapIcon( g_DuelCoordinates[ 0 ], g_DuelCoordinates[ 1 ], g_DuelCoordinates[ 2 ], 23, 0, -1, -1, -1, 750.0 );
g_DuelCheckpoint = CreateDynamicCP( g_DuelCoordinates[ 0 ], g_DuelCoordinates[ 1 ], g_DuelCoordinates[ 2 ], 1.5, 0, 0, -1 );
CreateDynamic3DTextLabel( ""COL_GOLD"[DUEL PLAYER]", -1, g_DuelCoordinates[ 0 ], g_DuelCoordinates[ 1 ], g_DuelCoordinates[ 2 ], 25.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 0, -1 );
-
+
return 1;
}
@@ -540,7 +540,7 @@ static stock forfeitPlayerDuel(playerid)
{
new
winning_prize = floatround( float( amount_waged ) * 1.95 ); // We take 2.5% of the total pot
-
+
GivePlayerCash( winnerid, winning_prize );
SendClientMessageToAllFormatted( -1, ""COL_DUEL"[DUEL]"COL_WHITE" %s(%d) has won the duel against %s(%d) for %s!", ReturnPlayerName( winnerid ), winnerid, ReturnPlayerName( playerid ), playerid, cash_format( winning_prize ) );
}
diff --git a/gamemodes/irresistible/cnr/features/eastereggs.pwn b/gamemodes/irresistible/cnr/features/eastereggs.pwn
index cd9baa4..9123f35 100644
--- a/gamemodes/irresistible/cnr/features/eastereggs.pwn
+++ b/gamemodes/irresistible/cnr/features/eastereggs.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\eastereggs.pwn
* Purpose: treasure (easter eggs) hunting system
*/
diff --git a/gamemodes/irresistible/cnr/features/fires.pwn b/gamemodes/irresistible/cnr/features/fires.pwn
index c585f17..1a240e1 100644
--- a/gamemodes/irresistible/cnr/features/fires.pwn
+++ b/gamemodes/irresistible/cnr/features/fires.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\fires.pwn
* Purpose: extinguishable fire system
*/
diff --git a/gamemodes/irresistible/cnr/features/fps.pwn b/gamemodes/irresistible/cnr/features/fps.pwn
index 077e581..a58a159 100644
--- a/gamemodes/irresistible/cnr/features/fps.pwn
+++ b/gamemodes/irresistible/cnr/features/fps.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: fps.inc
* Purpose: fps counter in-game
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/_gangs.pwn b/gamemodes/irresistible/cnr/features/gangs/_gangs.pwn
index 172e221..8e06e9a 100644
--- a/gamemodes/irresistible/cnr/features/gangs/_gangs.pwn
+++ b/gamemodes/irresistible/cnr/features/gangs/_gangs.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\gangs\_gangs.pwn
* Purpose: encloses all gang and facility related modules (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/cannon.pwn b/gamemodes/irresistible/cnr/features/gangs/cannon.pwn
index 709d98f..1a79a30 100644
--- a/gamemodes/irresistible/cnr/features/gangs/cannon.pwn
+++ b/gamemodes/irresistible/cnr/features/gangs/cannon.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cannon.inc
* Purpose: orbital cannon implementation for gang facilities
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/facilities.pwn b/gamemodes/irresistible/cnr/features/gangs/facilities.pwn
index 2339b10..f782ebf 100644
--- a/gamemodes/irresistible/cnr/features/gangs/facilities.pwn
+++ b/gamemodes/irresistible/cnr/features/gangs/facilities.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: facilities.inc
* Purpose: gang facilities module
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/gangs.pwn b/gamemodes/irresistible/cnr/features/gangs/gangs.pwn
index e7917d6..606adb8 100644
--- a/gamemodes/irresistible/cnr/features/gangs/gangs.pwn
+++ b/gamemodes/irresistible/cnr/features/gangs/gangs.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: gangs.inc
* Purpose: gang system
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn b/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn
index 3e5c972..7d90256 100644
--- a/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn
+++ b/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\gangs\gvehicles.pwn
* Purpose: gang vehicles (requires a gang facility to spawn the vehicles) for gangs
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/turfs.pwn b/gamemodes/irresistible/cnr/features/gangs/turfs.pwn
index 21cea28..dbceed1 100644
--- a/gamemodes/irresistible/cnr/features/gangs/turfs.pwn
+++ b/gamemodes/irresistible/cnr/features/gangs/turfs.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\gangs\turfs.pwn
* Purpose: turfing module for gangs
*/
diff --git a/gamemodes/irresistible/cnr/features/gangs/turfs.pwn.v1 b/gamemodes/irresistible/cnr/features/gangs/turfs.pwn.v1
deleted file mode 100644
index 58d9e22..0000000
--- a/gamemodes/irresistible/cnr/features/gangs/turfs.pwn.v1
+++ /dev/null
@@ -1,740 +0,0 @@
-/*
- * Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
- * Module: cnr\features\gangs\turfs.pwn
- * Purpose: turfing module for gangs
- */
-
-/* ** Includes ** */
-#include < YSI\y_hooks >
-
-/* ** Definitions ** */
-#if defined MAX_FACILITIES
- #define MAX_TURFS ( sizeof( g_gangzoneData ) + MAX_FACILITIES )
-#else
- #define MAX_TURFS ( sizeof( g_gangzoneData ) )
-#endif
-
-#define INVALID_GANG_TURF ( -1 )
-
-#define TAKEOVER_NEEDED_PEOPLE ( 1 )
-
-/*
- Mean (μ): 61551.012315113
- Median: 38190.51
- Modes: 36520.39 56000.00
- Lowest value: 1561.59
- Highest value: 663634.31
- Range: 662072.72
- Interquartile range: 54438.43
- First quartile: 19224.91
- Third quartile: 73663.34
- Variance (σ2): 5620059337.0135
- Standard deviation (σ): 74967.055010941
- Quartile deviation: 27219.215
- Mean absolute deviation (MAD): 47203.259159645
-*/
-
-#define TURF_SIZE_SMALL 19224.91
-#define TURF_SIZE_LARGE 73663.34
-
-/* ** Variables ** */
-enum e_GANG_ZONE_DATA
-{
- E_NAME[ 16 ],
- Float: E_MIN_X,
- Float: E_MIN_Y,
- Float: E_MAX_X,
- Float: E_MAX_Y,
- Float: E_SIZE,
- E_CITY
-};
-
-new const
- g_gangzoneData[ ] [ e_GANG_ZONE_DATA ] =
- {
- { "SF-CITY", -2076.0, 1036.5, -1873.0, 1088.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -2014.0, 937.5, -1873.0, 1036.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -2014.0, 829.5, -1886.0, 937.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1873.0, 937.5, -1787.0, 1112.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -2014.0, 719.5, -1886.0, 829.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1886.0, 829.5, -1788.0, 937.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1886.0, 719.5, -1788.0, 829.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1788.0, 829.5, -1723.0, 937.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1723.0, 829.5, -1642.0, 937.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1642.0, 829.5, -1564.0, 937.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1564.0, 828.5, -1421.0, 1015.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1667.0, 720.5, -1563.0, 829.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1788.0, 719.5, -1667.0, 829.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1787.0, 935.5, -1704.0, 1037.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -1787.0, 1037.5, -1704.0, 1112.5, TURF_SIZE_LARGE, CITY_SF },
- { "SF-CITY", -2130.0, 816.5, -2014.0, 1036.5, TURF_SIZE_LARGE, CITY_SF }
- /*{ "ELS3c", 2381.677, -1494.030, 2421.030, -1454.348, 1561.60, CITY_LS },
- { "LVA5", 1236.630, 1163.410, 1277.050, 1203.280, 1611.54, CITY_LV },
- { "BINT3", 1277.050, 1044.687, 1315.348, 1087.630, 1644.62, CITY_LV },
- { "SUN3c", 1252.328, -926.999, 1357.000, -910.169, 1761.63, CITY_LS },
- { "LVA4", 1315.348, 1044.687, 1375.598, 1087.630, 2587.31, CITY_LV },
- { "LFL1a", 2581.729, -1454.348, 2632.830, -1393.420, 3113.48, CITY_LS },
- { "LDT1a", 1370.848, -1170.869, 1463.900, -1130.848, 3724.03, CITY_LS },
- { "ESPE1", -1620.300, 1176.520, -1580.010, 1274.260, 3937.94, CITY_SF },
- { "JEF1a", 2185.330, -1210.739, 2281.447, -1154.588, 5397.06, CITY_LS },
- { "MUL7b", 1318.130, -910.169, 1357.000, -768.026, 5525.09, CITY_LS },
- { "JEF3a", 1996.910, -1449.670, 2056.860, -1350.718, 5932.18, CITY_LS },
- { "JTW2", 1236.630, 2142.860, 1297.468, 2243.229, 6106.24, CITY_LV },
- { "JEF3c", 2124.656, -1494.030, 2266.208, -1449.670, 6279.24, CITY_LS },
- { "JTN6", 1848.400, 2478.489, 1938.800, 2553.489, 6780.00, CITY_LV },
- { "ROD4c", 422.678, -1570.197, 466.221, -1406.050, 7147.45, CITY_LS },
- { "LDT1c", 1391.050, -1026.328, 1463.900, -926.999, 7236.11, CITY_LS },
- { "REDW4", 1704.588, 2243.229, 1777.390, 2342.830, 7251.15, CITY_LV },
- { "LMEX1b", 1758.900, -1722.260, 1812.619, -1577.588, 7771.63, CITY_LS },
- { "BINT4", 1375.598, 823.228, 1457.390, 919.447, 7869.94, CITY_LV },
- { "ROD1c", 334.502, -1501.947, 422.678, -1406.050, 8455.81, CITY_LS },
- { "RIH6a", 225.164, -1369.619, 334.502, -1292.067, 8479.38, CITY_LS },
- { "LDT6", 1724.760, -1250.900, 1812.619, -1150.869, 8788.62, CITY_LS },
- { "STRIP4", 2027.400, 1703.229, 2137.395, 1783.229, 8799.59, CITY_LV },
- { "LDT1b", 1378.328, -1130.848, 1463.900, -1026.328, 8943.98, CITY_LS },
- { "BINT2", 1197.390, 1044.687, 1277.050, 1163.390, 9455.88, CITY_LV },
- { "CONF1a", 1073.218, -1842.270, 1323.900, -1804.208, 9541.46, CITY_LS },
- { "SILLY3", -2270.040, -430.276, -2178.687, -324.114, 9698.21, CITY_SF },
- { "MUL5a", 1096.468, -910.169, 1169.130, -768.026, 10328.39, CITY_LS },
- { "YBELL2", 1457.458, 2723.229, 1534.560, 2863.229, 10794.28, CITY_LV },
- { "STRIP3", 2027.400, 1783.229, 2162.385, 1863.229, 10798.79, CITY_LV },
- { "JEF1b", 2056.860, -1210.739, 2185.330, -1126.317, 10845.69, CITY_LS },
- { "MUL5b", 952.604, -937.184, 1096.468, -860.619, 11014.94, CITY_LS },
- { "ALDEA", -1372.140, 2498.520, -1277.588, 2615.350, 11046.51, CITY_DESERTS },
- { "CHC2a", 2126.860, -1126.317, 2185.330, -934.489, 11216.17, CITY_LS },
- { "CHC1a", 1994.328, -1100.817, 2056.860, -920.815, 11255.90, CITY_LS },
- { "RIH5b", 647.557, -954.661, 768.692, -860.619, 11391.77, CITY_LS },
- { "LVA3", 1277.050, 1087.630, 1375.598, 1203.280, 11397.07, CITY_LV },
- { "JTN7", 1377.390, 2433.229, 1534.560, 2507.229, 11630.58, CITY_LV },
- { "LIND2b", 2201.820, -2095.000, 2324.000, -1989.900, 12841.10, CITY_LS },
- { "JTN8", 1704.588, 2342.830, 1848.400, 2433.229, 13000.45, CITY_LV },
- { "SUN3a", 1252.328, -1130.848, 1378.328, -1026.328, 13169.52, CITY_LS },
- { "LMEX1a", 1701.900, -1842.270, 1812.619, -1722.260, 13287.38, CITY_LS },
- { "WESTP3", -2411.218, 373.539, -2253.540, 458.411, 13382.44, CITY_SF },
- { "RIH6b", 225.164, -1292.067, 466.221, -1235.067, 13740.24, CITY_LS },
- { "SUN3b", 1252.328, -1026.328, 1391.050, -926.999, 13779.11, CITY_LS },
- { "ELS3b", 2266.260, -1494.030, 2381.677, -1372.040, 14079.71, CITY_LS },
- { "JTE2", 2623.177, 943.234, 2749.895, 1055.958, 14284.16, CITY_LV },
- { "LIND4c", 2541.697, -1941.400, 2703.580, -1852.869, 14331.66, CITY_LS },
- { "CHC1b", 2056.860, -1126.317, 2126.860, -920.815, 14385.14, CITY_LS },
- { "JTE3", 2625.156, 2202.760, 2685.156, 2442.550, 14387.40, CITY_LV },
- { "ROD1b", 225.164, -1501.947, 334.502, -1369.619, 14468.48, CITY_LS },
- { "JTE4", 2536.427, 2442.550, 2685.156, 2542.550, 14872.90, CITY_LV },
- { "ROD2a", 334.502, -1406.050, 466.221, -1292.067, 15013.73, CITY_LS },
- { "VIN1b", 647.557, -1227.280, 787.460, -1118.280, 15249.42, CITY_LS },
- { "ROD3b", 422.678, -1684.650, 558.098, -1570.197, 15499.22, CITY_LS },
- { "JTN1", 2498.208, 2542.550, 2685.156, 2626.550, 15703.63, CITY_LV },
- { "LDT7", 1724.760, -1430.869, 1812.619, -1250.900, 15811.89, CITY_LS },
- { "ROD1a", 225.164, -1684.650, 312.803, -1501.947, 16011.91, CITY_LS },
- { "JEF3b", 2056.860, -1449.670, 2266.208, -1372.040, 16251.67, CITY_LS },
- { "SUN4", 1096.468, -1130.838, 1252.328, -1026.328, 16288.92, CITY_LS },
- { "VERO2", 1046.150, -1722.260, 1161.520, -1577.588, 16690.80, CITY_LS },
- { "COM1a", 1323.900, -1722.260, 1440.900, -1577.588, 16926.62, CITY_LS },
- { "MUL7a", 1357.000, -926.999, 1463.900, -768.026, 16994.22, CITY_LS },
- { "ROD4b", 466.221, -1570.197, 558.098, -1385.067, 17009.19, CITY_LS },
- { "MUL5c", 911.802, -860.619, 1096.468, -768.026, 17098.78, CITY_LS },
- { "MUL4", 768.692, -954.661, 952.604, -860.619, 17295.44, CITY_LS },
- { "JTS2", 2377.385, 788.893, 2537.385, 897.901, 17441.27, CITY_LV },
- { "IWD3a", 1812.619, -1852.869, 1971.660, -1742.310, 17583.41, CITY_LS },
- { "LDOC1a", 2089.000, -2394.330, 2201.820, -2235.840, 17880.85, CITY_LS },
- { "COM1b", 1370.848, -1577.588, 1463.900, -1384.947, 17925.63, CITY_LS },
- { "JTN3", 2121.395, 2508.229, 2237.395, 2663.166, 17972.69, CITY_LV },
- { "SUN2", 1096.468, -1026.328, 1252.328, -910.169, 18104.53, CITY_LS },
- { "GLN2a", 1812.619, -1449.670, 1996.910, -1350.718, 18235.96, CITY_LS },
- { "SFAIR2", -1242.979, -50.096, -1213.910, 578.395, 18269.58, CITY_SF },
- { "STRIP2", 2106.697, 1863.229, 2162.385, 2202.760, 18907.79, CITY_LV },
- { "LIND4a", 2541.697, -2059.229, 2703.580, -1941.400, 19074.51, CITY_LS },
- { "MAR2", 807.921, -1577.588, 926.921, -1416.250, 19199.22, CITY_LS },
- { "VAIR3", 1457.369, 1143.208, 1777.400, 1203.280, 19224.91, CITY_LV },
- { "IWD3b", 1812.619, -1742.310, 1951.660, -1602.310, 19465.74, CITY_LS },
- { "ESPE2", -1580.010, 1025.979, -1499.890, 1274.260, 19892.27, CITY_SF },
- { "LDT3", 1370.848, -1384.947, 1463.900, -1170.869, 19920.38, CITY_LS },
- { "ROD3a", 312.803, -1684.650, 422.678, -1501.947, 20074.49, CITY_LS },
- { "PER1", 1440.900, -1722.260, 1583.500, -1577.588, 20630.22, CITY_LS },
- { "MUL1a", 687.802, -860.619, 911.802, -768.026, 20740.83, CITY_LS },
- { "GANTB1", -2741.070, 1490.468, -2616.395, 1659.680, 21096.51, CITY_SF },
- { "CHC2b", 2185.330, -1154.588, 2281.447, -934.489, 21155.24, CITY_LS },
- { "MUL6", 1169.130, -910.169, 1318.130, -768.026, 21179.30, CITY_LS },
- { "JTN4", 1938.800, 2508.229, 2121.395, 2624.229, 21181.01, CITY_LV },
- { "COM3", 1667.958, -1577.588, 1812.619, -1430.869, 21224.51, CITY_LS },
- { "ROD5a", 72.648, -1544.170, 225.164, -1404.968, 21230.53, CITY_LS },
- { "ROCE2", 2536.427, 2202.760, 2625.156, 2442.550, 21276.33, CITY_LV },
- { "ROD5b", 72.648, -1684.650, 225.164, -1544.170, 21425.44, CITY_LS },
- { "MKT4", 952.663, -1310.208, 1072.660, -1130.848, 21522.66, CITY_LS },
- { "CHC4b", 2632.739, -1135.040, 2747.739, -945.033, 21850.80, CITY_LS },
- { "MUL1c", 861.085, -674.885, 1156.550, -600.895, 21861.45, CITY_COUNTRY },
- { "THEA3", -2253.540, 373.539, -1993.280, 458.411, 22088.78, CITY_SF },
- { "REDE3", 1848.400, 2342.830, 2011.937, 2478.489, 22185.25, CITY_LV },
- { "SFDWT4", -1580.010, 744.267, -1499.890, 1025.979, 22570.76, CITY_SF },
- { "CONF1b", 1046.150, -1804.208, 1323.900, -1722.260, 22761.05, CITY_LS },
- { "RIH5a", 647.557, -1118.280, 787.460, -954.661, 22890.79, CITY_LS },
- { "OCEAF1", -2994.489, 277.411, -2867.850, 458.411, 22921.64, CITY_SF },
- { "GGC2", 964.390, 930.890, 1166.530, 1044.687, 23002.92, CITY_LV },
- { "GLN1b", 1812.619, -1100.817, 1994.328, -973.380, 23156.44, CITY_LS },
- { "LVA2", 1375.598, 919.447, 1457.369, 1203.280, 23209.30, CITY_LV },
- { "TOM", -405.769, 1712.859, -276.717, 1892.750, 23215.29, CITY_DESERTS },
- { "VERO3", 1161.520, -1722.260, 1323.900, -1577.588, 23491.83, CITY_LS },
- { "ELS1a", 2281.447, -1372.040, 2381.677, -1135.040, 23754.50, CITY_LS },
- { "CALI2", 2137.395, 1703.229, 2437.385, 1783.229, 23999.19, CITY_LV },
- { "IWD4", 1951.660, -1742.310, 2124.656, -1602.310, 24219.43, CITY_LS },
- { "PILL2", 2624.395, 1383.229, 2685.156, 1783.229, 24304.39, CITY_LV },
- { "IWD2", 2124.656, -1742.310, 2222.560, -1494.030, 24307.62, CITY_LS },
- { "WESTP1", -2533.040, 458.411, -2329.310, 578.395, 24444.33, CITY_SF },
- { "SFDWT2", -1871.718, 1176.420, -1620.300, 1274.260, 24598.72, CITY_SF },
- { "COM4", 1583.500, -1722.260, 1758.900, -1577.588, 25375.47, CITY_LS },
- { "ELS1b", 2381.677, -1454.348, 2462.125, -1135.040, 25687.68, CITY_LS },
- { "MAR1", 647.710, -1577.588, 807.921, -1416.250, 25848.12, CITY_LS },
- { "RIH3a", 72.648, -1404.968, 225.164, -1235.067, 25912.61, CITY_LS },
- { "VIN1a", 647.710, -1416.250, 787.460, -1227.280, 26408.55, CITY_LS },
- { "ELS3a", 2222.560, -1628.530, 2421.030, -1494.030, 26694.21, CITY_LS },
- { "ROD4a", 558.098, -1684.650, 647.520, -1384.930, 26801.55, CITY_LS },
- { "ROD2b", 466.221, -1385.067, 647.520, -1235.067, 27194.85, CITY_LS },
- { "REDE2", 1817.390, 2202.760, 2011.937, 2342.830, 27250.21, CITY_LV },
- { "RING", 2162.385, 1783.229, 2437.385, 1883.229, 27500.00, CITY_LV },
- { "IWD5", 1971.660, -1852.869, 2222.560, -1742.310, 27739.24, CITY_LS },
- { "LIND1b", 2089.000, -2235.840, 2201.820, -1989.900, 27746.97, CITY_LS },
- { "SUN1", 952.663, -1130.838, 1096.468, -937.184, 27848.41, CITY_LS },
- { "PRP3", 1848.400, 2553.489, 1938.800, 2863.229, 28000.50, CITY_LV },
- { "VERO4b", 930.221, -2006.780, 1073.218, -1804.208, 28967.19, CITY_LS },
- { "BLUF1b", 1073.218, -2006.780, 1249.619, -1842.270, 29019.73, CITY_LS },
- { "VIN2", 787.460, -1130.838, 952.604, -954.661, 29094.57, CITY_LS },
- { "VIN3", 787.460, -1310.208, 952.663, -1130.838, 29632.46, CITY_LS },
- { "COM2", 1463.900, -1577.588, 1667.958, -1430.869, 29939.18, CITY_LS },
- { "MKT3", 787.460, -1416.250, 1072.660, -1310.208, 30243.17, CITY_LS },
- { "RSW2", 2377.385, 596.348, 2537.385, 788.893, 30807.19, CITY_LV },
- { "JTN2", 2237.395, 2542.550, 2498.208, 2663.166, 31458.21, CITY_LV },
- { "EBE2a", 2632.830, -1668.130, 2747.739, -1393.420, 31566.62, CITY_LS },
- { "LIND2a", 2089.000, -1989.900, 2324.000, -1852.869, 32202.28, CITY_LS },
- { "CHINA", -2274.166, 578.395, -2078.666, 744.169, 32408.81, CITY_SF },
- { "LDOC2", 2324.000, -2145.100, 2703.580, -2059.229, 32594.95, CITY_LS },
- { "EBAY", -1132.817, -768.026, -956.476, -578.117, 33488.74, CITY_COUNTRY },
- { "VISA2", 1817.390, 1703.229, 2027.400, 1863.229, 33601.60, CITY_LV },
- { "OCEAF3", -2994.489, -430.276, -2831.885, -222.589, 33770.73, CITY_SF },
- { "RIH1a", 321.355, -860.619, 687.802, -768.026, 33930.43, CITY_LS },
- { "RIH1b", 321.355, -768.026, 700.794, -674.885, 35341.32, CITY_COUNTRY },
- { "STAR1", 2162.385, 1883.229, 2437.385, 2012.180, 35461.53, CITY_LV },
- { "EBE2b", 2747.739, -1668.130, 2959.350, -1498.619, 35870.40, CITY_LS },
- { "JEF2", 2056.860, -1372.040, 2281.447, -1210.739, 36226.09, CITY_LS },
- { "LDT4", 1463.900, -1290.869, 1724.760, -1150.869, 36520.39, CITY_LS },
- { "LDT5", 1463.900, -1430.869, 1724.760, -1290.869, 36520.39, CITY_LS },
- { "JTS1", 1457.390, 823.228, 2377.385, 863.229, 36800.69, CITY_LV },
- { "ELS4", 2421.030, -1628.530, 2632.830, -1454.348, 36891.75, CITY_LS },
- { "GGC1", 964.390, 1044.687, 1197.390, 1203.218, 36937.72, CITY_LV },
- { "CHC4a", 2747.739, -1120.040, 2959.350, -945.033, 37033.42, CITY_LS },
- { "MUL1b", 737.572, -768.026, 1142.290, -674.885, 37695.83, CITY_COUNTRY },
- { "LDOC3b", 2201.820, -2730.875, 2324.000, -2418.330, 38186.71, CITY_LS },
- { "ELS2", 2462.125, -1454.348, 2581.729, -1135.040, 38190.51, CITY_LS },
- { "GAN1", 2222.560, -1722.328, 2632.830, -1628.530, 38482.49, CITY_LS },
- { "CUNTC2", -2831.885, -430.276, -2646.395, -222.589, 38523.85, CITY_SF },
- { "LIND1a", 1970.619, -2179.250, 2089.000, -1852.869, 38637.30, CITY_LS },
- { "ESPN3", -1982.317, 1274.260, -1524.239, 1358.900, 38771.73, CITY_SF },
- { "HIGH", 1817.390, 1283.229, 2027.390, 1469.229, 39060.00, CITY_LV },
- { "LDOC1b", 2201.820, -2418.330, 2324.000, -2095.000, 39504.44, CITY_LS },
- { "LDM", 1823.078, 596.348, 1997.218, 823.228, 39508.88, CITY_LV },
- { "SUNMA", -2353.166, 2275.790, -2153.166, 2475.790, 40000.00, CITY_DESERTS },
- { "THEA1", -2329.310, 458.411, -1993.280, 578.395, 40318.23, CITY_SF },
- { "ELCO1", 1692.619, -2179.250, 1812.619, -1842.270, 40437.59, CITY_LS },
- { "BFC1", 1375.598, 596.348, 1558.088, 823.228, 41403.32, CITY_LV },
- { "PINK", 1817.390, 1083.229, 2027.390, 1283.229, 42000.00, CITY_LV },
- { "JTW1", 1197.390, 1163.390, 1236.630, 2243.229, 42372.87, CITY_LV },
- { "LFL1b", 2581.729, -1393.420, 2747.739, -1135.040, 42893.66, CITY_LS },
- { "VISA1", 1817.390, 1863.229, 2106.697, 2011.828, 42990.73, CITY_LV },
- { "PRP4", 1938.800, 2624.229, 2121.395, 2861.550, 43333.62, CITY_LV },
- { "VERO1", 851.447, -1804.208, 1046.150, -1577.588, 44123.59, CITY_LS },
- { "LDS", 2749.895, 943.234, 2923.385, 1198.989, 44370.93, CITY_LV },
- { "LDOC3c", 2703.580, -2302.330, 2959.350, -2126.895, 44871.02, CITY_LS },
- { "LIND3", 2324.000, -2059.229, 2541.697, -1852.869, 44923.95, CITY_LS },
- { "THEA2", -2411.218, 265.243, -1993.280, 373.539, 45261.00, CITY_SF },
- { "THALL1", 1323.900, -1842.270, 1701.900, -1722.260, 45363.78, CITY_LS },
- { "MUL2b", 1269.130, -768.026, 1414.067, -452.424, 45742.41, CITY_COUNTRY },
- { "MAR3", 647.710, -1804.208, 851.447, -1577.588, 46170.87, CITY_LS },
- { "BATTP", -2741.070, 1268.410, -2533.040, 1490.468, 46194.73, CITY_SF },
- { "DRAG", 1817.390, 863.231, 2027.390, 1083.229, 46199.57, CITY_LV },
- { "BFLD1", 964.390, 1203.218, 1197.390, 1403.218, 46600.00, CITY_LV },
- { "JTN5", 1534.560, 2433.229, 1848.400, 2583.229, 47075.99, CITY_LV },
- { "YBELL1", 1117.400, 2723.229, 1457.458, 2863.229, 47608.11, CITY_LV },
- { "IWD1", 1812.619, -1602.310, 2124.656, -1449.670, 47629.33, CITY_LS },
- { "REDW1", 1297.468, 2142.860, 1777.390, 2243.229, 48169.24, CITY_LV },
- { "DOH1", -2270.040, -324.114, -1794.920, -222.589, 48236.56, CITY_SF },
- { "TOPFA", 967.382, -450.390, 1176.780, -217.899, 48683.15, CITY_COUNTRY },
- { "BARRA", -926.130, 1398.729, -719.234, 1634.687, 48818.76, CITY_DESERTS },
- { "PIRA", 1817.390, 1469.229, 2027.400, 1703.229, 49142.34, CITY_LV },
- { "CITYS", -2867.850, 277.411, -2593.437, 458.411, 49668.76, CITY_SF },
- { "SFGLF4", -2646.395, -355.493, -2270.040, -222.589, 50019.08, CITY_SF },
- { "STRIP1", 2027.400, 863.229, 2087.385, 1703.229, 50387.38, CITY_LV },
- { "HASH", -2593.437, -222.589, -2411.218, 54.722, 50531.33, CITY_SF },
- { "LAIR2a", 1852.000, -2394.330, 2089.000, -2179.250, 50973.97, CITY_LS },
- { "WWE1", 1098.310, 1726.218, 1197.390, 2243.229, 51225.42, CITY_LV },
- { "SHERR", -789.736, 1659.680, -599.505, 1929.410, 51311.00, CITY_DESERTS },
- { "ELCO2", 1812.619, -2179.250, 1970.619, -1852.869, 51568.19, CITY_LS },
- { "SFDWT3", -1700.010, 744.267, -1580.010, 1176.520, 51870.35, CITY_SF },
- { "VALLE", -936.668, 2611.437, -715.960, 2847.895, 52188.17, CITY_DESERTS },
- { "PAYAS", -354.332, 2580.360, -133.625, 2816.820, 52188.36, CITY_DESERTS },
- { "BINT1", 1166.530, 795.010, 1375.598, 1044.687, 52199.46, CITY_LV },
- { "GAN2", 2222.560, -1852.869, 2632.830, -1722.328, 53557.06, CITY_LS },
- { "REDE1", 1817.390, 2011.828, 2106.697, 2202.760, 55237.96, CITY_LV },
- { "CALI1", 2087.385, 1543.229, 2437.385, 1703.229, 56000.00, CITY_LV },
- { "ROY", 2087.385, 1383.229, 2437.385, 1543.229, 56000.00, CITY_LV },
- { "RIH3b", 72.648, -1235.067, 321.355, -1008.150, 56435.84, CITY_LS },
- { "STAR2", 2437.385, 1783.229, 2685.156, 2012.180, 56727.42, CITY_LV },
- { "MUL2a", 1281.130, -452.424, 1641.130, -290.911, 58144.67, CITY_COUNTRY },
- { "SFDWT1", -1982.317, 744.169, -1871.718, 1274.260, 58627.53, CITY_SF },
- { "KACC", 2498.208, 2626.550, 2749.895, 2861.550, 59146.44, CITY_LV },
- { "HGP", 1777.390, 863.231, 1817.390, 2342.830, 59183.96, CITY_LV },
- { "LDOC3a", 2324.000, -2302.330, 2703.580, -2145.100, 59681.36, CITY_LS },
- { "RIH2", 321.355, -1044.067, 647.557, -860.619, 59841.10, CITY_LS },
- { "RIE", 1558.088, 596.348, 1823.078, 823.234, 60122.51, CITY_LV },
- { "EBE3c", 2632.830, -1852.869, 2959.350, -1668.130, 60320.98, CITY_LS },
- { "BLUEB", 19.607, -404.135, 349.605, -220.136, 60719.30, CITY_COUNTRY },
- { "LST", 2749.895, 1198.989, 2923.385, 1548.989, 60721.49, CITY_LV },
- { "GLN1", 1812.619, -1350.718, 2056.860, -1100.817, 61036.09, CITY_LS },
- { "SFDWT6", -1993.280, 265.243, -1794.920, 578.395, 62116.82, CITY_SF },
- { "REDW3", 1377.390, 2243.229, 1704.588, 2433.229, 62167.62, CITY_LV },
- { "RIH4", 321.355, -1235.067, 647.520, -1044.067, 62297.51, CITY_LS },
- { "GANTB", -2741.447, 1659.680, -2616.395, 2175.145, 64459.92, CITY_DESERTS },
- { "FLINTI", -187.699, -1596.760, 17.062, -1276.598, 65556.68, CITY_COUNTRY },
- { "CHC3", 2281.447, -1135.040, 2632.739, -945.033, 66747.94, CITY_LS },
- { "SRY", 2749.895, 1548.989, 2923.385, 1937.250, 67359.39, CITY_LV },
- { "ISLE", 2011.937, 2202.760, 2237.395, 2508.229, 68870.42, CITY_LV },
- { "CIVI", -2741.070, 458.411, -2533.040, 793.411, 69690.06, CITY_SF },
- { "PLS", 2703.580, -2126.895, 2959.350, -1852.869, 70087.63, CITY_LS },
- { "MKT2", 926.921, -1577.588, 1370.848, -1416.250, 71622.29, CITY_LS },
- { "WESTP2", -2593.437, 54.722, -2411.218, 458.411, 73559.80, CITY_SF },
- { "PINT", 1098.390, 2243.229, 1377.390, 2507.229, 73656.00, CITY_LV },
- { "FINA", -1871.718, 744.169, -1701.300, 1176.420, 73663.34, CITY_SF },
- { "SPIN", 2121.395, 2663.166, 2498.208, 2861.550, 74753.67, CITY_LV },
- { "PILL1", 2437.385, 1383.229, 2624.395, 1783.229, 74804.00, CITY_LV },
- { "BFLD2", 964.390, 1403.218, 1197.390, 1726.218, 75259.00, CITY_LV },
- { "BIGE", -410.019, 1403.338, -137.968, 1681.229, 75600.53, CITY_DESERTS },
- { "DILLI", 580.794, -674.885, 861.085, -404.790, 75705.20, CITY_COUNTRY },
- { "ELQUE", -1645.229, 2498.520, -1372.140, 2777.850, 76281.96, CITY_DESERTS },
- { "ESPN1", -2533.040, 1358.900, -1996.660, 1501.208, 76331.15, CITY_SF },
- { "SFAIR3", -1499.890, -50.096, -1242.979, 249.904, 77073.30, CITY_SF },
- { "MUL3", 1414.067, -768.026, 1667.609, -452.424, 80018.35, CITY_COUNTRY },
- { "EBE1", 2747.739, -1498.619, 2959.350, -1120.040, 80111.50, CITY_LS },
- { "MKT1", 1072.660, -1416.250, 1370.848, -1130.848, 85103.44, CITY_LS },
- { "RSW1", 1997.218, 596.348, 2377.385, 823.228, 86252.28, CITY_LV },
- { "PRP1", 1534.560, 2583.229, 1848.400, 2863.229, 87875.18, CITY_LV },
- { "EASB2", -1794.920, -50.096, -1499.890, 249.904, 88509.00, CITY_SF },
- { "LEAFY", -1166.968, -1856.030, -815.624, -1602.067, 89228.38, CITY_COUNTRY },
- { "LVA1", 1457.390, 863.229, 1777.400, 1143.208, 89596.08, CITY_LV },
- { "PRP2", 1117.400, 2507.229, 1534.560, 2723.229, 90106.57, CITY_LV },
- { "BLUEB1", 104.528, -220.136, 349.605, 152.235, 91259.20, CITY_COUNTRY },
- { "SFDWT5", -2078.666, 578.395, -1499.890, 744.267, 96002.73, CITY_SF },
- { "RSE", 2537.385, 676.549, 2902.350, 943.234, 97330.71, CITY_LV },
- { "SANB1", -2616.395, 1501.208, -1996.660, 1659.680, 98210.67, CITY_SF },
- { "PARA", -2741.070, 793.411, -2533.040, 1268.410, 98814.06, CITY_SF },
- { "CAM", 2087.385, 1203.229, 2640.395, 1383.229, 99541.80, CITY_LV },
- { "OVS", 2162.385, 2012.180, 2685.156, 2202.760, 99629.67, CITY_LV },
- { "JUNIHI", -2533.040, 578.395, -2274.166, 968.369, 100954.14, CITY_SF },
- { "JUNIHO", -2533.040, 968.369, -2274.166, 1358.900, 101098.33, CITY_SF },
- { "ROCE1", 2237.395, 2202.760, 2536.427, 2542.550, 101608.08, CITY_LV },
- { "JTE1", 2685.156, 1055.958, 2749.895, 2626.550, 101678.57, CITY_LV },
- { "VERO4a", 647.710, -2173.290, 930.221, -1804.208, 104269.72, CITY_LS },
- { "SILLY4", -2178.687, -599.882, -1794.920, -324.114, 105830.64, CITY_SF },
- { "ARCO", -901.129, 2221.860, -592.090, 2571.968, 108197.00, CITY_DESERTS },
- { "HAUL", -792.254, -698.554, -452.403, -380.040, 108247.30, CITY_COUNTRY },
- { "DAM", -968.770, 1929.410, -481.126, 2155.260, 110134.39, CITY_DESERTS },
- { "ESPN2", -1996.660, 1358.900, -1524.239, 1592.510, 110362.26, CITY_SF },
- { "ESPE3", -1499.890, 578.395, -1339.890, 1274.260, 111338.39, CITY_SF },
- { "GARC", -2411.218, -222.589, -2173.040, 265.243, 116190.84, CITY_SF },
- { "MONT", 1119.510, 119.526, 1451.400, 493.321, 124058.83, CITY_COUNTRY },
- { "CREE", 2749.895, 1937.250, 2921.620, 2669.790, 125795.50, CITY_LV },
- { "LAIR1", 1249.619, -2394.330, 1852.000, -2179.250, 129560.14, CITY_LS },
- { "SMB2", 72.648, -2173.290, 342.648, -1684.650, 131932.79, CITY_LS },
- { "MULINT", 1463.900, -1150.869, 1812.619, -768.026, 133504.62, CITY_LS },
- { "ANGPI", -2324.937, -2584.290, -1964.218, -2212.110, 134252.37, CITY_COUNTRY },
- { "MEAD", 37.032, 2337.177, 435.988, 2677.895, 135931.50, CITY_DESERTS },
- { "OCTAN", 338.657, 1228.510, 664.307, 1655.050, 138902.76, CITY_DESERTS },
- { "LOT", 2087.385, 943.234, 2623.177, 1203.229, 139303.23, CITY_LV },
- { "REDW2", 1236.630, 1883.109, 1777.390, 2142.860, 140463.00, CITY_LV },
- { "SMB1", 342.648, -2173.290, 647.710, -1684.650, 149065.50, CITY_LS },
- { "BLUF2", 1249.619, -2179.250, 1692.619, -1842.270, 149282.12, CITY_LS },
- { "VAIR1", 1236.630, 1203.280, 1457.369, 1883.109, 150064.78, CITY_LV },
- { "FLINTR", -594.190, -1648.550, -187.699, -1276.598, 151195.15, CITY_COUNTRY },
- { "BLUF1a", 930.221, -2488.416, 1249.619, -2006.780, 153833.57, CITY_LS },
- { "PALO", 2160.218, -149.003, 2576.916, 228.322, 157230.57, CITY_COUNTRY },
- { "LDOC4", 2373.770, -2697.090, 2809.218, -2330.458, 159649.20, CITY_LS },
- { "FARM", -1209.670, -1317.098, -908.161, -787.390, 159711.75, CITY_COUNTRY },
- { "SFAIR5", -1213.910, -50.096, -947.979, 578.395, 167135.26, CITY_COUNTRY },
- { "QUARY", 337.243, 710.840, 860.554, 1031.708, 167913.75, CITY_DESERTS },
- { "WWE", 883.307, 1726.218, 1098.310, 2507.229, 167919.75, CITY_LV },
- { "CALT", -2274.166, 744.169, -1982.317, 1358.900, 179408.62, CITY_SF },
- { "EASB1", -1794.920, 249.904, -1242.979, 578.395, 181307.67, CITY_SF },
- { "DOH2", -2173.040, -222.589, -1794.920, 265.243, 184459.04, CITY_SF },
- { "CARSO", -376.233, 826.325, 123.717, 1220.437, 197036.29, CITY_DESERTS },
- { "SILLY1", -2178.687, -1115.578, -1794.920, -599.882, 197907.07, CITY_SF },
- { "OCEAF2", -2994.489, -222.589, -2593.437, 277.411, 200526.00, CITY_SF },
- { "FERN", 508.187, -139.259, 1306.660, 119.526, 206632.84, CITY_COUNTRY },
- { "SUNNN", -2741.070, 2175.145, -2353.166, 2722.790, 212433.71, CITY_DESERTS },
- { "VAIR2", 1457.369, 1203.280, 1777.390, 1883.109, 217559.54, CITY_LV },
- { "BLUAC", -319.674, -220.136, 104.528, 293.324, 217811.28, CITY_COUNTRY },
- { "BAYV", -2994.489, 458.411, -2741.070, 1339.609, 223312.26, CITY_SF },
- { "REST", -91.583, 1655.050, 421.234, 2123.010, 239977.82, CITY_DESERTS },
- { "NROCK", 2285.370, -768.026, 2770.590, -269.739, 241778.79, CITY_COUNTRY },
- { "LAIR2b", 1382.729, -2730.875, 2201.820, -2394.330, 275660.93, CITY_LS },
- { "HILLP", -2994.489, -811.276, -2178.687, -430.276, 310820.56, CITY_SF },
- { "SANB2", -2616.395, 1659.680, -1996.660, 2175.145, 319451.68, CITY_DESERTS },
- { "SFAIR1", -1794.920, -730.117, -1213.910, -50.096, 395099.00, CITY_SF },
- { "PANOP", -947.979, -304.320, -319.674, 327.071, 396706.12, CITY_COUNTRY },
- { "CREEK", -1820.640, -2643.677, -1226.780, -1771.660, 517855.96, CITY_COUNTRY },
- { "BACKO", -1166.968, -2641.187, -321.743, -1856.030, 663634.31, CITY_COUNTRY }*/
- }
-;
-
-/* ** Variables ** */
-enum E_TURF_ZONE_DATA {
- E_ID,
-
- E_OWNER,
- E_COLOR,
-
- E_AREA,
- E_FACILITY_GANG
-};
-
-new
- g_gangTurfData [ MAX_TURFS ] [ E_TURF_ZONE_DATA ],
- Iterator: turfs < MAX_TURFS >,
-
- g_gangzoneAttacker [ MAX_TURFS ] = { INVALID_GANG_ID, ... },
- g_gangzoneAttackCount [ MAX_TURFS ],
- g_gangzoneAttackTimeout [ MAX_TURFS ]
-;
-
-/* ** Forwards ** */
-forward OnPlayerUpdateGangZone( playerid, zoneid );
-
-/* ** Hooks ** */
-hook OnGameModeInit( )
-{
- /* ** Gangzone Allocation ** */
- for ( new i = 0; i < sizeof( g_gangzoneData ); i++ ) {
- Turf_Create( g_gangzoneData[ i ] [ E_MIN_X ], g_gangzoneData[ i ] [ E_MIN_Y ], g_gangzoneData[ i ] [ E_MAX_X ], g_gangzoneData[ i ] [ E_MAX_Y ], INVALID_GANG_ID, COLOR_GANGZONE );
- }
- return 1;
-}
-
-hook OnServerGameDayEnd( )
-{
- // payday for gangs holding turfs
- foreach ( new g : gangs )
- {
- new
- afk_members, online_members = GetOnlineGangMembers( g, .afk_members = afk_members );
-
- if ( online_members >= TAKEOVER_NEEDED_PEOPLE )
- {
- new
- profit = 0;
-
- foreach( new zoneid : turfs ) if ( g_gangTurfData[ zoneid ] [ E_OWNER ] != INVALID_GANG_ID && g_gangTurfData[ zoneid ] [ E_OWNER ] == g )
- {
- // facilities will not pay out respect
- if ( g_gangTurfData[ zoneid ] [ E_FACILITY_GANG ] == INVALID_GANG_ID ) {
- g_gangData[ g ] [ E_RESPECT ] ++;
- }
-
- // accumulate profit
- profit += Turf_GetProfitability( zoneid, online_members - afk_members );
- }
-
- GiveGangCash( g, profit );
-
- if ( profit > 0 ) {
- SaveGangData( g );
- SendClientMessageToGang( g, g_gangData[ g ] [ E_COLOR ], "[GANG] "COL_GOLD"%s"COL_WHITE" has been earned from territories and deposited in the gang bank account.", cash_format( profit ) );
- }
- }
- }
- return 1;
-}
-
-hook OnPlayerEnterDynArea( playerid, areaid )
-{
- if ( ! IsPlayerNPC( playerid ) )
- {
- new
- first_turf = Turf_GetFirstTurf( playerid );
-
- CallLocalFunction( "OnPlayerUpdateGangZone", "dd", playerid, first_turf );
- }
- return Y_HOOKS_CONTINUE_RETURN_1;
-}
-
-hook OnPlayerLeaveDynArea( playerid, areaid )
-{
- if ( ! IsPlayerNPC( playerid ) )
- {
- new
- total_areas = GetPlayerNumberDynamicAreas( playerid );
-
- // reduced to another area
- if ( total_areas )
- {
- new
- first_turf = Turf_GetFirstTurf( playerid );
-
- CallLocalFunction( "OnPlayerUpdateGangZone", "dd", playerid, first_turf );
- }
-
- // if the player is in no areas, then they left
- else CallLocalFunction( "OnPlayerUpdateGangZone", "dd", playerid, INVALID_GANG_TURF );
- }
- return Y_HOOKS_CONTINUE_RETURN_1;
-}
-
-/* ** Commands ** */
-CMD:takeover( playerid, params[ ] )
-{
- if ( p_GangID[ playerid ] == INVALID_GANG_ID )
- return SendError( playerid, "You are not in any gang." );
-
- if ( p_Class[ playerid ] != CLASS_CIVILIAN )
- return SendError( playerid, "This is restricted to civilians only." );
-
- if ( GetPlayerInterior( playerid ) != 0 && GetPlayerVirtualWorld( playerid ) != 0 )
- return SendError( playerid, "You cannot do this inside interiors." );
-
- if ( IsPlayerJailed( playerid ) || IsPlayerUsingOrbitalCannon( playerid ) )
- return SendError( playerid, "You cannot do this at the moment." );
-
- new
- g_isAFK = 0,
- g_inAir = 0
- ;
-
- foreach ( new z : Reverse(turfs) )
- {
- if ( IsPlayerInDynamicArea( playerid, g_gangTurfData[ z ] [ E_AREA ] ) )
- {
- new gangid = p_GangID[ playerid ];
-
- if ( g_gangTurfData[ z ] [ E_OWNER ] == gangid ) return SendError( playerid, "This turf is already captured by your gang." );
- if ( g_gangzoneAttacker[ z ] != INVALID_GANG_ID ) return SendError( playerid, "This turf is currently being attacked." );
-
- new opposing_count = GetPlayersInGangZone( z, g_gangTurfData[ z ] [ E_OWNER ] ); // Opposing check
- // existing gang members
- if ( g_gangTurfData[ z ] [ E_OWNER ] != INVALID_GANG_ID && opposing_count ) {
- return SendError( playerid, "There are gang members within this turf, kill them!" );
- }
-
- new attacking_count = GetPlayersInGangZone( z, gangid, g_isAFK, g_inAir );
-
- if ( attacking_count < TAKEOVER_NEEDED_PEOPLE && ( attacking_count + g_isAFK + g_inAir ) >= TAKEOVER_NEEDED_PEOPLE )
- return SendError( playerid, "You cannot start a turf war if gang members are AFK or extremely high above ground." );
-
- //if ( g_gangTurfData[ z ] [ E_OWNER ] != INVALID_GANG_ID && dCount < TAKEOVER_NEEDED_PEOPLE + 1 && ( dCount + g_isAFK + g_inAir ) >= TAKEOVER_NEEDED_PEOPLE + 1 )
- // return SendError( playerid, "You need at least %d gang members to start a gang war with another gang.", TAKEOVER_NEEDED_PEOPLE + 1 );
-
- // Facility check
- if ( g_gangTurfData[ z ] [ E_FACILITY_GANG ] != INVALID_GANG_ID && Iter_Contains( gangs, g_gangTurfData[ z ] [ E_FACILITY_GANG ] ) )
- {
- new facility_gang = g_gangTurfData[ z ] [ E_FACILITY_GANG ];
- new facility_members = GetOnlineGangMembers( facility_gang );
-
- if ( g_gangTurfData[ z ] [ E_OWNER ] == facility_gang ) {
- if ( facility_members < 3 ) {
- return SendError( playerid, "This facility requires at least %d of its gang members online for a takeover.", 3 - facility_members );
- }
- else if ( attacking_count < 3 ) {
- return SendError( playerid, "You need at least %d gang members to take over this facility.", 3 - attacking_count );
- }
- }
- }
-
- // Begin takeover
- if ( attacking_count >= TAKEOVER_NEEDED_PEOPLE && ! opposing_count )
- {
- g_gangzoneAttacker[ z ] = gangid;
- g_gangzoneAttackCount[ z ] = 0;
- GangZoneFlashForAll( g_gangTurfData[ z ] [ E_ID ], setAlpha( g_gangData[ gangid ] [ E_COLOR ], 0x80 ) );
- SendClientMessage( playerid, g_gangData[ gangid ] [ E_COLOR ], "[TURF]{FFFFFF} You are now beginning to take over the turf. Stay inside the area with your gang for 60 seconds. Don't die." );
-
- if ( g_gangTurfData[ z ] [ E_OWNER ] != INVALID_GANG_ID )
- {
- new
- szLocation[ MAX_ZONE_NAME ], Float: min_x, Float: min_y;
-
- Streamer_GetFloatData( STREAMER_TYPE_AREA, g_gangTurfData[ z ] [ E_AREA ], E_STREAMER_MIN_X, min_x );
- Streamer_GetFloatData( STREAMER_TYPE_AREA, g_gangTurfData[ z ] [ E_AREA ], E_STREAMER_MIN_Y, min_y );
-
- GetZoneFromCoordinates( szLocation, min_x, min_y );
-
- SendClientMessageToGang( g_gangTurfData[ z ] [ E_OWNER ], g_gangData[ g_gangTurfData[ z ] [ E_OWNER ] ] [ E_COLOR ], "[GANG]"COL_WHITE" Our territory is being attacked by "COL_GREY"%s"COL_WHITE" in %s, defend it!", g_gangData[ g_gangzoneAttacker[ z ] ] [ E_NAME ], szLocation );
- }
- }
- else
- {
- SendError( playerid, "You need at least %d member(s) to take over this turf.", TAKEOVER_NEEDED_PEOPLE );
- }
- return 1;
- }
- }
- return SendError( playerid, "You are not in any gangzone." );
-}
-
-/* ** Functions ** */
-stock Turf_Create( Float: min_x, Float: min_y, Float: max_x, Float: max_y, owner_id = INVALID_GANG_ID, color = COLOR_GANGZONE, facility_gang_id = INVALID_GANG_ID )
-{
- new
- id = Iter_Free( turfs );
-
- if ( id != ITER_NONE )
- {
- // set turf owners
- g_gangTurfData[ id ] [ E_OWNER ] = owner_id;
- g_gangTurfData[ id ] [ E_COLOR ] = color;
- g_gangTurfData[ id ] [ E_FACILITY_GANG ] = facility_gang_id;
-
- // create area
- g_gangTurfData[ id ] [ E_ID ] = GangZoneCreate( min_x, min_y, max_x, max_y );
- g_gangTurfData[ id ] [ E_AREA ] = CreateDynamicRectangle( min_x, min_y, max_x, max_y, 0, 0 );
-
- // add to iterator
- Iter_Add( turfs, id );
- }
- return id;
-}
-
-stock Turf_GetOwner( id ) {
- return g_gangTurfData[ id ] [ E_OWNER ];
-}
-
-stock Turf_GetFacility( id ) {
- return g_gangTurfData[ id ] [ E_FACILITY_GANG ];
-}
-
-stock Turf_GetFirstTurf( playerid )
-{
- new
- current_areas[ 4 ];
-
- GetPlayerDynamicAreas( playerid, current_areas );
-
- foreach( new i : Reverse(turfs) )
- {
- if ( current_areas[ 0 ] == g_gangTurfData[ i ] [ E_AREA ] || current_areas[ 1 ] == g_gangTurfData[ i ] [ E_AREA ] || current_areas[ 2 ] == g_gangTurfData[ i ] [ E_AREA ] || current_areas[ 3 ] == g_gangTurfData[ i ] [ E_AREA ] )
- {
- return i;
- }
- }
- return -1;
-}
-
-stock Turf_GetProfitability( zoneid, gang_members, Float: default_pay = 4000.0 )
-{
- // size adjustments
- //if ( g_gangzoneData[ zoneid ] [ E_SIZE ] < TURF_SIZE_SMALL ) // lower than 1st quartile, decrease pay
- // default_pay *= 0.75;
-
- // Normal Gang Zones
- if ( zoneid < sizeof( g_gangzoneData ) )
- {
- if ( g_gangzoneData[ zoneid ] [ E_SIZE ] > TURF_SIZE_LARGE ) // higher than 1st quartile, increase pay
- default_pay *= 1.25;
-
- // city adjustments
- if ( g_gangzoneData[ zoneid ] [ E_CITY ] == CITY_SF )
- default_pay *= 1.25;
-
- if ( g_gangzoneData[ zoneid ] [ E_CITY ] == CITY_COUNTRY || g_gangzoneData[ zoneid ] [ E_CITY ] == CITY_DESERTS )
- default_pay *= 1.1;
- }
-
- // facility 2x
- if ( g_gangTurfData[ zoneid ] [ E_FACILITY_GANG ] != INVALID_GANG_ID )
- default_pay *= 2;
-
- // get online players
- new Float: player_boost = 0.0;
-
- if ( gang_members >= 10 ) player_boost = 1.5;
- else if ( gang_members > 1 ) player_boost = 1.0 + float( gang_members - 1 ) * 0.05;
-
- // max boost
- default_pay *= player_boost > 1.5 ? 1.5 : player_boost;
-
- // return rounded number
- return floatround( default_pay );
-}
-
-stock Turf_ResetGangTurfs( gangid )
-{
- foreach ( new z : turfs )
- {
- if ( g_gangTurfData[ z ] [ E_OWNER ] == gangid )
- {
- new
- facility_gang = g_gangTurfData[ z ] [ E_FACILITY_GANG ];
-
- if ( g_gangTurfData[ z ] [ E_FACILITY_GANG ] != INVALID_GANG_ID && Iter_Contains( gangs, g_gangTurfData[ z ] [ E_FACILITY_GANG ] ) )
- {
- g_gangTurfData[ z ] [ E_COLOR ] = setAlpha( g_gangData[ facility_gang ] [ E_COLOR ], 0x80 );
- g_gangTurfData[ z ] [ E_OWNER ] = facility_gang;
- GangZoneShowForAll( g_gangTurfData[ z ] [ E_ID ], g_gangTurfData[ z ] [ E_COLOR ] );
- }
- else
- {
- g_gangTurfData[ z ] [ E_COLOR ] = COLOR_GANGZONE;
- g_gangTurfData[ z ] [ E_OWNER ] = INVALID_GANG_ID;
- GangZoneShowForAll( g_gangTurfData[ z ] [ E_ID ], COLOR_GANGZONE );
- }
- }
- }
-}
-
-stock Turf_ShowGangOwners( playerid )
-{
- if ( ! Iter_Count( turfs ) )
- return SendError( playerid, "There is currently no trufs on the server." );
-
- szHugeString[ 0 ] = '\0';
-
- foreach( new turfid : turfs )
- {
- new
- szLocation[ MAX_ZONE_NAME ], Float: min_x, Float: min_y;
-
- Streamer_GetFloatData( STREAMER_TYPE_AREA, g_gangTurfData[ turfid ] [ E_AREA ], E_STREAMER_MIN_X, min_x );
- Streamer_GetFloatData( STREAMER_TYPE_AREA, g_gangTurfData[ turfid ] [ E_AREA ], E_STREAMER_MIN_Y, min_y );
-
- GetZoneFromCoordinates( szLocation, min_x, min_y );
-
- if ( g_gangTurfData[ turfid ][ E_OWNER ] == INVALID_GANG_ID ) {
- format( szHugeString, sizeof( szHugeString ), "%s%s\t"COL_GREY"Unoccupied\n", szHugeString, szLocation );
- }
- else {
- format( szHugeString, sizeof( szHugeString ), "%s%s\t{%06x}%s\n", szHugeString, szLocation, g_gangTurfData[ turfid ][ E_COLOR ] >>> 8 , ReturnGangName( g_gangTurfData[ turfid ][ E_OWNER ] ) );
- }
- }
- return ShowPlayerDialog( playerid, DIALOG_NULL, DIALOG_STYLE_TABLIST, ""COL_WHITE"Gang Turfs", szHugeString, "Close", "" );
-}
-
-stock Turf_RedrawPlayerGangZones( playerid, gangid )
-{
- foreach ( new x : turfs )
- {
- // set the new color to the turfs
- if ( g_gangTurfData[ x ] [ E_OWNER ] == gangid ) {
- g_gangTurfData[ x ] [ E_COLOR ] = setAlpha( g_gangData[ gangid ] [ E_COLOR ], 0x80 );
- }
-
- // resume flashing if gang war
- if ( g_gangzoneAttacker[ x ] == gangid ) {
- GangZoneStopFlashForPlayer( playerid, g_gangTurfData[ x ] [ E_ID ] );
- GangZoneFlashForPlayer( playerid, g_gangTurfData[ x ] [ E_ID ], setAlpha( g_gangData[ gangid ] [ E_COLOR ], 0x80 ) );
- } else {
- GangZoneHideForPlayer( playerid, g_gangTurfData[ x ] [ E_ID ] );
- GangZoneShowForPlayer( playerid, g_gangTurfData[ x ] [ E_ID ], g_gangTurfData[ x ] [ E_COLOR ] );
- }
- }
- return 1;
-}
-
-stock Turf_GetCentrePos( zoneid, &Float: X, &Float: Y ) // should return the centre but will do for now
-{
- Streamer_GetFloatData( STREAMER_TYPE_AREA, g_gangTurfData[ zoneid ] [ E_AREA ], E_STREAMER_MIN_X, X );
- Streamer_GetFloatData( STREAMER_TYPE_AREA, g_gangTurfData[ zoneid ] [ E_AREA ], E_STREAMER_MIN_Y, Y );
-}
diff --git a/gamemodes/irresistible/cnr/features/gates.pwn b/gamemodes/irresistible/cnr/features/gates.pwn
index 4ccfa90..835e097 100644
--- a/gamemodes/irresistible/cnr/features/gates.pwn
+++ b/gamemodes/irresistible/cnr/features/gates.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\gates.pwn
* Purpose: personal player gate system
*/
diff --git a/gamemodes/irresistible/cnr/features/gps.pwn b/gamemodes/irresistible/cnr/features/gps.pwn
index 4a32244..b85097f 100644
--- a/gamemodes/irresistible/cnr/features/gps.pwn
+++ b/gamemodes/irresistible/cnr/features/gps.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\gps.pwn
* Purpose: basic GPS navigation system
*/
diff --git a/gamemodes/irresistible/cnr/features/hotel_da_novic.pwn b/gamemodes/irresistible/cnr/features/hotel_da_novic.pwn
index fe751d0..83d49f8 100644
--- a/gamemodes/irresistible/cnr/features/hotel_da_novic.pwn
+++ b/gamemodes/irresistible/cnr/features/hotel_da_novic.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\hotel_da_novic.pwn
* Purpose: hotel da novic with operational apartments (very dated)
*/
diff --git a/gamemodes/irresistible/cnr/features/houses/_houses.pwn b/gamemodes/irresistible/cnr/features/houses/_houses.pwn
index 6fa8577..6ee54af 100644
--- a/gamemodes/irresistible/cnr/features/houses/_houses.pwn
+++ b/gamemodes/irresistible/cnr/features/houses/_houses.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\_features.pwn
* Purpose: encloses all feature modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/houses/burglar.pwn b/gamemodes/irresistible/cnr/features/houses/burglar.pwn
index f41f7ca..213c35b 100644
--- a/gamemodes/irresistible/cnr/features/houses/burglar.pwn
+++ b/gamemodes/irresistible/cnr/features/houses/burglar.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\houses\burglar.pwn
* Purpose: burglarly system (to steal house furniture)
*/
diff --git a/gamemodes/irresistible/cnr/features/houses/furniture.pwn b/gamemodes/irresistible/cnr/features/houses/furniture.pwn
index e4b46c1..e2727df 100644
--- a/gamemodes/irresistible/cnr/features/houses/furniture.pwn
+++ b/gamemodes/irresistible/cnr/features/houses/furniture.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\houses\furniture.pwn
* Purpose: furniture module for homes
*/
diff --git a/gamemodes/irresistible/cnr/features/houses/house.pwn b/gamemodes/irresistible/cnr/features/houses/house.pwn
index a425668..e10727f 100644
--- a/gamemodes/irresistible/cnr/features/houses/house.pwn
+++ b/gamemodes/irresistible/cnr/features/houses/house.pwn
@@ -1,8 +1,8 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
- * Module:
- * Purpose:
+ * Developed by Lorenc
+ * Module: cnr\features\houses\house.pwn
+ * Purpose: player house system
*/
/* ** Error checking ** */
diff --git a/gamemodes/irresistible/cnr/features/houses/realestate.pwn b/gamemodes/irresistible/cnr/features/houses/realestate.pwn
index d79586d..cf083f4 100644
--- a/gamemodes/irresistible/cnr/features/houses/realestate.pwn
+++ b/gamemodes/irresistible/cnr/features/houses/realestate.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\home\realestate.pwn
* Purpose: home listings for player homes
*/
diff --git a/gamemodes/irresistible/cnr/features/info_pickups.pwn b/gamemodes/irresistible/cnr/features/info_pickups.pwn
index e7560f1..33d0b6a 100644
--- a/gamemodes/irresistible/cnr/features/info_pickups.pwn
+++ b/gamemodes/irresistible/cnr/features/info_pickups.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\info_pickups.pwn
* Purpose: informational pickups located between features
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/_minijobs.pwn b/gamemodes/irresistible/cnr/features/minijobs/_minijobs.pwn
index e837723..5fa6c7c 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/_minijobs.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/_minijobs.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: \cnr\features\minijobs\_minijobs.pwn
* Purpose: encloses all minijobs modules (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn b/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn
index 0184523..fb7ed85 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn
@@ -1,8 +1,8 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
- * Module:
- * Purpose:
+ * Developed by Lorenc
+ * Module: cnr/features/minijobs/lumberjack.pwn
+ * Purpose: lumberjack minijob in-game, chop trees earn money
*/
/* ** Includes ** */
diff --git a/gamemodes/irresistible/cnr/features/minijobs/meth.pwn b/gamemodes/irresistible/cnr/features/minijobs/meth.pwn
index 188de94..6f7d544 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/meth.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/meth.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\minijobs\meth.pwn
* Purpose: meth minijob
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/mining.pwn b/gamemodes/irresistible/cnr/features/minijobs/mining.pwn
index 38a4212..bf4fa91 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/mining.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/mining.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\featuyres\minijobs\mining.pwn
* Purpose: mining minijob for players
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/paramedic.pwn b/gamemodes/irresistible/cnr/features/minijobs/paramedic.pwn
index 30038f3..d900922 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/paramedic.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/paramedic.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\minijobs\paramedic.pwn
* Purpose: a paramedic minijob where people can heal with spraycans or ambulance trucks
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/pilot.pwn b/gamemodes/irresistible/cnr/features/minijobs/pilot.pwn
index bed2439..872a1a8 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/pilot.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/pilot.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Steven Howard
+ * Developed by Stev
* Module: cnr\features\minijobs\pilot.pwn
* Purpose: pilot minijob - cargo pickup and transport to another airport.
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/traindriver.pwn b/gamemodes/irresistible/cnr/features/minijobs/traindriver.pwn
index d9cad6b..877e499 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/traindriver.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/traindriver.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Steven Howard
+ * Developed by Stev
* Module: cnr/features/minijobs/traindriver.pwn
* Purpose: traindriver minijob
*/
diff --git a/gamemodes/irresistible/cnr/features/minijobs/trucking.pwn b/gamemodes/irresistible/cnr/features/minijobs/trucking.pwn
index 977dfdc..ae8874d 100644
--- a/gamemodes/irresistible/cnr/features/minijobs/trucking.pwn
+++ b/gamemodes/irresistible/cnr/features/minijobs/trucking.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\minijobs\trucking.pwn
* Purpose: trucking minijob
*/
diff --git a/gamemodes/irresistible/cnr/features/paintball.pwn b/gamemodes/irresistible/cnr/features/paintball.pwn
index 459afe8..1f6bb50 100644
--- a/gamemodes/irresistible/cnr/features/paintball.pwn
+++ b/gamemodes/irresistible/cnr/features/paintball.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj, Steven Howard
+ * Developed by Lorenc, Stev
* Module: cnr/features/paintball.pwn
* Purpose: paintball related features
*/
diff --git a/gamemodes/irresistible/cnr/features/perks.pwn b/gamemodes/irresistible/cnr/features/perks.pwn
index e5254ed..9b26fcd 100644
--- a/gamemodes/irresistible/cnr/features/perks.pwn
+++ b/gamemodes/irresistible/cnr/features/perks.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\perks.pwn
* Purpose: perks system
*/
diff --git a/gamemodes/irresistible/cnr/features/player/_player.pwn b/gamemodes/irresistible/cnr/features/player/_player.pwn
index d3875b1..a386229 100644
--- a/gamemodes/irresistible/cnr/features/player/_player.pwn
+++ b/gamemodes/irresistible/cnr/features/player/_player.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\player\_player.pwn
* Purpose: encloses all player modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/player/streaks.pwn b/gamemodes/irresistible/cnr/features/player/streaks.pwn
index b2a3c9f..ba29e15 100644
--- a/gamemodes/irresistible/cnr/features/player/streaks.pwn
+++ b/gamemodes/irresistible/cnr/features/player/streaks.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\player\streaks.pwn
* Purpose: streak counting system for players
*/
diff --git a/gamemodes/irresistible/cnr/features/player/weapon_stats.pwn b/gamemodes/irresistible/cnr/features/player/weapon_stats.pwn
index 50167ac..cfbac47 100644
--- a/gamemodes/irresistible/cnr/features/player/weapon_stats.pwn
+++ b/gamemodes/irresistible/cnr/features/player/weapon_stats.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\player\weapon_stats.pwn
* Purpose: kill counting system for player weapon kills
*/
diff --git a/gamemodes/irresistible/cnr/features/player_items/_player_items.pwn b/gamemodes/irresistible/cnr/features/player_items/_player_items.pwn
index 34b6531..a18e3b5 100644
--- a/gamemodes/irresistible/cnr/features/player_items/_player_items.pwn
+++ b/gamemodes/irresistible/cnr/features/player_items/_player_items.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\player\_player_items.pwn
* Purpose: encloses all player item modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/player_items/shop.pwn b/gamemodes/irresistible/cnr/features/player_items/shop.pwn
index 346ea04..4077b03 100644
--- a/gamemodes/irresistible/cnr/features/player_items/shop.pwn
+++ b/gamemodes/irresistible/cnr/features/player_items/shop.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\shop.pwn
* Purpose: shop system for in-game items
*/
diff --git a/gamemodes/irresistible/cnr/features/pool.pwn b/gamemodes/irresistible/cnr/features/pool.pwn
index bc8649a..eb212da 100644
--- a/gamemodes/irresistible/cnr/features/pool.pwn
+++ b/gamemodes/irresistible/cnr/features/pool.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Steven Howard, Lorenc Pekaj
+ * Developed by Stev, Lorenc
* Module: cnr/features/pool.pwn
* Purpose: pool minigame
*/
diff --git a/gamemodes/irresistible/cnr/features/race.pwn b/gamemodes/irresistible/cnr/features/race.pwn
index 44d6bc5..58890d1 100644
--- a/gamemodes/irresistible/cnr/features/race.pwn
+++ b/gamemodes/irresistible/cnr/features/race.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\race.pwn
* Purpose: racing system between players
*/
diff --git a/gamemodes/irresistible/cnr/features/radio.pwn b/gamemodes/irresistible/cnr/features/radio.pwn
index 7d57df0..49a79ef 100644
--- a/gamemodes/irresistible/cnr/features/radio.pwn
+++ b/gamemodes/irresistible/cnr/features/radio.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: radio.inc
* Purpose: radio related feature
*/
diff --git a/gamemodes/irresistible/cnr/features/random_messages.pwn b/gamemodes/irresistible/cnr/features/random_messages.pwn
index 4e50ad8..39f809f 100644
--- a/gamemodes/irresistible/cnr/features/random_messages.pwn
+++ b/gamemodes/irresistible/cnr/features/random_messages.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\random_messages.pwn
* Purpose: make bot (Stephanie) randomly send global messages about the server
*/
diff --git a/gamemodes/irresistible/cnr/features/roadblocks.pwn b/gamemodes/irresistible/cnr/features/roadblocks.pwn
index 6724597..af9dbed 100644
--- a/gamemodes/irresistible/cnr/features/roadblocks.pwn
+++ b/gamemodes/irresistible/cnr/features/roadblocks.pwn
@@ -1,8 +1,8 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
- * Module:
- * Purpose:
+ * Developed by Lorenc
+ * Module: cnr\features\roadblocks.pwn
+ * Purpose: roadblocks system for police
*/
/* ** Includes ** */
diff --git a/gamemodes/irresistible/cnr/features/robbery/_robbery.pwn b/gamemodes/irresistible/cnr/features/robbery/_robbery.pwn
index 64d60dd..ab53e0b 100644
--- a/gamemodes/irresistible/cnr/features/robbery/_robbery.pwn
+++ b/gamemodes/irresistible/cnr/features/robbery/_robbery.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\robbery\_robbery.pwn
* Purpose: encloses all robbery modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/robbery/atms.pwn b/gamemodes/irresistible/cnr/features/robbery/atms.pwn
index 1c716df..71c04b4 100644
--- a/gamemodes/irresistible/cnr/features/robbery/atms.pwn
+++ b/gamemodes/irresistible/cnr/features/robbery/atms.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\robbery\atms.pwn
* Purpose: robbable ATM system which can also be used for banking
*/
diff --git a/gamemodes/irresistible/cnr/features/robbery/clerks.pwn b/gamemodes/irresistible/cnr/features/robbery/clerks.pwn
index 41b0d71..e5aa08a 100644
--- a/gamemodes/irresistible/cnr/features/robbery/clerks.pwn
+++ b/gamemodes/irresistible/cnr/features/robbery/clerks.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\robbery\clerks.pwn
* Purpose: NPC (aim to rob) robbery system
*/
diff --git a/gamemodes/irresistible/cnr/features/robbery/robbery_init.pwn b/gamemodes/irresistible/cnr/features/robbery/robbery_init.pwn
index 7939779..50b96be 100644
--- a/gamemodes/irresistible/cnr/features/robbery/robbery_init.pwn
+++ b/gamemodes/irresistible/cnr/features/robbery/robbery_init.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\robbery\robbery_init.pwn
* Purpose: create all robbery instances on server initialize (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/robbery/safes.pwn b/gamemodes/irresistible/cnr/features/robbery/safes.pwn
index 4dd7d0a..600a432 100644
--- a/gamemodes/irresistible/cnr/features/robbery/safes.pwn
+++ b/gamemodes/irresistible/cnr/features/robbery/safes.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\robbery\safes.pwn
* Purpose: safe robbery system (within stores)
*/
diff --git a/gamemodes/irresistible/cnr/features/robbery/vaults.pwn b/gamemodes/irresistible/cnr/features/robbery/vaults.pwn
index 041b675..1f1b8d9 100644
--- a/gamemodes/irresistible/cnr/features/robbery/vaults.pwn
+++ b/gamemodes/irresistible/cnr/features/robbery/vaults.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\robbery\vaults.pwn
* Purpose: vault opening system (corrolated to robberies)
*/
diff --git a/gamemodes/irresistible/cnr/features/spikestrips.pwn b/gamemodes/irresistible/cnr/features/spikestrips.pwn
index ae17889..5d53347 100644
--- a/gamemodes/irresistible/cnr/features/spikestrips.pwn
+++ b/gamemodes/irresistible/cnr/features/spikestrips.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\spikestrips.pwn
* Purpose: spike strip system for police
*/
diff --git a/gamemodes/irresistible/cnr/features/stocks/_stocks.pwn b/gamemodes/irresistible/cnr/features/stocks/_stocks.pwn
index be8bb0e..4a7e907 100644
--- a/gamemodes/irresistible/cnr/features/stocks/_stocks.pwn
+++ b/gamemodes/irresistible/cnr/features/stocks/_stocks.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\stocks\_stocks.pwn
* Purpose: encloses all stocks modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/stocks/stocks.pwn b/gamemodes/irresistible/cnr/features/stocks/stocks.pwn
index 64be76f..95951c5 100644
--- a/gamemodes/irresistible/cnr/features/stocks/stocks.pwn
+++ b/gamemodes/irresistible/cnr/features/stocks/stocks.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\stocks\stocks.pwn
* Purpose: stock market system for players
*/
diff --git a/gamemodes/irresistible/cnr/features/toys.pwn b/gamemodes/irresistible/cnr/features/toys.pwn
index e335c77..07e2dac 100644
--- a/gamemodes/irresistible/cnr/features/toys.pwn
+++ b/gamemodes/irresistible/cnr/features/toys.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\toys.pwn
* Purpose: toy system for players (attach objects to player)
*/
diff --git a/gamemodes/irresistible/cnr/features/vehicles/_vehicles.pwn b/gamemodes/irresistible/cnr/features/vehicles/_vehicles.pwn
index 0d0836f..0821da4 100644
--- a/gamemodes/irresistible/cnr/features/vehicles/_vehicles.pwn
+++ b/gamemodes/irresistible/cnr/features/vehicles/_vehicles.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\vehicles\_vehicles.pwn
* Purpose: encloses all vehicle modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/features/vehicles/garages.pwn b/gamemodes/irresistible/cnr/features/vehicles/garages.pwn
index f9c6b85..224911d 100644
--- a/gamemodes/irresistible/cnr/features/vehicles/garages.pwn
+++ b/gamemodes/irresistible/cnr/features/vehicles/garages.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\vehicles\garages.pwn
* Purpose: garage system to allow players to store their personal vehicles
*/
diff --git a/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn b/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn
index 71b97cc..dba2975 100644
--- a/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn
+++ b/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\vehicles\vdealership.pwn
* Purpose: vehicle dealership for personal vehicles
*/
diff --git a/gamemodes/irresistible/cnr/features/vehicles/vehicles.pwn b/gamemodes/irresistible/cnr/features/vehicles/vehicles.pwn
index 0f00a0a..93c1831 100644
--- a/gamemodes/irresistible/cnr/features/vehicles/vehicles.pwn
+++ b/gamemodes/irresistible/cnr/features/vehicles/vehicles.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\vehicles\vehicles.pwn
* Purpose: personal vehicle system
*/
diff --git a/gamemodes/irresistible/cnr/features/vehicles/vmodifications.pwn b/gamemodes/irresistible/cnr/features/vehicles/vmodifications.pwn
index f6fe5ff..1d6f8f3 100644
--- a/gamemodes/irresistible/cnr/features/vehicles/vmodifications.pwn
+++ b/gamemodes/irresistible/cnr/features/vehicles/vmodifications.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\vehicles\vehicle_modifications.pwn
* Purpose: custom vehicle components (objects) for player vehicles
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/_visage.pwn b/gamemodes/irresistible/cnr/features/visage/_visage.pwn
index ea5e28a..b5aecfa 100644
--- a/gamemodes/irresistible/cnr/features/visage/_visage.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/_visage.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: visage/visage.pwn
* Purpose: encloses all visage/casino related modules (warning: order of includes is very important)
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/apartments.pwn b/gamemodes/irresistible/cnr/features/visage/apartments.pwn
index bb1b5a1..d48fb3e 100644
--- a/gamemodes/irresistible/cnr/features/visage/apartments.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/apartments.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: apartments.inc
* Purpose: apartment system for visage
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/blackjack.pwn b/gamemodes/irresistible/cnr/features/visage/blackjack.pwn
index 763f24a..81153be 100644
--- a/gamemodes/irresistible/cnr/features/visage/blackjack.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/blackjack.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: blackjack.inc
* Purpose: a sa-mp blackjack minigame implementation
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/casino.pwn b/gamemodes/irresistible/cnr/features/visage/casino.pwn
index 4025051..6ee2402 100644
--- a/gamemodes/irresistible/cnr/features/visage/casino.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/casino.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: casino.inc
* Purpose: related to implementing the casino of visage
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/fireworks.pwn b/gamemodes/irresistible/cnr/features/visage/fireworks.pwn
index 84c340f..1d075a5 100644
--- a/gamemodes/irresistible/cnr/features/visage/fireworks.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/fireworks.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Basssiiie edited by Lorenc Pekaj
+ * Developed by Basssiiie, edited by Lorenc
* Module: fireworks.inc
* Purpose: implements fireworks into sa-mp
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/rewardspoints.pwn b/gamemodes/irresistible/cnr/features/visage/rewardspoints.pwn
index a57802a..8ad61f6 100644
--- a/gamemodes/irresistible/cnr/features/visage/rewardspoints.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/rewardspoints.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\visage\rewardspoints.pwn
* Purpose: rewards points system for gambling
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/roulette.pwn b/gamemodes/irresistible/cnr/features/visage/roulette.pwn
index ba98de0..8d6ab47 100644
--- a/gamemodes/irresistible/cnr/features/visage/roulette.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/roulette.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: roulette.inc
* Purpose: roulette implementation in SA-MP
*/
diff --git a/gamemodes/irresistible/cnr/features/visage/slot_machines.pwn b/gamemodes/irresistible/cnr/features/visage/slot_machines.pwn
index 77572fc..117e1a8 100644
--- a/gamemodes/irresistible/cnr/features/visage/slot_machines.pwn
+++ b/gamemodes/irresistible/cnr/features/visage/slot_machines.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\visage\slot_machines.pwn
* Purpose: functional progressive slot machines
*/
diff --git a/gamemodes/irresistible/cnr/features/weapon_drop.pwn b/gamemodes/irresistible/cnr/features/weapon_drop.pwn
index e2fc778..25ab57b 100644
--- a/gamemodes/irresistible/cnr/features/weapon_drop.pwn
+++ b/gamemodes/irresistible/cnr/features/weapon_drop.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc_
+ * Developed by Lorenc
* Module: weapon_drop.inc
* Purpose: weapon drop system for players
*/
diff --git a/gamemodes/irresistible/cnr/features/weapon_locker.pwn b/gamemodes/irresistible/cnr/features/weapon_locker.pwn
index 4399a77..e8bdbff 100644
--- a/gamemodes/irresistible/cnr/features/weapon_locker.pwn
+++ b/gamemodes/irresistible/cnr/features/weapon_locker.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\weapon_locker.pwn
* Purpose: basically ammunations in police stations called weapon lockers
*/
diff --git a/gamemodes/irresistible/cnr/features/weed.pwn b/gamemodes/irresistible/cnr/features/weed.pwn
index 13bcee1..78b552f 100644
--- a/gamemodes/irresistible/cnr/features/weed.pwn
+++ b/gamemodes/irresistible/cnr/features/weed.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\features\weed.pwn
* Purpose: weed growing system
*/
diff --git a/gamemodes/irresistible/cnr/global.pwn b/gamemodes/irresistible/cnr/global.pwn
index 0755ce6..e678e06 100644
--- a/gamemodes/irresistible/cnr/global.pwn
+++ b/gamemodes/irresistible/cnr/global.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\global.pwn
* Purpose: all global related variables (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/irresistibleguard.pwn b/gamemodes/irresistible/cnr/irresistibleguard.pwn
index 1180e1f..a103a43 100644
--- a/gamemodes/irresistible/cnr/irresistibleguard.pwn
+++ b/gamemodes/irresistible/cnr/irresistibleguard.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\irresistibleguard.pwn
* Purpose: provides account protection in the form of email securing
*/
diff --git a/gamemodes/irresistible/cnr/jobs.pwn b/gamemodes/irresistible/cnr/jobs.pwn
index 8437902..a37a83d 100644
--- a/gamemodes/irresistible/cnr/jobs.pwn
+++ b/gamemodes/irresistible/cnr/jobs.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\jobs.pwn
* Purpose: job/skill related data and helpers
*/
diff --git a/gamemodes/irresistible/cnr/model_preview.pwn b/gamemodes/irresistible/cnr/model_preview.pwn
index efdcb10..32a7bb1 100644
--- a/gamemodes/irresistible/cnr/model_preview.pwn
+++ b/gamemodes/irresistible/cnr/model_preview.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\model_preview.pwn
* Purpose: handy module to preview object models
*/
diff --git a/gamemodes/irresistible/cnr/player.pwn b/gamemodes/irresistible/cnr/player.pwn
index e111495..caf0c2b 100644
--- a/gamemodes/irresistible/cnr/player.pwn
+++ b/gamemodes/irresistible/cnr/player.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\player.pwn
* Purpose: all player related variables (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/player_settings.pwn b/gamemodes/irresistible/cnr/player_settings.pwn
index ccf633e..b410721 100644
--- a/gamemodes/irresistible/cnr/player_settings.pwn
+++ b/gamemodes/irresistible/cnr/player_settings.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\player_settings.pwn
* Purpose: player settings that can be easily configured via /controlpanel (/cp)
*/
diff --git a/gamemodes/irresistible/cnr/progress.pwn b/gamemodes/irresistible/cnr/progress.pwn
index db7056e..90f6899 100644
--- a/gamemodes/irresistible/cnr/progress.pwn
+++ b/gamemodes/irresistible/cnr/progress.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\progress.pwn
* Purpose: dynamicly updating progress bar system
*/
diff --git a/gamemodes/irresistible/cnr/spawn.pwn b/gamemodes/irresistible/cnr/spawn.pwn
index f7540e4..2f2741c 100644
--- a/gamemodes/irresistible/cnr/spawn.pwn
+++ b/gamemodes/irresistible/cnr/spawn.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cities.inc
* Purpose: definitions of spawn & cities
*/
diff --git a/gamemodes/irresistible/cnr/static/_cnr_static.pwn b/gamemodes/irresistible/cnr/static/_cnr_static.pwn
index 2943982..8641baa 100644
--- a/gamemodes/irresistible/cnr/static/_cnr_static.pwn
+++ b/gamemodes/irresistible/cnr/static/_cnr_static.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\static\_cnr_static.pwn
* Purpose: encloses all static objects/vehicles/actors/entities (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/static/actors.pwn b/gamemodes/irresistible/cnr/static/actors.pwn
index 6d3abaf..b2c506d 100644
--- a/gamemodes/irresistible/cnr/static/actors.pwn
+++ b/gamemodes/irresistible/cnr/static/actors.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\static\actors.inc
* Purpose: hosts all static actor related data
*/
diff --git a/gamemodes/irresistible/cnr/static/map_icons.pwn b/gamemodes/irresistible/cnr/static/map_icons.pwn
index 72ff4f5..663e28d 100644
--- a/gamemodes/irresistible/cnr/static/map_icons.pwn
+++ b/gamemodes/irresistible/cnr/static/map_icons.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\static\map_icons.inc
* Purpose: static map icons in the server
*/
diff --git a/gamemodes/irresistible/cnr/static/player_objects.pwn b/gamemodes/irresistible/cnr/static/player_objects.pwn
index d3f407d..06dcb87 100644
--- a/gamemodes/irresistible/cnr/static/player_objects.pwn
+++ b/gamemodes/irresistible/cnr/static/player_objects.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\static\player_objects.inc
* Purpose: player associated objects, including but not limited to interiors
*/
diff --git a/gamemodes/irresistible/cnr/static/removed_buildings.pwn b/gamemodes/irresistible/cnr/static/removed_buildings.pwn
index 1d09a66..9387a54 100644
--- a/gamemodes/irresistible/cnr/static/removed_buildings.pwn
+++ b/gamemodes/irresistible/cnr/static/removed_buildings.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: static_cnr\removed_buildings.inc
* Purpose: removed buildings data
*/
diff --git a/gamemodes/irresistible/cnr/static/server_objects.pwn b/gamemodes/irresistible/cnr/static/server_objects.pwn
index 817f6c9..cc26917 100644
--- a/gamemodes/irresistible/cnr/static/server_objects.pwn
+++ b/gamemodes/irresistible/cnr/static/server_objects.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\static\server_objects.inc
* Purpose: server associated objects, including but not limited to interiors
*/
diff --git a/gamemodes/irresistible/cnr/static/server_vehicles.pwn b/gamemodes/irresistible/cnr/static/server_vehicles.pwn
index 7f2e56a..4a313ee 100644
--- a/gamemodes/irresistible/cnr/static/server_vehicles.pwn
+++ b/gamemodes/irresistible/cnr/static/server_vehicles.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: static_cnr\vehicles.inc
* Purpose: static vehicle placement data
*/
diff --git a/gamemodes/irresistible/cnr/textdraws.pwn b/gamemodes/irresistible/cnr/textdraws.pwn
index fcef4b2..5120310 100644
--- a/gamemodes/irresistible/cnr/textdraws.pwn
+++ b/gamemodes/irresistible/cnr/textdraws.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr/textdraws.pwn
* Purpose: encloses all textdraws in the server
*/
diff --git a/gamemodes/irresistible/cnr/vip/_vip.pwn b/gamemodes/irresistible/cnr/vip/_vip.pwn
index f263282..2d79b05 100644
--- a/gamemodes/irresistible/cnr/vip/_vip.pwn
+++ b/gamemodes/irresistible/cnr/vip/_vip.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\vip\_vip.pwn
* Purpose: encloses all vip modules & components (cnr)
*/
diff --git a/gamemodes/irresistible/cnr/vip/player_market.pwn b/gamemodes/irresistible/cnr/vip/player_market.pwn
index 76263e4..69ef46a 100644
--- a/gamemodes/irresistible/cnr/vip/player_market.pwn
+++ b/gamemodes/irresistible/cnr/vip/player_market.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: cnr\vip\player_market.pwn
* Purpose: a selling market for irresistible coins between players
*/
diff --git a/gamemodes/irresistible/cnr/vip/vip.pwn b/gamemodes/irresistible/cnr/vip/vip.pwn
index 2900e89..0a7e305 100644
--- a/gamemodes/irresistible/cnr/vip/vip.pwn
+++ b/gamemodes/irresistible/cnr/vip/vip.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: vip.inc
* Purpose: vip associated information
*/
diff --git a/gamemodes/irresistible/cnr/wanted_level.pwn b/gamemodes/irresistible/cnr/wanted_level.pwn
index 0d80961..3eebc49 100644
--- a/gamemodes/irresistible/cnr/wanted_level.pwn
+++ b/gamemodes/irresistible/cnr/wanted_level.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj, Steven Howard
+ * Developed by Lorenc, Stev
* Module: cnr\wanted_level.pwn
* Purpose: server-sided wanted level system (hooks the natives)
*/
diff --git a/gamemodes/irresistible/config/_config.pwn b/gamemodes/irresistible/config/_config.pwn
index b2d4241..c11ab1c 100644
--- a/gamemodes/irresistible/config/_config.pwn
+++ b/gamemodes/irresistible/config/_config.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: config\_config.pwn
* Purpose: encloses all server related configuration
*/
diff --git a/gamemodes/irresistible/config/colors.pwn b/gamemodes/irresistible/config/colors.pwn
index d295f8b..98529e2 100644
--- a/gamemodes/irresistible/config/colors.pwn
+++ b/gamemodes/irresistible/config/colors.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Simon Campbell, edited by Lorenc Pekaj
+ * Developed by Simon, edited by Lorenc
* Module: colours.inc
* Purpose: colors and its functions
*/
diff --git a/gamemodes/irresistible/config/database.pwn.sample b/gamemodes/irresistible/config/database.pwn.sample
index 4d25064..2ca987b 100644
--- a/gamemodes/irresistible/config/database.pwn.sample
+++ b/gamemodes/irresistible/config/database.pwn.sample
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: settings.inc
* Purpose: defines general server settings
*/
diff --git a/gamemodes/irresistible/config/server.pwn b/gamemodes/irresistible/config/server.pwn
index f858e21..bc88a85 100644
--- a/gamemodes/irresistible/config/server.pwn
+++ b/gamemodes/irresistible/config/server.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: server.pwn
* Purpose: server related definitions
*/
diff --git a/gamemodes/irresistible/gta/_gta.pwn b/gamemodes/irresistible/gta/_gta.pwn
index b2cdc9a..45eff6c 100644
--- a/gamemodes/irresistible/gta/_gta.pwn
+++ b/gamemodes/irresistible/gta/_gta.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: gta/_gta.pwn
* Purpose: encloses all gta related data/components
*/
diff --git a/gamemodes/irresistible/gta/map.pwn b/gamemodes/irresistible/gta/map.pwn
index f4e174b..457bdc5 100644
--- a/gamemodes/irresistible/gta/map.pwn
+++ b/gamemodes/irresistible/gta/map.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Kar, edited by Lorenc Pekaj
+ * Developed by Kar, edited by Lorenc
* Module: gta\map.inc
* Purpose: gta map related data
*/
diff --git a/gamemodes/irresistible/gta/vehicle_data.pwn b/gamemodes/irresistible/gta/vehicle_data.pwn
index d0f29e4..672525c 100644
--- a/gamemodes/irresistible/gta/vehicle_data.pwn
+++ b/gamemodes/irresistible/gta/vehicle_data.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: gta\vehicles.inc
* Purpose: gta vehicle related data
*/
diff --git a/gamemodes/irresistible/helpers.pwn b/gamemodes/irresistible/helpers.pwn
index 8fb77e5..12d7150 100644
--- a/gamemodes/irresistible/helpers.pwn
+++ b/gamemodes/irresistible/helpers.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: helpers.inc
* Purpose: functions that help scripting
*/
diff --git a/gamemodes/irresistible/lookup.pwn b/gamemodes/irresistible/lookup.pwn
index b43accb..5352276 100644
--- a/gamemodes/irresistible/lookup.pwn
+++ b/gamemodes/irresistible/lookup.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: lookup.inc
* Purpose: enables player information to be looked up
*/
diff --git a/gamemodes/irresistible/sampac.pwn b/gamemodes/irresistible/sampac.pwn
index ceaf87e..f55303d 100644
--- a/gamemodes/irresistible/sampac.pwn
+++ b/gamemodes/irresistible/sampac.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: sampac.inc
* Purpose: 3rd party anticheat implementation (sampcac.xyz)
*/
diff --git a/gamemodes/irresistible/security.pwn b/gamemodes/irresistible/security.pwn
index 3005998..2741cbd 100644
--- a/gamemodes/irresistible/security.pwn
+++ b/gamemodes/irresistible/security.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: security.inc
* Purpose: security related functions for ig servers
*/
diff --git a/gamemodes/irresistible/servervars.pwn b/gamemodes/irresistible/servervars.pwn
index eb9fbc2..642ae02 100644
--- a/gamemodes/irresistible/servervars.pwn
+++ b/gamemodes/irresistible/servervars.pwn
@@ -1,6 +1,6 @@
/*
* Irresistible Gaming (c) 2018
- * Developed by Lorenc Pekaj
+ * Developed by Lorenc
* Module: servervars.inc
* Purpose: savable server variables
*/
diff --git a/gamemodes/sf-cnr.pwn b/gamemodes/sf-cnr.pwn
index ae65b80..3188623 100644
--- a/gamemodes/sf-cnr.pwn
+++ b/gamemodes/sf-cnr.pwn
@@ -2,8 +2,8 @@
*
* San Fierro: Cops and Robbers
*
- * Created all by Lorenc_
- *
+ * Original Creator: Lorenc_
+ * Contributors: Stev
*
* Thanks to: y_less/zeex/Frosha/Incognito/SA-MP team
*