[FilterScript] K-RCON - Simple RCON system based on dialogs
#6

Also, strings are never empty. Doing the following will therefor not work:
PHP Code:
if(!inputtext[0]) 
Use isnull instead:
PHP Code:
if(isnull(inputtext)) 
isnull is included in zcmd.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)