[AJUDA] Comando /nascer
#9

pawn Код:
if (strcmp(tmpcmd, "/nascer", true) == 0)
    {
        if (GetPlayerVirtualWorld(playerid) != 0) return SendClientMessage(playerid, COR_VERMELHA, "|~> Vocк nгo pode usar este comando em um evento.");
        ShowMenuForPlayer(sDataGM[MENUNASCER], playerid); TogglePlayerControllable(playerid, 0);
        PlayerPlaySound(playerid,1057,0.0,0.0,0.0); return 1;
        SetTimer("Murre",10000,false);
        return 1;
    }
public Murre(playerid)
{
        for(new i = 0; i < MAX_PLAYERS; i++)
               {
                   if(IsPlayerConnected(i))
                         {
                                SetPlayerHealth(i,0);
                         }
               }
        return 1;
}
Reply


Messages In This Thread
[AJUDA] Comando /nascer - by [RTK]WolF_ - 11.10.2010, 16:21
Re: [AJUDA] Comando /nascer - by Xapita_Halls - 11.10.2010, 19:32
Re: [AJUDA] Comando /nascer - by [FeK]Yahiko - 11.10.2010, 22:21
Re: [AJUDA] Comando /nascer - by pedro xD~ - 11.10.2010, 22:32
Re: [AJUDA] Comando /nascer - by trollv - 11.10.2010, 22:50
Re: [AJUDA] Comando /nascer - by Ricop522 - 11.10.2010, 23:07
Re: [AJUDA] Comando /nascer - by [RTK]WolF_ - 12.10.2010, 09:58
Re: [AJUDA] Comando /nascer - by pedro xD~ - 12.10.2010, 13:49
Re: [AJUDA] Comando /nascer - by zSuYaNw - 12.10.2010, 14:01
Re: [AJUDA] Comando /nascer - by GTA.Drifter - 12.10.2010, 16:19

Forum Jump:


Users browsing this thread: 10 Guest(s)