TaVy42 Posted April 5, 2012 Posted April 5, 2012 C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 001: expected token: ")", but found "-identifier-"C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 017: undefined symbol "GF"C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 029: invalid expression, assumed zeroC:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : fatal error 107: too many error messages on one lineCe sa fac?uitati liniile:64171 if(BestOne GF == 1)64172 {64713 TextDrawSetString(TextDrawlogin, " ");64174 }
TaVy42 Posted April 8, 2012 Author Posted April 8, 2012 Daca scriu asa imi da C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 017: undefined symbol "BestOneGF"
Armyww Posted April 8, 2012 Posted April 8, 2012 if(BestOne GF == 1) da erroare pentru ca nu e legat. if(BestOneGF == 1) asa este bine, daca da erroare, inseamna ca variabila nu exista, sau e de alt tip.
Question
TaVy42
C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 001: expected token: ")", but found "-identifier-"
C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 017: undefined symbol "GF"
C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Octavian\Desktop\TaVy.pwn(64171) : fatal error 107: too many error messages on one line
Ce sa fac?
uitati liniile:
64171 if(BestOne GF == 1)
64172 {
64713 TextDrawSetString(TextDrawlogin, " ");
64174 }
6 answers to this question
Recommended Posts