SA-MP Forums Archive
how to fix warning 235 please help - 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: how to fix warning 235 please help (/showthread.php?tid=611724)



how to fix warning 235 please help - Dejan12345 - 10.07.2016

closed


Re: how to fix warning 235 - SkullFire - 10.07.2016

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



Re: how to fix warning 235 - Dejan12345 - 10.07.2016

dont work bro i try but now say 6 errors


Re: how to fix warning 235 - Lynn - 10.07.2016

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();


Re: how to fix warning 235 please help - SkullFire - 11.07.2016

Ty. I forgot the ";"