SA-MP Forums Archive
error OnQueryFinish - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error OnQueryFinish (/showthread.php?tid=312485)



error OnQueryFinish - jaskiller - 21.01.2012

hi when I try to kick player dosent work :

PHP код:
public OnQueryFinish(query[], resultidextraidconnectionHandle)
{
    switch(
resultid)
    {
        case 
THREAD_CHECK_BANNED_PLAYER :
        {
            return 
Kick(extraid);
        }
    }
    return 
1;




Re: error OnQueryFinish - thimo - 21.01.2012

Why are you switching when you only have 1 statement?


Re : error OnQueryFinish - jaskiller - 21.01.2012

just a test but when the query Is executed, i test to add : printf("test"); it working so why the player dont be kicked?? sorry for bad english