SA-MP Forums Archive
[GameMode] COD 8 - Asia At War [EDITED] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] COD 8 - Asia At War [EDITED] (/showthread.php?tid=593831)

Pages: 1 2


COD 8 - Asia At War [EDITED] - Rasyidmf - 10.11.2015

COD 8 - ASIA AT WAR > EDITED


About Include >
Code:
#include <a_samp>
#include <zcmd>
#include <streamer>
#include <FloodControl>
#include <fuckCleo>
#include <Dini>
#include <Dutils>
#include <lethaldudb2>
#include <SII>
#include <sscanf2>
#include <fixes2>
#include <foreach>
#include <OPSP>
//#include <a_mysql> < Please don't added this ! maybe a bugged
Need Plugins ?
Code:
Streamer.so or Streamer.dll
sscanf.so or sscanf.dll
Team ?
Code:
#define TEAM_PAKISTAN 0
#define TEAM_INDIA 1
#define TEAM_CHINA 2
#define TEAM_JAPAN 3
#define TEAM_UAE 4
#define TEAM_NONE 5
#define MAX_TEAMS 6
#define TEAM_INDONESIA 7
#define TEAM_MALAYSIA 8
#define JDIALOGS        2000
#define SpamLimit (3000)
Zone ?
Code:
#define SNAKE 0  //Snakes farm
#define BAY 1 //Bay side sea shore
#define BIG 2 //Area 69
#define ARMY 3 //army restaurant
#define PETROL 4 //army petrol bunk
#define OIL 5 //oil factory
#define DESERT 6 //gas station
#define QUARRY 7 //Quarry
#define GUEST 8 //Army guest house
#define EAR 9 //Big ear
#define AIRPORT 10 //Airport
#define SHIP 11 //Ship
#define GAS 12 //Gas Station
#define RES 13 //restaurant
#define BURN 14 //Burn
#define HOTEL 15 //Hotel
#define HOSPITAL 16 //Hospital
#define HOUSE 17//House// Jay
#define AMM 18 //Ammunition
#define HOME 19 //Gijoe Home
#define JAY 20 // Ap ?
#define PLN 21 // I tried to much ! >>> This PLN Zone
#define FTB 22 // Coming Soon ! Football Zone
#define BG 23 //BIG smoke Zone
#define PP 24 //Power Plant
#define REL 25 //Rel ? :V
#define SH 26 //Shop Zone
#define PD 27 //PDAM
#define CE 28 //Center Zone
Class ?
Code:
#define MUSKETEER 0
#define PILOT 1
#define SNIPER 2
#define ENGINEER 3
#define SUPPORT 4
#define DONOR 5
#define SP 6 // Spy
#define AG 7 // Spy
#define CLASS_DIALOG 1559
And Much Again !
Download : http://www.mediafire.com/download/hc...sia+At+War.rar
Please Rep+ For me
Update Soon :
> Headshot System
> Set Apaan
> Bugger Fixed

If you want new zone or team , added :
Code:
#define yourteam 9
#define yourteam 10
#define yourteam 11
//Zone
#define yourzone 29
#define yourzone 30
#define yourzone 31
Thanks For Reading My Theard

If use My Gamemode ! Dont Forget To my Use Name In Credit "RasyidMF"


Re: COD 8 - Asia At War [EDITED] - Rasyidmf - 10.11.2015

If have a bugged ! PM me or contact me on FB
Code:
FB : RasyidMaulanaFajar



Re: COD 8 - Asia At War [EDITED] - Sh4d0w2 - 10.11.2015

Nice,Im using this GM on my server btw xD


Re: COD 8 - Asia At War [EDITED] - Rasyidmf - 10.11.2015

Thanks


Re: COD 8 - Asia At War [EDITED] - Infinity - 10.11.2015

Okay, so what exactly did you edit? And why did you use that pragma?


Re: COD 8 - Asia At War [EDITED] - markparker12 - 10.11.2015

Man just tell me that, is it bugged like the last edit?

What was the bug in last edit?

When we put that gamemode on the host the server works perfect for 5-10 mins but after that the server stops and gets bugged.


Re: COD 8 - Asia At War [EDITED] - Karan007 - 10.11.2015

Nice one.


Re: COD 8 - Asia At War [EDITED] - markparker12 - 10.11.2015

Nice edit. No bugs found till now except missing admin commands which is a common thing in COD GM. I tested it.


Re: COD 8 - Asia At War [EDITED] - Bolex_ - 10.11.2015

Good


Re: COD 8 - Asia At War [EDITED] - Rasyidmf - 18.11.2015

Ty you all


Re: COD 8 - Asia At War [EDITED] - Younes44 - 20.11.2015

Good Job
Keep it up


Re: COD 8 - Asia At War [EDITED] - fahlevy - 22.11.2015

waw! nice


Re: COD 8 - Asia At War [EDITED] - alexkeward - 22.11.2015

Amazing xD


Re: COD 8 - Asia At War [EDITED] - XBrianX - 22.11.2015

Good job.


Re: COD 8 - Asia At War [EDITED] - AzaMx - 22.11.2015

Well..


Re: COD 8 - Asia At War [EDITED] - Revazix - 23.11.2015

Thank you x


Re: COD 8 - Asia At War [EDITED] - CrunchxNoy - 23.12.2015

GOOD JOB ! Nice Gamemode !


Re: COD 8 - Asia At War [EDITED] - Dainteresebuli - 23.12.2015

Not Bad dude , Have Pwn File Some Error?


Re: COD 8 - Asia At War [EDITED] - Rasyidmf - 06.06.2016

The Script Have A Bugged ! I Will Fix That !


Re: COD 8 - Asia At War [EDITED] - Private200 - 06.06.2016

Haven't downloaded the script or anything, but you're having a bug since the first lines of code.

Code:
#define MAX_TEAMS 6
You're using 8 teams in the script, which are the extra ones you have added, but you haven't changed the max teams definition.

Looked five seconds into the code and found this, not going any deeper.