SA-MP Forums Archive
[Include] Server Sided Weapons - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Server Sided Weapons (/showthread.php?tid=203513)

Pages: 1 2


Re: Server Sided Weapons - Scrillex - 22.01.2013

I got a warning... I'am using Y_Classes and Y_groups.

Quote:

warning 201: redefinition of constant/macro (symbol "AddPlayerClass")




Re: Server Sided Weapons - zSuYaNw - 28.01.2013

Quote:
Originally Posted by wups
Посмотреть сообщение
Download
Pastebin(v2)

Obvious ?


Re: Server Sided Weapons - Evocator - 13.11.2013

Код:
C:\Users\Ralf\Desktop\UKG\pawno\include\GAC.inc(103) : warning 217: loose indentation
C:\Users\Ralf\Desktop\UKG\pawno\include\GAC.inc(184) : error 001: expected token: ";", but found "if"
C:\Users\Ralf\Desktop\UKG\gamemodes\UKGW.pwn(12205) : warning 202: number of arguments does not match definition
C:\Users\Ralf\Desktop\UKG\gamemodes\UKGW.pwn(12251) : warning 202: number of arguments does not match definition
C:\Users\Ralf\Desktop\UKG\gamemodes\UKGW.pwn(13799) : warning 202: number of arguments does not match definition
C:\Users\Ralf\Desktop\UKG\gamemodes\UKGW.pwn(15391) : warning 202: number of arguments does not match definition



Re: Server Sided Weapons - 420Scripter - 14.11.2013

Very nice work.


Re: Server Sided Weapons - AIped - 10.10.2014

Is someone else using this and is it working ?
I include GAC in every script i have (GM&FS) ..made GivePlayerWeaponEx everywhere and it
thinks im a hacker even when im sure my weapon is from weaponEx.
However..if i DONT use any FS it works fine...i placed the include in any filterscript like here;

pawn Код:
#include <a_samp>
#include <sscanf>
#include <GAC>
there is no '#if defined FILTERSCRIPT' but i guess that wont be a problem since the include is placed after a_samp


AW: Server Sided Weapons - Flori - 10.10.2014

Great. XD


Re: Server Sided Weapons - Lunoxel - 18.08.2015

Good work. This includes works perfectly.
Thank you.


Re: Server Sided Weapons - Donboo - 31.12.2015

Quote:
Originally Posted by Lunoxel
Посмотреть сообщение
Good work. This includes works perfectly.
Thank you.
Thank you for this comment, now I'm ready to download this include.

It looks like you forgot ";" on line 184.

stock CreatePickupEx(model,type,Float:X,Float:Y,Float:Z, virtualworld)
{
new id = CreatePickup(model,type,X,Y,Z,virtualworld)[HERE]


Re: Server Sided Weapons - Donboo - 03.01.2016

----