Error - 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: Error (
/showthread.php?tid=665622)
Error -
Mondialw98 - 11.04.2019
Code:
D:\toxic-game\gamemodes\BGGM.pwn(27413) : warning 217: loose indentation
D:\toxic-game\gamemodes\BGGM.pwn(58872) : warning 217: loose indentation
D:\toxic-game\gamemodes\BGGM.pwn(59218) : warning 217: loose indentation
D:\toxic-game\gamemodes\BGGM.pwn(68303) : warning 213: tag mismatch
D:\toxic-game\gamemodes\BGGM.pwn(68303) : warning 215: expression has no effect
D:\toxic-game\gamemodes\BGGM.pwn(68303) : error 001: expected token: ";", but found "["
D:\toxic-game\gamemodes\BGGM.pwn(68303) : error 029: invalid expression, assumed zero
D:\toxic-game\gamemodes\BGGM.pwn(68303) : warning 215: expression has no effect
D:\toxic-game\gamemodes\BGGM.pwn(68303) : error 001: expected token: ";", but found "]"
D:\toxic-game\gamemodes\BGGM.pwn(68303) : fatal error 107: too many error messages on one line
(68303) PlayerInfo[playerid][pCommands][type] ++;
Re: Error -
jasperschellekens - 11.04.2019
Please show your enum and some related code. We aren't supernatural creatures that can look into your script just like that.