Help please
#2

20 seconds? Isn't it too less? Show us your OnPlayerConnect callback.

EDIT: I made an example for you, this will work too.
PHP код:
new cT[MAX_PLAYERS];
public 
OnPlayerConnect(playerid)
{
    
cT[playerid] = SetTimerEx("Connection"60000false"i"playerid);
    return 
1;
}
forward Connection(playerid);
public 
Connection(playerid)
{
    
// Kick Player...
    
KillTimer(cT[playerid]);
    return 
1;

Reply


Messages In This Thread
Help please - by gipa069 - 27.07.2016, 13:14
Re: Help please - by Logic_ - 27.07.2016, 13:18
Re: Help please - by DarkSkull - 27.07.2016, 13:20
Re: Help please - by Logic_ - 27.07.2016, 13:25
Re: Help please - by DarkSkull - 27.07.2016, 13:29
Re: Help please - by Logic_ - 27.07.2016, 13:34
Re: Help please - by DarkSkull - 27.07.2016, 13:36
Re: Help please - by gipa069 - 05.11.2016, 18:17

Forum Jump:


Users browsing this thread: 1 Guest(s)