[DUV] Carregando...
#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


Messages In This Thread
[DUV] Carregando... - by Levelup - 16.06.2010, 00:16
Re: [DUV] Carregando... - by irffri1234 - 16.06.2010, 00:38
Re: [DUV] Carregando... - by [NWD]Tweener_ - 16.06.2010, 00:40
Re: [DUV] Carregando... - by irffri1234 - 16.06.2010, 00:40
Re: [DUV] Carregando... - by ipsBruno - 16.06.2010, 01:25
Re: [DUV] Carregando... - by SuB_ZeRo0_ - 16.06.2010, 01:31
Re: [DUV] Carregando... - by ipsBruno - 16.06.2010, 01:35
Re: [DUV] Carregando... - by SuB_ZeRo0_ - 16.06.2010, 01:47
Re: [DUV] Carregando... - by Levelup - 16.06.2010, 02:30
Re: [DUV] Carregando... - by SuB_ZeRo0_ - 16.06.2010, 02:32

Forum Jump:


Users browsing this thread: 1 Guest(s)