Help with MySQL queries
#5

pawn Code:
SetTimerEx("KickPlayer",500,false,"i",playerid);// Kicks player in 500ms

}
forward KickPlayer(playerid);
public KickPlayer(playerid)
{
    Kick(playerid);
    return 1;
}
Any code placed before Kick() will not be executed because Kick() have priority above all other comands...

This is why you have to use timer if you want the client to recieve any messages

Edit : and more about mysql(from where i've learned) : https://sampforum.blast.hk/showthread.php?tid=337810
Reply


Messages In This Thread
Help with MySQL queries - by LiamM - 20.03.2013, 10:04
Re: Help with MySQL queries - by shady001 - 20.03.2013, 10:23
Re: Help with MySQL queries - by LiamM - 20.03.2013, 10:28
Re: Help with MySQL queries - by Konstantinos - 20.03.2013, 10:29
Re: Help with MySQL queries - by shady001 - 20.03.2013, 10:37

Forum Jump:


Users browsing this thread: 1 Guest(s)