how to fix warning 235 please help
#1

closed
Reply
#2

Код:
forward message()
public message ()
{
print("1 second has passed.");
return 1;
}
Reply
#3

dont work bro i try but now say 6 errors
Reply
#4

Quote:
Originally Posted by SkullFire
Посмотреть сообщение
Код:
forward message()
public message ()
{
    print("1 second has passed.");
    return 1;
}
He's right, except for forward message()
Should be forward message();
Reply
#5

Ty. I forgot the ";"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)