1 error
#1

I have 1 error i can fix it

Код:
(20186) : error 001: expected token: ";", but found "if"
LINE
Код:
if(realtime)
Reply
#2

Go in line 20185 and add a semicolon (;) at the end of it.
Reply
#3

SetTimer("Lotto1", 60000, 0)

Line 20185
Reply
#4

I told you to add ";" at the end of it, not so hard:
pawn Код:
SetTimer("Lotto1", 60000, 0);
Reply
#5

Do like that
'SetTimer("Lotto1", 60000, 0);
Reply
#6

Dude your forgetting your semi-colons use this

PHP код:
SetTimer("Lotto1"600000); 
Reply
#7

Try this

Код:
if(realtime);
Reply
#8

Quote:
Originally Posted by ChristianIvann09
Посмотреть сообщение
Try this

Код:
if(realtime);
Using semicolon at the end of an if statement will result in more errors. The solution has been mentioned 3 times already above.
Reply
#9

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Using semicolon at the end of an if statement will result in more errors. The solution has been mentioned 3 times already above.
lol sorry. i thought that problem is caming from that line
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)