[Include] weapon-config.inc - Damage system with many features

Quote:
Originally Posted by Crayder
Посмотреть сообщение
@justice: The point of including this before all other includes (not SA-MP includes) is because it hooks a lot of functions and callbacks. If other includes modify those functions or callbacks that can mess with the integrity of this.

This is also why I usually include YSI before everything else.
Crayder i do that like this:
Код:
#include <a_samp>
#include <a_mysql>
#include <fixes>
#include <dudb>
#include <dutils>
#include <utils>
#include <foreach>
#include <sscanf2>
#include <zcmd>
#include <gangzonesc>
#include <streamer>
#include <OPSP>
#include <progress>
#include <gvc>
#include <mxINI>
#include <mSelection>
#include <YSI\y_timers>
#include <SKY>
#include <weapon-config>
buy it gives me this errors and warnings now what should i do?
Код:
D:\Game Mods\a.Persian GangWar\pawno\include\weapon-config.inc(1722) : warning 202: number of arguments does not match definition
D:\Game Mods\a.Persian GangWar\pawno\include\weapon-config.inc(1720) : warning 203: symbol is never used: "addsiren"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(255) : warning 201: redefinition of constant/macro (symbol "WEAPON_UNARMED")
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(261) : warning 219: local variable "handle" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(262) : warning 219: local variable "ICanChangeSkin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(263) : warning 219: local variable "IsPlayerLoggedIn" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(264) : warning 219: local variable "TryPass" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(265) : warning 219: local variable "PlayerKillingSpree" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(266) : warning 219: local variable "Gangs" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(267) : warning 219: local variable "ServerName" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(268) : warning 219: local variable "ServerName1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(269) : warning 219: local variable "ServerName2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(270) : warning 219: local variable "ServerName3" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(271) : warning 219: local variable "Spec" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(272) : warning 219: local variable "Specid" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(273) : warning 219: local variable "InSnip" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(274) : warning 219: local variable "IsInEvent" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(276) : warning 219: local variable "shotTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(277) : warning 219: local variable "shot" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(279) : warning 219: local variable "HaveMissile" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(280) : warning 219: local variable "VehicleFire" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(281) : warning 219: local variable "VehicleBomb" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(282) : warning 219: local variable "VehicleSmok" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(283) : warning 219: local variable "VehicleOffsetX" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(284) : warning 219: local variable "VehicleOffsetZ" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(286) : warning 219: local variable "InfiniteAmmo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(288) : warning 219: local variable "LCSBCar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(289) : warning 219: local variable "LCSRCar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(290) : warning 219: local variable "LCSTeam" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(291) : warning 219: local variable "LCSOBJ" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(294) : warning 219: local variable "PlayerWeapon" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(295) : warning 219: local variable "PlayerAmmo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(297) : warning 219: local variable "PlayerEnterTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(298) : warning 219: local variable "Wheel" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(301) : warning 219: local variable "AltTabbed" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(302) : warning 219: local variable "Tabbed" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(303) : warning 219: local variable "AltTabText" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(304) : warning 219: local variable "HasText" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(306) : warning 219: local variable "aaao" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(308) : warning 219: local variable "AimereSag" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(309) : warning 219: local variable "******Car" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(317) : warning 219: local variable "ppPos" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(320) : warning 219: local variable "BannedNotice" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(321) : warning 219: local variable "KickedNotice" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(331) : warning 219: local variable "IsInDuel" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(332) : warning 219: local variable "DuelReqTo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(333) : warning 219: local variable "DuelReqFrom" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(334) : warning 219: local variable "DuelTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(335) : warning 219: local variable "TimeDuel" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(336) : warning 219: local variable "DuelForCred" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(339) : warning 219: local variable "IsInLCS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(340) : warning 219: local variable "LCSReqTo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(341) : warning 219: local variable "LCSReqFrom" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(342) : warning 219: local variable "LCSTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(343) : warning 219: local variable "TimeLCS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(344) : warning 219: local variable "LCSForCred" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(346) : warning 219: local variable "ZoroShode" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(349) : warning 219: local variable "Boombox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(350) : warning 219: local variable "BoomboxObject" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(351) : warning 219: local variable "BoomboxStream" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(352) : warning 219: local variable "BoomboxPlayer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(353) : warning 219: local variable "BoomboxURL" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(354) : warning 219: local variable "bpos" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(356) : warning 219: local variable "EventsIsLock" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(358) : warning 219: local variable "toyslot" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(359) : warning 219: local variable "Toy_Slot" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(361) : warning 219: local variable "cVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(362) : warning 219: local variable "TTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(362) : warning 219: local variable "Date" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(363) : warning 219: local variable "CanUseSlashKiLL" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(364) : warning 219: local variable "SlashKillTimer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "CreditsBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "TCredits" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "CreditsBar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "TeamBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "ChooseTeam" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "ChooseSkin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "GroveDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "AztecasDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "BikersDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "VagosDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "BallasDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "PoliceDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "TheMobDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "TeamMembersDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "SelectTeamDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "Tatto" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(367) : warning 219: local variable "WarBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(368) : warning 219: local variable "WarST" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(369) : warning 219: local variable "GodmodeFeature" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(370) : warning 219: local variable "WarA" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(371) : warning 219: local variable "WarD" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(372) : warning 219: local variable "WarS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(373) : warning 219: local variable "WarDea" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(374) : warning 219: local variable "WarVS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(375) : warning 219: local variable "WarK" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(376) : warning 219: local variable "WarT" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(377) : warning 219: local variable "WarTR" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(378) : warning 219: local variable "NameDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(379) : warning 219: local variable "KillBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(380) : warning 219: local variable "FirstKillDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(381) : warning 219: local variable "ReferralID" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(382) : warning 219: local variable "DoubleDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(383) : warning 219: local variable "TripleDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(384) : warning 219: local variable "TurfAttacker" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(385) : warning 219: local variable "OurTurf" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(386) : warning 219: local variable "AttackerKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(387) : warning 219: local variable "AttackerDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(388) : warning 219: local variable "MyKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(389) : warning 219: local variable "MyDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(390) : warning 219: local variable "InWar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(391) : warning 219: local variable "TurfAttackerKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(392) : warning 219: local variable "TurfAttackerDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(393) : warning 219: local variable "TheTurfKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(394) : warning 219: local variable "TheTurfDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(395) : warning 219: local variable "AttackerScore" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(396) : warning 219: local variable "TurfTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(397) : warning 219: local variable "AllKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(398) : warning 219: local variable "AllDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(399) : warning 219: local variable "TurfReload" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(400) : warning 219: local variable "OurTurfScore" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(401) : warning 219: local variable "tsec" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(401) : warning 219: local variable "tmin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(401) : warning 219: local variable "thour" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(402) : warning 219: local variable "Seconds" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(406) : warning 219: local variable "NotMoving" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(407) : warning 219: local variable "WeaponID" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(408) : warning 219: local variable "CheckCrouch" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(409) : warning 219: local variable "Ammo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(419) : warning 219: local variable "CBugPlayerInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(422) : warning 219: local variable "pMuted" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(423) : warning 219: local variable "pLineCount" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(426) : warning 219: local variable "BoddyGuard1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(427) : warning 219: local variable "BoddyGuard2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(428) : warning 219: local variable "BoddyGuard3" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(429) : warning 219: local variable "BoddyGuard4" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(430) : warning 219: local variable "BoddyGuard5" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(432) : warning 219: local variable "strClan" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(433) : warning 219: local variable "strClan2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(435) : warning 219: local variable "AztecasVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(436) : warning 219: local variable "BikersVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(437) : warning 219: local variable "VagosVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(438) : warning 219: local variable "BallasVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(439) : warning 219: local variable "PoliceVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(440) : warning 219: local variable "GroveVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(441) : warning 219: local variable "TMVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(443) : warning 219: local variable "NameOff" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(444) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(444) : warning 221: label name "Float" shadows tag name
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(446) : warning 219: local variable "aVehicleNames" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(661) : warning 219: local variable "ppX" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(661) : warning 219: local variable "ppY" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(661) : warning 219: local variable "ppZ" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(661) : warning 219: local variable "pVir" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(661) : warning 219: local variable "pInter" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(663) : warning 219: local variable "TelePos" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(665) : warning 219: local variable "AJABA" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(666) : warning 219: local variable "Cheating" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(667) : warning 219: local variable "TWeap" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(668) : warning 219: local variable "TWeapName" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(669) : warning 219: local variable "WeaPKiri" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(670) : warning 219: local variable "Turfs" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(673) : warning 219: local variable "fAutoC" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(675) : warning 219: local variable "PingTimer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(677) : warning 219: local variable "WarTimeBar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(679) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(679) : warning 221: label name "bool" shadows tag name
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(679) : error 017: undefined symbol "weaponid"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(680) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(680) : warning 221: label name "bool" shadows tag name
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(680) : error 017: undefined symbol "weaponid"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(682) : error 017: undefined symbol "weaponid"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(687) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(687) : warning 219: local variable "PBANNED" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(689) : warning 219: local variable "Area" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(690) : warning 219: local variable "Area1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(691) : warning 219: local variable "Area2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(692) : warning 219: local variable "Area3" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(693) : warning 219: local variable "Area4" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(694) : warning 219: local variable "AreaMotd" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(696) : warning 219: local variable "Check******Timer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(698) : warning 219: local variable "FromDialog" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(699) : warning 219: local variable "RequestSelected" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(701) : warning 219: local variable "ServerArena" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(702) : warning 219: local variable "ServerSniper" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(703) : warning 219: local variable "InArena" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "GArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(706) : warning 219: local variable "AArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(707) : warning 219: local variable "BArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(708) : warning 219: local variable "VArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(709) : warning 219: local variable "BaArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(710) : warning 219: local variable "PArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(711) : warning 219: local variable "TArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(713) : warning 219: local variable "EGrovePup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(714) : warning 219: local variable "EAztecasPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(715) : warning 219: local variable "EBikerPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(716) : warning 219: local variable "EVagosPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(717) : warning 219: local variable "EBallasPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(718) : warning 219: local variable "EPolicePup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(719) : warning 219: local variable "ETmPup1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(720) : warning 219: local variable "ETmPup2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "QuesQues" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "QuesAns" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "QuesRunning" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "QuesCred" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "QuesGold" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "QuesSeted" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(723) : warning 219: local variable "TedadPlayers" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(725) : warning 219: local variable "GroveList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(726) : warning 219: local variable "AztecasList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(727) : warning 219: local variable "BallasList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(728) : warning 219: local variable "VagosList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(729) : warning 219: local variable "PoliceList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(730) : warning 219: local variable "BIKERSList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(731) : warning 219: local variable "TmList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(732) : warning 219: local variable "vehlist" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(733) : warning 219: local variable "VIPSkins" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(734) : warning 219: local variable "Toys" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(735) : warning 219: local variable "VIPToys" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(737) : warning 219: local variable "pSkin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(739) : warning 219: local variable "SnipperRandom" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(760) : warning 219: local variable "ArenaRandomSpawn" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(780) : warning 219: local variable "TeamEntekhabKarde" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(781) : warning 219: local variable "TeamKiri" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(803) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(812) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(813) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(814) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(819) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(819) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(820) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(821) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(834) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(834) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(834) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(835) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(835) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(839) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(840) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(843) : error 017: undefined symbol "y"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(870) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(885) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(885) : warning 219: local variable "ClanInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(898) : warning 219: local variable "TurfInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(966) : warning 219: local variable "PlayerInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(970) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(976) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(982) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(982) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(983) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(1919) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(1919) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(1920) : error 001: expected token: ";", but found "{"
Reply


Messages In This Thread
weapon-config.inc - Damage system with many features - by Slice - 15.02.2015, 17:05
Re: weapon-config.inc - Damage system with many features - by Skully82 - 15.02.2015, 17:12
Re: weapon-config.inc - Damage system with many features - by Abagail - 15.02.2015, 17:18
Respuesta: weapon-config.inc - Damage system with many features - by Adoniiz - 15.02.2015, 17:27
Re: weapon-config.inc - Damage system with many features - by Admigo - 15.02.2015, 17:39
Re: weapon-config.inc - Damage system with many features - by Ritzy2K - 15.02.2015, 17:46
Re: weapon-config.inc - Damage system with many features - by GiamPy. - 15.02.2015, 18:13
Re: weapon-config.inc - Damage system with many features - by Crayder - 15.02.2015, 18:24
Re: weapon-config.inc - Damage system with many features - by Abagail - 15.02.2015, 18:25
Re: weapon-config.inc - Damage system with many features - by Slice - 15.02.2015, 21:21
Re: weapon-config.inc - Damage system with many features - by PT - 15.02.2015, 21:58
Re: weapon-config.inc - Damage system with many features - by PaulDinam - 15.02.2015, 22:55
Re: weapon-config.inc - Damage system with many features - by Slice - 15.02.2015, 23:07
Re: weapon-config.inc - Damage system with many features - by PaulDinam - 15.02.2015, 23:12
Re: weapon-config.inc - Damage system with many features - by Kyle - 15.02.2015, 23:15
Re: weapon-config.inc - Damage system with many features - by Slice - 15.02.2015, 23:24
Re: weapon-config.inc - Damage system with many features - by PaulDinam - 15.02.2015, 23:28
Re: weapon-config.inc - Damage system with many features - by Crayder - 15.02.2015, 23:40
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 00:19
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.02.2015, 01:06
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 01:11
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.02.2015, 01:32
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 01:34
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.02.2015, 01:40
Re: weapon-config.inc - Damage system with many features - by Excel™ - 16.02.2015, 02:46
Re: weapon-config.inc - Damage system with many features - by thaKing - 16.02.2015, 05:31
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.02.2015, 05:34
Re: weapon-config.inc - Damage system with many features - by JeaSon - 16.02.2015, 06:19
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 07:39
Re: weapon-config.inc - Damage system with many features - by Sanady - 16.02.2015, 08:50
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 08:54
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 09:34
Re: weapon-config.inc - Damage system with many features - by LivingLikeYouDo - 16.02.2015, 10:01
Re: weapon-config.inc - Damage system with many features - by dominik523 - 16.02.2015, 13:15
Re: weapon-config.inc - Damage system with many features - by kristo - 16.02.2015, 15:10
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 15:44
Re: weapon-config.inc - Damage system with many features - by Abagail - 16.02.2015, 18:43
Re: weapon-config.inc - Damage system with many features - by Slice - 16.02.2015, 19:21
Re: weapon-config.inc - Damage system with many features - by Cypress - 16.02.2015, 20:13
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.02.2015, 20:49
Re: weapon-config.inc - Damage system with many features - by Slice - 19.02.2015, 10:10
Re: weapon-config.inc - Damage system with many features - by Lorenc_ - 22.02.2015, 06:31
Re: weapon-config.inc - Damage system with many features - by nickdodd25 - 22.02.2015, 19:03
Re: weapon-config.inc - Damage system with many features - by Crayder - 22.02.2015, 19:16
Re: weapon-config.inc - Damage system with many features - by Tamer - 23.03.2015, 21:46
Re: weapon-config.inc - Damage system with many features - by Tamer - 24.03.2015, 20:00
Re: weapon-config.inc - Damage system with many features - by Slice - 28.03.2015, 13:00
Re: weapon-config.inc - Damage system with many features - by rickisme - 28.03.2015, 15:25
Re: weapon-config.inc - Damage system with many features - by Slice - 28.03.2015, 15:46
Re: weapon-config.inc - Damage system with many features - by KubiPL - 29.03.2015, 07:45
Re: weapon-config.inc - Damage system with many features - by vermaritt - 29.03.2015, 08:07
Re: weapon-config.inc - Damage system with many features - by KubiPL - 29.03.2015, 09:28
Re: weapon-config.inc - Damage system with many features - by Slice - 29.03.2015, 09:38
Re: weapon-config.inc - Damage system with many features - by KubiPL - 29.03.2015, 10:10
Re: weapon-config.inc - Damage system with many features - by Slice - 29.03.2015, 12:42
Re: weapon-config.inc - Damage system with many features - by CoachCarter - 29.03.2015, 15:59
Re: weapon-config.inc - Damage system with many features - by rickisme - 29.03.2015, 17:27
Re: weapon-config.inc - Damage system with many features - by Tamer - 29.03.2015, 17:59
Re: weapon-config.inc - Damage system with many features - by Crayder - 29.03.2015, 18:46
Re: weapon-config.inc - Damage system with many features - by KubiPL - 04.04.2015, 13:43
Re: weapon-config.inc - Damage system with many features - by Slice - 04.04.2015, 14:54
Re: weapon-config.inc - Damage system with many features - by codectile - 09.04.2015, 10:53
Re: weapon-config.inc - Damage system with many features - by EiresJason - 14.04.2015, 12:01
Re: weapon-config.inc - Damage system with many features - by Crayder - 14.04.2015, 20:49
Re: weapon-config.inc - Damage system with many features - by EiresJason - 15.04.2015, 12:10
Re: weapon-config.inc - Damage system with many features - by ToiletDuck - 16.04.2015, 01:17
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.04.2015, 01:24
Re: weapon-config.inc - Damage system with many features - by ToiletDuck - 16.04.2015, 01:41
Re: weapon-config.inc - Damage system with many features - by theYiin - 17.06.2015, 17:34
Re: weapon-config.inc - Damage system with many features - by amirab - 18.06.2015, 22:30
Re: weapon-config.inc - Damage system with many features - by theYiin - 19.06.2015, 11:03
Re: weapon-config.inc - Damage system with many features - by amirab - 19.06.2015, 19:28
Re: weapon-config.inc - Damage system with many features - by Cypress - 19.06.2015, 19:50
Re: weapon-config.inc - Damage system with many features - by XxBaDxBoYxX - 30.06.2015, 16:26
Re: weapon-config.inc - Damage system with many features - by darkowner - 30.06.2015, 17:14
Re: weapon-config.inc - Damage system with many features - by Crayder - 30.06.2015, 17:44
Re: weapon-config.inc - Damage system with many features - by abou3meir - 30.06.2015, 17:57
Re: weapon-config.inc - Damage system with many features - by XxBaDxBoYxX - 30.06.2015, 18:17
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 11.07.2015, 14:02
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 11.07.2015, 16:39
Re: weapon-config.inc - Damage system with many features - by Crayder - 11.07.2015, 19:25
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 11.07.2015, 20:15
Re: weapon-config.inc - Damage system with many features - by Crayder - 12.07.2015, 03:53
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.07.2015, 15:38
Re: weapon-config.inc - Damage system with many features - by Crayder - 12.07.2015, 19:08
Re: weapon-config.inc - Damage system with many features - by Slice - 13.07.2015, 09:29
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 13.07.2015, 17:53
Re: weapon-config.inc - Damage system with many features - by Slice - 13.07.2015, 17:55
Re: weapon-config.inc - Damage system with many features - by TheRaGeLord - 30.07.2015, 10:59
Re: weapon-config.inc - Damage system with many features - by MasonSFW - 30.07.2015, 13:02
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 01.08.2015, 21:35
Re: weapon-config.inc - Damage system with many features - by Slice - 01.08.2015, 23:22
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 01.08.2015, 23:25
Re: weapon-config.inc - Damage system with many features - by Slice - 01.08.2015, 23:37
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 01.08.2015, 23:41
Re: weapon-config.inc - Damage system with many features - by Slice - 01.08.2015, 23:46
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 02.08.2015, 00:41
Re: weapon-config.inc - Damage system with many features - by Crayder - 02.08.2015, 01:45
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 09.09.2015, 17:08
AW: Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 09.09.2015, 17:09
[No subject] - by RogerCosta - 09.09.2015, 17:18
Re: weapon-config.inc - Damage system with many features - by Slice - 09.09.2015, 22:19
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 10.09.2015, 12:08
Re: weapon-config.inc - Damage system with many features - by Lunoxel - 11.09.2015, 22:41
Re: weapon-config.inc - Damage system with many features - by blastdap - 14.09.2015, 08:12
Re: weapon-config.inc - Damage system with many features - by Slice - 14.09.2015, 13:23
Re: weapon-config.inc - Damage system with many features - by blastdap - 14.09.2015, 16:28
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 14.09.2015, 18:25
Re: weapon-config.inc - Damage system with many features - by Fungi - 14.09.2015, 19:26
Re: weapon-config.inc - Damage system with many features - by Crayder - 14.09.2015, 20:10
Re: weapon-config.inc - Damage system with many features - by Fungi - 14.09.2015, 20:56
Re: weapon-config.inc - Damage system with many features - by Slice - 14.09.2015, 22:10
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 14.09.2015, 22:13
Re: weapon-config.inc - Damage system with many features - by Crayder - 14.09.2015, 22:16
Re: weapon-config.inc - Damage system with many features - by Fungi - 14.09.2015, 22:55
Re: weapon-config.inc - Damage system with many features - by Slice - 15.09.2015, 12:56
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 15.09.2015, 15:28
Re: weapon-config.inc - Damage system with many features - by Slice - 15.09.2015, 15:32
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 15.09.2015, 15:37
Re: weapon-config.inc - Damage system with many features - by IzadorO - 16.09.2015, 01:50
Re: weapon-config.inc - Damage system with many features - by Slice - 16.09.2015, 18:32
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 16.09.2015, 19:30
Re: weapon-config.inc - Damage system with many features - by Crayder - 16.09.2015, 19:46
Re: weapon-config.inc - Damage system with many features - by Jerry[TH] - 18.09.2015, 15:26
Re: weapon-config.inc - Damage system with many features - by Patchwerk - 18.09.2015, 17:09
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 18.09.2015, 18:40
Re: weapon-config.inc - Damage system with many features - by blastdap - 19.09.2015, 08:28
Re: weapon-config.inc - Damage system with many features - by Crayder - 19.09.2015, 08:35
Re: weapon-config.inc - Damage system with many features - by Patchwerk - 19.09.2015, 11:39
Re: weapon-config.inc - Damage system with many features - by blastdap - 19.09.2015, 17:27
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 20.09.2015, 00:23
Re: weapon-config.inc - Damage system with many features - by Slice - 20.09.2015, 03:59
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 20.09.2015, 09:49
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 20.09.2015, 14:04
Re: weapon-config.inc - Damage system with many features - by M0HAMMAD - 20.09.2015, 18:41
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 20.09.2015, 19:36
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 20.09.2015, 19:41
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 20.09.2015, 19:57
Re: weapon-config.inc - Damage system with many features - by Slice - 20.09.2015, 20:42
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 20.09.2015, 20:44
Re: weapon-config.inc - Damage system with many features - by stabker - 20.09.2015, 21:32
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 20.09.2015, 21:35
Re: weapon-config.inc - Damage system with many features - by stabker - 20.09.2015, 21:39
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 20.09.2015, 21:41
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 20.09.2015, 21:46
Re: weapon-config.inc - Damage system with many features - by Crayder - 20.09.2015, 22:33
Re: weapon-config.inc - Damage system with many features - by stabker - 21.09.2015, 02:13
Re: weapon-config.inc - Damage system with many features - by Slice - 21.09.2015, 09:49
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 27.09.2015, 01:34
Re: weapon-config.inc - Damage system with many features - by Crayder - 27.09.2015, 01:38
Re: weapon-config.inc - Damage system with many features - by Slice - 27.09.2015, 08:48
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 27.09.2015, 10:58
Re: weapon-config.inc - Damage system with many features - by Counterafk - 02.10.2015, 20:53
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 02.10.2015, 20:54
Re: weapon-config.inc - Damage system with many features - by Counterafk - 02.10.2015, 22:11
Re: weapon-config.inc - Damage system with many features - by Slice - 02.10.2015, 22:34
Re: weapon-config.inc - Damage system with many features - by Counterafk - 02.10.2015, 22:47
Re: weapon-config.inc - Damage system with many features - by Slice - 11.10.2015, 13:19
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 11.10.2015, 13:34
Re: weapon-config.inc - Damage system with many features - by Slice - 11.10.2015, 14:06
Re: weapon-config.inc - Damage system with many features - by Greggu - 11.10.2015, 14:27
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 11.10.2015, 14:28
Re: weapon-config.inc - Damage system with many features - by Greggu - 11.10.2015, 15:30
Re: weapon-config.inc - Damage system with many features - by Slice - 11.10.2015, 15:41
Re: weapon-config.inc - Damage system with many features - by Greggu - 11.10.2015, 16:05
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 11.10.2015, 16:08
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 11.10.2015, 18:30
Re: weapon-config.inc - Damage system with many features - by RogerCosta - 11.10.2015, 20:06
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 13.10.2015, 19:11
Re: weapon-config.inc - Damage system with many features - by Crayder - 13.10.2015, 20:07
Re: weapon-config.inc - Damage system with many features - by ExTaZZ69 - 13.10.2015, 20:44
Re: weapon-config.inc - Damage system with many features - by Slice - 13.10.2015, 20:53
Re: weapon-config.inc - Damage system with many features - by Crayder - 14.10.2015, 11:34
Re: weapon-config.inc - Damage system with many features - by MartinSwag - 25.10.2015, 20:47
Re: weapon-config.inc - Damage system with many features - by Crayder - 25.10.2015, 20:52
Re: weapon-config.inc - Damage system with many features - by MartinSwag - 26.10.2015, 17:05
Re: weapon-config.inc - Damage system with many features - by Crayder - 26.10.2015, 18:33
Re: weapon-config.inc - Damage system with many features - by Slice - 27.10.2015, 09:59
Re: weapon-config.inc - Damage system with many features - by MartinSwag - 27.10.2015, 15:33
Re: weapon-config.inc - Damage system with many features - by Slice - 28.10.2015, 14:24
Re: weapon-config.inc - Damage system with many features - by MartinSwag - 29.10.2015, 21:30
Re: weapon-config.inc - Damage system with many features - by ajwar - 10.11.2015, 12:49
Re: weapon-config.inc - Damage system with many features - by Crayder - 10.11.2015, 16:01
Re: weapon-config.inc - Damage system with many features - by Slice - 10.11.2015, 16:03
Re: weapon-config.inc - Damage system with many features - by MartinSwag - 10.11.2015, 16:50
Re: weapon-config.inc - Damage system with many features - by ajwar - 10.11.2015, 17:33
Re: weapon-config.inc - Damage system with many features - by JaKe Elite - 14.11.2015, 09:53
Re: weapon-config.inc - Damage system with many features - by Pottus - 25.11.2015, 18:41
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 02.12.2015, 10:29
Re: weapon-config.inc - Damage system with many features - by Slice - 02.12.2015, 19:10
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 03.12.2015, 20:53
Re: weapon-config.inc - Damage system with many features - by Crayder - 11.12.2015, 04:13
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 11.12.2015, 08:24
Re: weapon-config.inc - Damage system with many features - by fordawinzz - 23.12.2015, 15:23
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 23.12.2015, 15:27
Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 23.12.2015, 19:15
Re: weapon-config.inc - Damage system with many features - by Spmn - 23.12.2015, 20:51
Re: weapon-config.inc - Damage system with many features - by Crayder - 24.12.2015, 05:57
Re: weapon-config.inc - Damage system with many features - by Tamer - 25.12.2015, 14:45
Re: weapon-config.inc - Damage system with many features - by justice96 - 29.12.2015, 03:58
Re: weapon-config.inc - Damage system with many features - by justice96 - 08.06.2016, 10:33
Re: weapon-config.inc - Damage system with many features - by Slice - 08.06.2016, 13:05
Re: weapon-config.inc - Damage system with many features - by iKevin - 08.06.2016, 13:13
Re: weapon-config.inc - Damage system with many features - by justice96 - 08.06.2016, 13:16
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 05:46
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.06.2016, 05:58
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 06:28
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.06.2016, 06:56
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 09:25
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 10:01
Re: weapon-config.inc - Damage system with many features - by Slice - 12.06.2016, 10:14
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 10:32
Re: weapon-config.inc - Damage system with many features - by Slice - 12.06.2016, 13:43
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 16:20
Re: weapon-config.inc - Damage system with many features - by Slice - 12.06.2016, 18:55
Re: weapon-config.inc - Damage system with many features - by Freedom. - 12.06.2016, 20:35
Re: weapon-config.inc - Damage system with many features - by Freedom. - 15.06.2016, 13:19
Respuesta: weapon-config.inc - Damage system with many features - by poxer - 23.06.2016, 01:04
Re: Respuesta: weapon-config.inc - Damage system with many features - by Slice - 23.06.2016, 18:09
Re: Respuesta: weapon-config.inc - Damage system with many features - by Freedom. - 23.06.2016, 18:18
Re: Respuesta: weapon-config.inc - Damage system with many features - by JustMe.77 - 23.06.2016, 18:35
Respuesta: weapon-config.inc - Damage system with many features - by RogerCosta - 01.07.2016, 18:19
Re: Respuesta: weapon-config.inc - Damage system with many features - by Crayder - 01.07.2016, 19:04
Respuesta: Re: Respuesta: weapon-config.inc - Damage system with many features - by RogerCosta - 01.07.2016, 19:16
Re: weapon-config.inc - Damage system with many features - by Slice - 01.07.2016, 19:34
Respuesta: Re: weapon-config.inc - Damage system with many features - by RogerCosta - 01.07.2016, 19:39
Re: weapon-config.inc - Damage system with many features - by pWesley - 08.07.2016, 21:07
Re: weapon-config.inc - Damage system with many features - by muhsah007 - 22.07.2016, 13:39
Re: weapon-config.inc - Damage system with many features - by Crayder - 22.07.2016, 17:03
Re: weapon-config.inc - Damage system with many features - by muhsah007 - 24.07.2016, 11:51
Re: weapon-config.inc - Damage system with many features - by Airblog - 07.08.2016, 23:49
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 08.08.2016, 00:21
Re: weapon-config.inc - Damage system with many features - by Airblog - 08.08.2016, 09:43
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 08.08.2016, 17:10
Re: weapon-config.inc - Damage system with many features - by Airblog - 09.08.2016, 13:01
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 12.08.2016, 21:22
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.08.2016, 21:26
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 12.08.2016, 22:23
Re: weapon-config.inc - Damage system with many features - by Airblog - 13.08.2016, 07:30
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 13.08.2016, 12:48
Re: weapon-config.inc - Damage system with many features - by Crayder - 13.08.2016, 16:45
Re: weapon-config.inc - Damage system with many features - by Airblog - 13.08.2016, 16:50
Re: weapon-config.inc - Damage system with many features - by Slice - 14.08.2016, 08:44
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 14.08.2016, 11:32
Re: weapon-config.inc - Damage system with many features - by penaut - 14.08.2016, 16:48
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 15.08.2016, 00:20
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 16.08.2016, 01:48
Re: weapon-config.inc - Damage system with many features - by Slice - 16.08.2016, 07:38
Re: weapon-config.inc - Damage system with many features - by Ivan_Ino - 16.08.2016, 11:21
Re: weapon-config.inc - Damage system with many features - by penaut - 16.08.2016, 18:23
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 16.08.2016, 18:41
Re: weapon-config.inc - Damage system with many features - by penaut - 16.08.2016, 18:45
Re: weapon-config.inc - Damage system with many features - by Slice - 16.08.2016, 23:59
Re: weapon-config.inc - Damage system with many features - by JaydenJason - 17.08.2016, 13:15
Re: weapon-config.inc - Damage system with many features - by gensek4 - 18.08.2016, 13:01
Re: weapon-config.inc - Damage system with many features - by gensek4 - 18.08.2016, 13:26
Re: weapon-config.inc - Damage system with many features - by ajwar - 18.08.2016, 19:14
Re: weapon-config.inc - Damage system with many features - by Slice - 18.08.2016, 20:48
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 19.08.2016, 00:28
Re: weapon-config.inc - Damage system with many features - by gensek4 - 19.08.2016, 00:41
Re: weapon-config.inc - Damage system with many features - by Slice - 19.08.2016, 10:40
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 19.08.2016, 12:26
Re: weapon-config.inc - Damage system with many features - by Slice - 19.08.2016, 14:10
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 19.08.2016, 15:50
Re: weapon-config.inc - Damage system with many features - by Slice - 19.08.2016, 16:28
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 19.08.2016, 17:00
Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 19.08.2016, 17:32
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 19.08.2016, 18:42
Re: weapon-config.inc - Damage system with many features - by Slice - 19.08.2016, 18:47
Re: weapon-config.inc - Damage system with many features - by FilipeSilvens - 19.08.2016, 19:37
Re: weapon-config.inc - Damage system with many features - by hossa - 03.09.2016, 20:15
Re: weapon-config.inc - Damage system with many features - by AlirezaHypeR - 11.09.2016, 10:29
Re: weapon-config.inc - Damage system with many features - by Dodo9655 - 18.09.2016, 08:51
Re: weapon-config.inc - Damage system with many features - by Slice - 18.09.2016, 09:48
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 18.09.2016, 11:03
Re: weapon-config.inc - Damage system with many features - by Dice_ - 18.09.2016, 14:50
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 18.09.2016, 17:29
Re: weapon-config.inc - Damage system with many features - by hossa - 18.09.2016, 17:50
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 18.09.2016, 18:02
Re: weapon-config.inc - Damage system with many features - by Dice_ - 18.09.2016, 22:33
Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 18.09.2016, 22:53
Re: weapon-config.inc - Damage system with many features - by Crayder - 18.09.2016, 23:28
Re: weapon-config.inc - Damage system with many features - by hossa - 19.09.2016, 00:17
Re: weapon-config.inc - Damage system with many features - by Slice - 19.09.2016, 09:18
Re: weapon-config.inc - Damage system with many features - by Dice_ - 20.09.2016, 10:49
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 20.09.2016, 13:57
Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 20.09.2016, 15:23
Re: weapon-config.inc - Damage system with many features - by Trable - 24.09.2016, 18:04
Re: weapon-config.inc - Damage system with many features - by Spmn - 24.09.2016, 20:46
Re: weapon-config.inc - Damage system with many features - by Liberation - 27.09.2016, 19:23
Re: weapon-config.inc - Damage system with many features - by Slice - 27.09.2016, 20:31
Re: weapon-config.inc - Damage system with many features - by justice96 - 01.10.2016, 07:04
Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 01.10.2016, 13:59
Re: weapon-config.inc - Damage system with many features - by justice96 - 12.10.2016, 05:54
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.10.2016, 06:17
Re: weapon-config.inc - Damage system with many features - by justice96 - 12.10.2016, 06:53
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.10.2016, 07:16
Re: weapon-config.inc - Damage system with many features - by justice96 - 12.10.2016, 16:11
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 12.10.2016, 17:39
Re: weapon-config.inc - Damage system with many features - by justice96 - 12.10.2016, 17:45
Re: weapon-config.inc - Damage system with many features - by Prokill911 - 23.10.2016, 00:25
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 30.10.2016, 17:26
Re: weapon-config.inc - Damage system with many features - by Gammix - 12.02.2017, 08:36
Re: weapon-config.inc - Damage system with many features - by Fynn. - 12.02.2017, 10:44
Re: weapon-config.inc - Damage system with many features - by Crayder - 12.02.2017, 18:50
Re: weapon-config.inc - Damage system with many features - by Gammix - 12.02.2017, 22:34
Re: weapon-config.inc - Damage system with many features - by HydraHumza - 13.02.2017, 19:00
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 13.02.2017, 20:12
Re: weapon-config.inc - Damage system with many features - by HydraHumza - 13.02.2017, 20:21
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 13.02.2017, 20:31
Re: weapon-config.inc - Damage system with many features - by Unrea1 - 13.02.2017, 23:21
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 13.02.2017, 23:38
Re: weapon-config.inc - Damage system with many features - by Fynn. - 13.02.2017, 23:44
Re: weapon-config.inc - Damage system with many features - by Unrea1 - 13.02.2017, 23:44
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 13.02.2017, 23:45
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 13.02.2017, 23:55
Re: weapon-config.inc - Damage system with many features - by Gammix - 14.02.2017, 00:26
Re: weapon-config.inc - Damage system with many features - by Unrea1 - 14.02.2017, 06:56
Re: weapon-config.inc - Damage system with many features - by X337 - 15.02.2017, 08:36
Re: weapon-config.inc - Damage system with many features - by HydraHumza - 15.02.2017, 15:29
Re: weapon-config.inc - Damage system with many features - by JesterlJoker - 15.02.2017, 16:34
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 15.02.2017, 21:46
Re: weapon-config.inc - Damage system with many features - by X337 - 16.02.2017, 05:56
Re: weapon-config.inc - Damage system with many features - by 357 - 21.02.2017, 16:57
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 21.02.2017, 17:39
Re: weapon-config.inc - Damage system with many features - by azzerking - 21.02.2017, 21:58
Re: weapon-config.inc - Damage system with many features - by 357 - 23.02.2017, 15:50
Re: weapon-config.inc - Damage system with many features - by renatog - 23.02.2017, 16:31
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 07.03.2017, 14:55
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 07.03.2017, 17:02
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 08.03.2017, 04:07
Re: weapon-config.inc - Damage system with many features - by InSidePNN - 24.03.2017, 01:02
Re: weapon-config.inc - Damage system with many features - by Kalgon - 05.04.2017, 07:18
Re: weapon-config.inc - Damage system with many features - by renatog - 05.04.2017, 13:57
Re: weapon-config.inc - Damage system with many features - by Crayder - 05.04.2017, 16:19
Re: weapon-config.inc - Damage system with many features - by Kalgon - 05.04.2017, 19:11
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 05.04.2017, 19:44
Re: weapon-config.inc - Damage system with many features - by Tamer - 09.04.2017, 07:05
Re: weapon-config.inc - Damage system with many features - by AbyssMorgan - 22.04.2017, 18:46
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 22.04.2017, 18:53
Re: weapon-config.inc - Damage system with many features - by crukk11 - 22.04.2017, 18:54
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 22.04.2017, 18:56
Re: weapon-config.inc - Damage system with many features - by NewFreeroamStunt - 13.08.2017, 09:19
Re: weapon-config.inc - Damage system with many features - by eSPeZet - 14.08.2017, 03:37
Re: weapon-config.inc - Damage system with many features - by Tamer - 16.08.2017, 10:37
Re: weapon-config.inc - Damage system with many features - by NewFreeroamStunt - 25.08.2017, 10:51
Re: weapon-config.inc - Damage system with many features - by NewFreeroamStunt - 10.09.2017, 05:06
Re: weapon-config.inc - Damage system with many features - by poxer - 14.09.2017, 02:05
Re: weapon-config.inc - Damage system with many features - by JustMe.77 - 14.09.2017, 07:09
Re: weapon-config.inc - Damage system with many features - by poxer - 14.09.2017, 12:09
Re: weapon-config.inc - Damage system with many features - by ToySoldier - 25.09.2017, 16:39
Re: weapon-config.inc - Damage system with many features - by renatog - 25.09.2017, 16:45
Re: weapon-config.inc - Damage system with many features - by ToySoldier - 26.09.2017, 19:44
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 26.09.2017, 20:05
Re: weapon-config.inc - Damage system with many features - by ToySoldier - 26.09.2017, 20:33
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 26.09.2017, 20:35
Re: weapon-config.inc - Damage system with many features - by ToySoldier - 26.09.2017, 21:10
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 26.09.2017, 21:18
Re: weapon-config.inc - Damage system with many features - by ToySoldier - 26.09.2017, 21:47
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 26.09.2017, 22:16
Re: weapon-config.inc - Damage system with many features - by playZeD - 27.09.2017, 00:56
Re: weapon-config.inc - Damage system with many features - by ToySoldier - 28.09.2017, 15:07
Re: weapon-config.inc - Damage system with many features - by Skream - 07.10.2017, 22:21
Re: weapon-config.inc - Damage system with many features - by MBilal - 29.10.2017, 16:37
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 29.10.2017, 17:10
Re: weapon-config.inc - Damage system with many features - by 2Col - 09.12.2017, 14:23
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 01.03.2018, 13:52
Re: weapon-config.inc - Damage system with many features - by hawk2012 - 02.03.2018, 05:37
Re: weapon-config.inc - Damage system with many features - by waysemir - 16.03.2018, 23:31
Re: weapon-config.inc - Damage system with many features - by Max_Andolini - 19.03.2018, 10:22
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 19.03.2018, 19:52
Re: weapon-config.inc - Damage system with many features - by Max_Andolini - 19.03.2018, 20:03
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 19.03.2018, 20:13
Re: weapon-config.inc - Damage system with many features - by Max_Andolini - 19.03.2018, 20:51
Re: weapon-config.inc - Damage system with many features - by IdonTmiss - 25.03.2018, 14:23
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 25.03.2018, 14:31
Re: weapon-config.inc - Damage system with many features - by Hitropl - 17.04.2018, 18:19
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 21.04.2018, 18:53
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 21.04.2018, 19:20
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 21.04.2018, 19:26
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 21.04.2018, 19:38
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 21.04.2018, 20:42
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 21.04.2018, 20:52
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 21.04.2018, 21:06
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 21.04.2018, 21:16
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 26.04.2018, 18:10
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 26.04.2018, 19:42
Re: weapon-config.inc - Damage system with many features - by Assish - 26.04.2018, 20:10
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 27.04.2018, 03:38
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 30.04.2018, 15:17
Re: weapon-config.inc - Damage system with many features - by TracerX - 30.04.2018, 18:24
Re: weapon-config.inc - Damage system with many features - by Crayder - 30.04.2018, 18:38
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 01.05.2018, 07:00
Re: weapon-config.inc - Damage system with many features - by Kar - 01.05.2018, 19:51
Re: weapon-config.inc - Damage system with many features - by Fungi - 01.05.2018, 20:47
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 01.05.2018, 21:55
Re: weapon-config.inc - Damage system with many features - by Dice_ - 01.05.2018, 23:22
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 01.05.2018, 23:33
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 03.05.2018, 11:27
Re: weapon-config.inc - Damage system with many features - by Kar - 03.05.2018, 17:16
Re: weapon-config.inc - Damage system with many features - by Exhibit - 06.05.2018, 11:44
Re: weapon-config.inc - Damage system with many features - by JesterlJoker - 06.05.2018, 11:58
Re: weapon-config.inc - Damage system with many features - by Exhibit - 07.05.2018, 16:23
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 08.05.2018, 16:46
Re: weapon-config.inc - Damage system with many features - by DusanInfinity - 12.05.2018, 09:02
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 12.05.2018, 09:16
Re: weapon-config.inc - Damage system with many features - by DusanInfinity - 12.05.2018, 09:22
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 12.05.2018, 09:31
Re: weapon-config.inc - Damage system with many features - by DusanInfinity - 12.05.2018, 09:35
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 15.05.2018, 18:23
Re: weapon-config.inc - Damage system with many features - by Dice_ - 16.05.2018, 04:01
Re: weapon-config.inc - Damage system with many features - by PurmeX - 17.05.2018, 20:27
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 17.05.2018, 20:51
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 17.05.2018, 21:42
Re: weapon-config.inc - Damage system with many features - by Kaperstone - 17.05.2018, 21:59
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 18.05.2018, 03:57
Re: weapon-config.inc - Damage system with many features - by PurmeX - 18.05.2018, 05:55
Re: weapon-config.inc - Damage system with many features - by f0Re3t - 26.05.2018, 13:50
Re: weapon-config.inc - Damage system with many features - by CodeStyle175 - 26.05.2018, 14:02
Re: weapon-config.inc - Damage system with many features - by MBilal - 05.06.2018, 07:56
Re: weapon-config.inc - Damage system with many features - by DeadBrain - 09.06.2018, 15:29
Re: weapon-config.inc - Damage system with many features - by severance - 13.08.2018, 20:54
Re: weapon-config.inc - Damage system with many features - by sonn51280 - 05.09.2018, 04:30
Re: weapon-config.inc - Damage system with many features - by DeLTi - 20.10.2018, 02:39
Re: weapon-config.inc - Damage system with many features - by Crayder - 20.10.2018, 05:32
Re: weapon-config.inc - Damage system with many features - by AmirSavand - 24.10.2018, 01:08
Re: weapon-config.inc - Damage system with many features - by Crayder - 24.10.2018, 22:13
Re: weapon-config.inc - Damage system with many features - by BrainDamaged - 06.12.2018, 21:33
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 06.12.2018, 21:44
Re: weapon-config.inc - Damage system with many features - by BrainDamaged - 12.12.2018, 01:40
Re: weapon-config.inc - Damage system with many features - by Chaprnks - 10.02.2019, 18:44
Re: weapon-config.inc - Damage system with many features - by Tanz - 03.04.2019, 21:42
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 07.05.2019, 17:32
Re: weapon-config.inc - Damage system with many features - by PavelKZ - 10.05.2019, 20:38
Re: weapon-config.inc - Damage system with many features - by nickdodd25 - 10.05.2019, 22:52
Re: weapon-config.inc - Damage system with many features - by PemburuHantu - 11.06.2019, 10:36
Re: weapon-config.inc - Damage system with many features - by WildWave - 25.07.2019, 08:47
Re: weapon-config.inc - Damage system with many features - by kukboy - 25.07.2019, 08:50
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 25.07.2019, 14:37
Re: weapon-config.inc - Damage system with many features - by kukboy - 25.07.2019, 15:17
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 25.07.2019, 15:46
Re: weapon-config.inc - Damage system with many features - by kukboy - 27.07.2019, 11:12
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 27.07.2019, 16:43
Re: weapon-config.inc - Damage system with many features - by kukboy - 31.07.2019, 19:04
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 31.07.2019, 19:16
Re: weapon-config.inc - Damage system with many features - by israelStaff - 06.08.2019, 17:24
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 07.08.2019, 01:36
Re: weapon-config.inc - Damage system with many features - by israelStaff - 07.08.2019, 12:45
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 07.08.2019, 14:57
Re: weapon-config.inc - Damage system with many features - by Admireal - 31.08.2019, 22:15
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 31.08.2019, 23:36
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 09.09.2019, 04:15
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 09.09.2019, 04:42
Re: weapon-config.inc - Damage system with many features - by Uberanwar - 09.09.2019, 05:06
Re: weapon-config.inc - Damage system with many features - by Jeroen52 - 09.09.2019, 13:36
Re: weapon-config.inc - Damage system with many features - by azzerking - 11.09.2019, 05:21
Re: weapon-config.inc - Damage system with many features - by Filbert - 02.01.2020, 02:41
Re: weapon-config.inc - Damage system with many features - by Filbert - 03.01.2020, 20:49
Re: weapon-config.inc - Damage system with many features - by MustangV10 - 16.01.2020, 09:24
Re: weapon-config.inc - Damage system with many features - by nomadsocio - 19.03.2020, 19:24
Re: weapon-config.inc - Damage system with many features - by cipi89 - 08.05.2020, 10:22
Re: weapon-config.inc - Damage system with many features - by Cypress - 14.05.2020, 22:14
Re: weapon-config.inc - Damage system with many features - by muningcat05 - 18.06.2020, 13:09
Re: weapon-config.inc - Damage system with many features - by Penguin1997 - 14.08.2020, 07:43

Forum Jump:


Users browsing this thread: 5 Guest(s)