5 Errors Firma System :@@ HELPP PLISS !!
#1

(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 :/
Reply
#2

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
Reply
#3

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

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

Nothing :/
Reply
#6

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.
Reply
#7

http://pastebin.com/2tgLpppC Full FS
Reply
#8

AnyBody To help ??
Reply
#9

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)