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



12 errors - hardiksingh5 - 02.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 



Re: 12 errors - Untonyst - 02.06.2016

PHP код:
forward DisplayDialogForPlayer(/* args */);
forward ShowAirlines (/* args */); 
What do you have in 3922nd line? Show me your code.