26.10.2012, 09:05
Hi guys. So this is my first time attempting to script and as you would know by the title, I have got a fatal error which prevents me from compiling the Script. I have two commands for Law Enforcement Officials and I believe the /showbadge caused the fatal error. If anyone is willing to help I'd be glad and appreciative!
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : error 017: undefined symbol "cmd_ShowSDIdentity"
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
EDIT: Sure. CMD:ShowSDIdentity(playerid, params[])
I also forgot to mention I have #included zcmd, sscanff2. So I'm using them.
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : error 017: undefined symbol "cmd_ShowSDIdentity"
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\GTA SAMP Server\Command Centre\filterscripts\Sheriff Commands.pwn(97) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
EDIT: Sure. CMD:ShowSDIdentity(playerid, params[])
I also forgot to mention I have #included zcmd, sscanff2. So I'm using them.