array must be indexed
#1

Is there something wrong in these statements? This is placed on OnDialogResponse Error is the title

PHP код:
if(inputtext == "test")
{
    
websiteOutput[playerid] = 1;

Reply
#2

use the strcmp function to compare strings
Reply
#3

For explain.

if(strfind(inputtext, "test")
{
websiteOutput[playerid] = 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)