Fatal error 107 - I can't find the problem !! - 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: Fatal error 107 - I can't find the problem !! (
/showthread.php?tid=542967)
Fatal error 107 - I can't find the problem !! -
Wixen - 23.10.2014
Error:
Код:
C:\Users\Batu\Desktop\UG-RP\UG-RP\gamemodes\UG-RP.pwn(41617) : error 075: input line too long (after substitutions)
C:\Users\Batu\Desktop\UG-RP\UG-RP\gamemodes\UG-RP.pwn(41618) : error 037: invalid string (possibly non-terminated string)
C:\Users\Batu\Desktop\UG-RP\UG-RP\gamemodes\UG-RP.pwn(41618) : error 029: invalid expression, assumed zero
C:\Users\Batu\Desktop\UG-RP\UG-RP\gamemodes\UG-RP.pwn(41618) : error 017: undefined symbol "nSeviye"
C:\Users\Batu\Desktop\UG-RP\UG-RP\gamemodes\UG-RP.pwn(41618) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
The line's which have Error
Код:
41616: case 18:
41617: {
41618: ShowPlayerDialog(playerid, 18, DIALOG_STYLE_MSGBOX, "Dedektif", "Yetenekler:\n\nSeviye 1:Birinin yerini 3 saniyeliğine tespit edebilirsiniz , 2 dakika kullanamazsınız\nSeviye 2: birinin yerini 5 saniyeliğine tespit edebilirsiniz , 1 dakika 20 saniye kullanamazsınız\nSeviye 3: birinin yerini 7 saniyeliğine tespit edebilirsiniz , 1 dakika kullanamazsınız\nSeviye 4: birinin yerini 9 saniyeliğine tespit edebilirsiniz , 30 saniye kullanamazsınız\nSeviye 5:birinin yerini 11 saniyeliğine tespit edebilirsiniz , 20 saniye kullanamazsınız.", "İleri", "İptal");
Re: Fatal error 107 - I can't find the problem !! -
Onfroi - 23.10.2014
The string is too long, you'll have to use strcat.
Re: Fatal error 107 - I can't find the problem !! -
Wixen - 23.10.2014
Quote:
Originally Posted by Onfroi
The string is too long, you'll have to use strcat.
|
Thank you ^_^