String returning a weird value
#5

Now, I got another problem....

The callback is not getting called.

I don't see anything wrong.

PHP код:
public CheckBan(playerid)
{
    print(
"CheckBan is working");
    if(
cache_num_rows() >=1)
    {
        
SendClientMessage(playerid,-1,"{FF0000}__**INFO**__ {FFFFFF} Username found, now you should finish the code!");
    }
    else
    {
        
SendClientMessage(playerid,-1,"{FF0000}__**ERROR**__ {FFFFFF} Username not found in our database!");
    }
    return 
1;

Reply


Messages In This Thread
String returning a weird value - by [CG]Milito - 09.10.2014, 03:07
Re: String returning a weird value - by The__ - 09.10.2014, 03:12
Re: String returning a weird value - by ThePhenix - 09.10.2014, 03:20
Re: String returning a weird value - by [CG]Milito - 09.10.2014, 03:26
Re: String returning a weird value - by [CG]Milito - 09.10.2014, 03:34
Re: String returning a weird value - by Emmet_ - 09.10.2014, 03:54
Re: String returning a weird value - by ThePhenix - 09.10.2014, 04:05

Forum Jump:


Users browsing this thread: 1 Guest(s)