[Ajuda] Tempo Login
#1

Alguйm sabe como eu coloco tempo para fazer login tipo esse aqui: http://imgur.com/Ix4sYi0
Reply
#2

Usa um timer
Reply
#3

https://sampwiki.blast.hk/wiki/SetTimer
Reply
#4

Usa um Timer Amigo...

https://sampwiki.blast.hk/wiki/SetTimerEx
https://sampwiki.blast.hk/wiki/SetTimer
Reply
#5

Pra fazer isso ai basta usar sу o SetTimerEx
Reply
#6

Blz vlw
Reply
#7

Basta criar um timer que chame uma public, apуs contar se o mesmo nгo ter efetuado o login ele kicka o mesmo:

Topo do GM ou acima da propria public:
PHP код:
forward TimerLogin(playerid); 
Onde Seu login e aberto seja OnPlayerRequestClass ou OnPlayerConnect
PHP код:
SetTimerEx("TomerLogin"100false"i"playerid); 
Final do GM:
PHP код:
public TimerLogin(playerid)
{
       if(
Logado[playerid] == 0)
       {
             
SendClientMessage(playerid, -1,"Vocк foi kickado por nгo efetuar o login");
             return 
Kick(playerid);
       }

Basicгo, fiz na correria, em "Logado[playerid]" coloque a verificaзгo do seu GM para ver se ele ja efetuou o Login.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)