SA-MP Forums Archive
when compiling gm - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: when compiling gm (/showthread.php?tid=505213)



when compiling gm - UfsDev - 07.04.2014

Код:
C:\Users\Khan\Ufs\gamemodes\Freeroam.pwn(6) : fatal error 100: cannot read from file: "weapons_pickups"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: when compiling gm - superrobot48 - 07.04.2014

Check if weaponpickups.inc is found in includes folder


Re: when compiling gm - UfsDev - 07.04.2014

Код:
C:\Users\Khan\Ufs\gamemodes\Freeroam.pwn(34) : warning 201: redefinition of constant/macro (symbol "A7")
C:\Users\Khan\Ufs\gamemodes\Freeroam.pwn(208) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.



Re: when compiling gm - superrobot48 - 07.04.2014

Show the lines


Re: when compiling gm - UfsDev - 07.04.2014

Come to Skype superrbot48


Re: when compiling gm - Firewire - 07.04.2014

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

What that is telling you is that you've #DEFINE'd A7 twice. It's so simple to fix.