29.12.2015, 12:10
So, the solution didn't work? i've tried that before reply.
* You need to write the function before call it
exmpl:
* You need to write the function before call it
exmpl:
PHP код:
// warning 208: function with tag result used before definition, forcing reparse
main {
testfunct();
}
Float:testfunct() {
return 0.0;
}
// So you need to do it like the image below.
