SA-MP Forums Archive
12 errors 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: 12 errors help (/showthread.php?tid=608619)



12 errors help - hardiksingh5 - 03.06.2016

PHP код:
1768) : error 004: function "SSCANF_OnPlayerConnect" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(2906) : error 004: function "ShowAirlines" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3023) : error 004: function "DisplayDialogForPlayer" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3193) : error 004: function "DisplayDialogForPlayer" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3197) : error 004: function "DisplayDialogForPlayer" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3223) : error 004: function "DisplayDialogForPlayer" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3247) : error 004: function "DisplayDialogForPlayer" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3270) : error 004: function "DisplayDialogForPlayer" is not implemented
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3922) : error 014invalid statementnot in switch
C:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3922) : warning 215expression has no effect
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3922) : error 001expected token";"but found ":"
C:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3922) : error 029invalid expressionassumed zero
C
:\Users\Dell pc\Desktop\Life of Flying 0.3x\gamemodes\LoF.pwn(3922) : fatal error 107too many error messages on one line 



Re: 12 errors help - Infinity - 03.06.2016

Can you show us the lines of code causing the error?


Re: 12 errors help - hardiksingh5 - 03.06.2016

if(PInfo[i][Airline] == 5)
{
SendClientMessage(i, color, string);
case 1:
{
if(PInfo[i][Airline] == 1)
{
SendClientMessage(i, color, string);
}