[DUV] Carregando...
#1

Alguem poderia me mandar um codico tipo quando o player conectar ao server ai no pirmeiro spawn dele parece "Carregando" por uns 5 segundos e ele fique congelado ai depois q acabar o tempo ele volte normal.
Reply
#2

pawn Код:
forward DESCONGELAR(playerid);//no topo do gm
pawn Код:
GameTextForPlayer(playerid,"~r~CARREGANDO...",5000,5);// vai no OnPlayerRequestSpawn
        TogglePlayerControllable(otherplayer, 0);// vai no OnPlayerRequestSpawn
  SetTimerEx("DESCONGELAR",5000,0);// vai no OnPlayerRequestSpawn
pawn Код:
//no final do GM
public DESCONGELAR(playerid)
{
        TogglePlayerControllable(otherplayer, 1);
    return 1;
}
// _____
Se Funcionar me fale se gostou agradeзa
Reply
#3

Aproveitando a questгo do Spawn, como eu faзo para que o player sу dк spawn apуs ele Logar/Registrar?
Reply
#4

nгo testei mas se funcionar me avise

segunda pergunta ;/ poxa nгo sei nгo por que nгo sei criar comando de registrar e logar
Reply
#5

Olha:
SetTimer
por
SetTimerEx
_______________


irfrii (Nome assim eu acho), procura te informar, vi esses dias um Tutorial assim no Blog do Cronos =P
Reply
#6

Quote:
Originally Posted by irffri1234
pawn Код:
forward DESCONGELAR(playerid);//no topo do gm
pawn Код:
GameTextForPlayer(playerid,"~r~CARREGANDO...",5000,5);// vai no OnPlayerRequestSpawn
        TogglePlayerControllable(otherplayer, 0);// vai no OnPlayerRequestSpawn
  SetTimer("DESCONGELAR",5000,0);// vai no OnPlayerRequestSpawn
pawn Код:
//no final do GM
public DESCONGELAR(playerid)
{
        TogglePlayerControllable(otherplayer, 1);
    return 1;
}
// _____
Se Funcionar me fale se gostou agradeзa
Mude:

pawn Код:
forward DESCONGELAR(playerid);//no topo do gm
pawn Код:
GameTextForPlayer(playerid,"~r~CARREGANDO...",5000,5);// vai no OnPlayerRequestSpawn
TogglePlayerControllable(playerid, 0);// vai no OnPlayerRequestSpawn
SetTimerEx("DESCONGELAR",5000,0,"i",playerid);// vai no OnPlayerRequestSpawn
pawn Код:
//no final do GM
public DESCONGELAR(playerid)
{
    TogglePlayerControllable(playerid, 1);
    return 1;
}
Reply
#7

@SubZero:
pawn Код:
SetTimer("DESCONGELAR",5000,0,"i",playerid);
Da uma Olhadinha para ver se esta certo depois me fala

Nowwww, Muda para SetTimerEx Fihh
Reply
#8

Quote:
Originally Posted by DraKoNeoN
@SubZero:
pawn Код:
SetTimer("DESCONGELAR",5000,0,"i",playerid);
Da uma Olhadinha para ver se esta certo depois me fala

Nowwww, Muda para SetTimerEx Fihh
Pequeno erro. rs
-Sono.
Reply
#9

Tem um probleminha aqui, o jogadoor nao esta ficando congelado.
Reply
#10

Quote:
Originally Posted by Levelup
Tem um probleminha aqui, o jogadoor nao esta ficando congelado.
Muda de lugar de OnPlayerRequestSpawn para OnPlayerSpawn no que eu mandei editado.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)