some errors - 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: some errors (
/showthread.php?tid=455859)
some errors -
aboa - 03.08.2013
pawn Код:
C:\Users\gtfytgfy\Desktop\LSS-RP\gamemodes\LSS-RP.pwn(24158) : error 028: invalid subscript (not an array or too many subscripts): "RBT"
C:\Users\gtfytgfy\Desktop\LSS-RP\gamemodes\LSS-RP.pwn(24158) : warning 215: expression has no effect
C:\Users\gtfytgfy\Desktop\LSS-RP\gamemodes\LSS-RP.pwn(24158) : error 001: expected token: ";", but found "]"
C:\Users\gtfytgfy\Desktop\LSS-RP\gamemodes\LSS-RP.pwn(24158) : error 029: invalid expression, assumed zero
C:\Users\gtfytgfy\Desktop\LSS-RP\gamemodes\LSS-RP.pwn(24158) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
format(VString,sizeof(VString),"Business of %s\nBusiness type: %s\nEntry fee: $%d\n%s", owner, RBT[h], BizInfo[h][bFee], RBS[h]);
Re: some errors -
Konstantinos - 03.08.2013
pawn Код:
RBT[h], BizInfo[h][bFee], RBS[h]
How did you declare RBT? Show us the enum too.