SA-MP Forums Archive
5 Errors Firma System :@@ HELPP PLISS !! - 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: 5 Errors Firma System :@@ HELPP PLISS !! (/showthread.php?tid=468470)



5 Errors Firma System :@@ HELPP PLISS !! - luspa - 08.10.2013

(104) : error 001: expected token: "-identifier-", but found "="
(105) : error 029: invalid expression, assumed zero
(105) : error 001: expected token: ";", but found "]"
(105) : error 029: invalid expression, assumed zero
(105) : fatal error 107: too many error messages on one line

104: for(new b = 0; b < sizeof (FI); b++)
105: new gFile[50];


I dont know how to fix it pls help :/


Re: 5 Errors Firma System :@@ HELPP PLISS !! - SilentSoul - 08.10.2013

Show us your script line 104 and 105
if you don't know how press CONTROL+G And type 104 and copy paste to new reply


Re: 5 Errors Firma System :@@ HELPP PLISS !! - luspa - 08.10.2013

for(new b = 0; b < sizeof (FI); b++)
new gFile[50];


Re: 5 Errors Firma System :@@ HELPP PLISS !! - SilentSoul - 08.10.2013

Try this
pawn Код:
for(new b == 0; b < sizeof (FI); b++)
new gFile[50];



Re: 5 Errors Firma System :@@ HELPP PLISS !! - luspa - 08.10.2013

Nothing :/


Re: 5 Errors Firma System :@@ HELPP PLISS !! - Konstantinos - 08.10.2013

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
Try this
pawn Код:
for(new b == 0; b < sizeof (FI); b++)
new gFile[50];
It should be a single = because you assign a value, you do not compare. Show line 103 too.


Re: 5 Errors Firma System :@@ HELPP PLISS !! - luspa - 08.10.2013

http://pastebin.com/2tgLpppC Full FS


Re: 5 Errors Firma System :@@ HELPP PLISS !! - luspa - 08.10.2013

AnyBody To help ??


Re: 5 Errors Firma System :@@ HELPP PLISS !! - EiresJason - 08.10.2013

Try this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
        {
        for(new b = 0; b < sizeof (FI); b++)
        {
        new gFile[50];



Re: 5 Errors Firma System :@@ HELPP PLISS !! - luspa - 08.10.2013

Quote:
Originally Posted by EiresJason
Посмотреть сообщение
Try this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
        {
        for(new b = 0; b < sizeof (FI); b++)
        {
        new gFile[50];
Nothing :/