09.10.2014, 03:34
Now, I got another problem....
The callback is not getting called.
I don't see anything wrong.
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;
}