View Single Post
Foxa
Member
Join Date: Nov 2018
Location: Croatia
Old 08-20-2019 , 18:01   Re: Undifined symbol "is_blank"
#3

Even if youre new to the forum you can read right? There is literally a sub-forum right under this one called "Scripting" and under it "Scripting Help". Did you even look through the forum before posting? But whatever..

You need to make a is_blank function before using it since it doesnt exist, something like this should work.

PHP Code:
bool:is_blank(szString[]){
    return 
szString[0]==EOS true false;


Last edited by Foxa; 08-20-2019 at 18:06.
Foxa is offline