streamer/sql errors when starting - 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: streamer/sql errors when starting (
/showthread.php?tid=619150)
streamer/sql errors when starting -
ImTouchk - 14.10.2016
Hello all, i'm making my own gamemode but when I try to start the gamemode sql and streamer fails without any message in console. I have 12 warnings in GM. Can anyone help me? I will give necessary files.
Code:
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(370) : warning 203: symbol is never used: "engine"
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1130) : warning 202: number of arguments does not match definition
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1159) : warning 202: number of arguments does not match definition
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1188) : warning 202: number of arguments does not match definition
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1249) : warning 219: local variable "ID" shadows a variable at a preceding level
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1249) : warning 203: symbol is never used: "ID"
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1249 -- 1278) : warning 213: tag mismatch
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1284) : warning 213: tag mismatch
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1288) : warning 213: tag mismatch
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1294) : warning 213: tag mismatch
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1308) : warning 219: local variable "ID" shadows a variable at a preceding level
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(1308) : warning 203: symbol is never used: "ID"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
12 Warnings.
Re: streamer/sql errors when starting -
yvoms - 14.10.2016
it would really help if the lines causing the warnings would be showed aswell.