Help - 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: Help (
/showthread.php?tid=350926)
Help -
Thug_Tupac - 14.06.2012
Erors
Help Me I ADD Army Base
https://sampforum.blast.hk/showthread.php?tid=350337 Link Please Help Me
Re: Help -
Face9000 - 14.06.2012
Even if nowdays the technology is advanced,we can't yet copy the things inside the images.
Post the error lines.
Re: Help -
Thug_Tupac - 14.06.2012
Quote:
Originally Posted by Logitech90
Even if nowdays the technology is advanced,we can't yet copy the things inside the images.
Post the error lines.
|
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(3084) : error 029: invalid expression, assumed zero
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(3084) : error 004: function "ArmyGatesOpen" is not implemented
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(3090) : error 017: undefined symbol "TEAM_ARMY"
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(3099) : error 029: invalid expression, assumed zero
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(3099) : error 004: function "ArmyGatesClose" is not implemented
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(12519 ) : warning 204: symbol is assigned a value that is never used: "ShipGate"
C:\Users\cwd\Desktop\GGTA\gamemodes\LSGF.pwn(12519 -- 56853) : warning 203: symbol is never used: "ShipGateOpen"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Re: Help -
Face9000 - 14.06.2012
Serious?
The error lines.The code...
Re: Help -
Thug_Tupac - 14.06.2012
ohh sorry wait 1min
Re: Help -
Thug_Tupac - 14.06.2012
3084
ublic ArmyGatesOpen()
3090:if(gTeam[i] == TEAM_ARMY)
3099
ublic ArmyGatesClose()
Re: Help -
Revo - 14.06.2012
Realise TEAM_ARMY is probably case sensitive, for the rest of the errors we cannot help as you did not show the errors at line 3k+
Please post larger portions of code and use [pawn] tags.
Also you're missing a { at line 3090 apperantly. (possibly)