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

This are the logs of sky.dll
PHP код:
1>------ Build startedProjectSKYConfigurationRelease Win32 ------
1>  BitStream.cpp
1
>  amxplugin.cpp
1
>  Addresses.cpp
1
>  amxfunctions.cpp
1
>  Functions.cpp
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(66): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(108): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(114): warning C4244'initializing'conversion from 'double' to 'float'possible loss of data
1
>  Hooks.cpp
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(66): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(108): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(114): warning C4244'initializing'conversion from 'double' to 'float'possible loss of data
1
>  main.cpp
1
>  RPCs.cpp
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(66): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(108): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(114): warning C4244'initializing'conversion from 'double' to 'float'possible loss of data
1
>  Scripting.cpp
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(66): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(108): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(114): warning C4244'initializing'conversion from 'double' to 'float'possible loss of data
1
>..\src\Scripting.cpp(448): warning C4267'initializing'conversion from 'size_t' to 'unsigned short'possible loss of data
1
>  Utils.cpp
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(66): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(108): warning C4244'return'conversion from 'double' to 'float'possible loss of data
1
>c:\users\gairo\documents\visual studio 2015\projects\sky\src\CVector.h(114): warning C4244'initializing'conversion from 'double' to 'float'possible loss of data
1
>  subhook.c
1
>     Creating library C:\Users\gairo\Documents\Visual Studio 2015\Projects\SKY\Release\SKY.lib and object C:\Users\gairo\Documents\Visual Studio 2015\Projects\SKY\Release\SKY.exp
1
>  Generating code
1
>  Finished generating code
1
>  SKY.vcxproj -> C:\Users\gairo\Documents\Visual Studio 2015\Projects\SKY\Release\SKY.dll
1
>  SKY.vcxproj -> C:\Users\gairo\Documents\Visual Studio 2015\Projects\SKY\Release\SKY.pdb (Full PDB)
========== 
Build1 succeeded0 failed0 up-to-date0 skipped ========== 
compiled it on visual studio 2015, and yes it is upgraded to be compiled to vs 2015
it is working but I don't know if it is optimal.

1.) I don't understand anything of this at all.
2.) I don't know how to make a plugin, but I can edit it if told what to edit
3.) I already have other compiled .dll of sky, but it is broken for me that is why I compiled my own.
4.) If anyone wants a copy of the dll just tell me, they can either pm me, or follow a post below this. I'll give the link
5.) I don't know if it's broken. but it's working so it's not but maybe just bugged because I used a latter compiler

NOTE: I haven't read the logs yet, I want to first post the logs to ask if the it is in optimal shape.

Second thing is that I recompiled it again, but this time baring no logs at all,
I think because it converted the .dll

EDIT:
Quote:
Originally Posted by X337
Посмотреть сообщение
I got a problem when a player death in a vehicle, the player spawned in blueberry / default spawn location after died and also spawned with a bottle / cigarette in their hand.
Does everyone else facing this issue?
It seems the problem is only when i host the gamemode, because it doesn't appear while i'm testing it on local.
I assume you are using windows on local and linux on hosting?

Trying to understand how to compile on linux. Might be able to fix problems
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: 3 Guest(s)