[DUDA] No funciona del todo
#2

PHP код:
if(newkeys == KEY_YES// Tecla [Y] <
    
{
        if(
gTeam[playerid] == TEAM_ZOMBIES)
        {
            if(
Informacion[playerid][ClaseZombies] == 3// Boomer
            
{
                if(
TiempitoVomito(playerid)){SendClientMessage(playerid0xFF0000FF"[ERROR]: {FFFFFF}Puedes vomitar solo cada 40 segundos, mira la barra de vomito boomer.");return 1;}
                
TiempoVomito[playerid] = GetTickCount();
                new 
Float:pos[3];
                
GetPlayerPos(playeridpos[0], pos[1], pos[2]);
                for(new 
i=0iMAX_PLAYERS i++)
                {
                    if(
playerid == i) continue;
                    if(
IsPlayerInRangeOfPoint(i10.0 pos[0], pos[1], pos[2]))
                    {
                        
SetTimerEx("MatarTimer"2000,0,"d",i); // Mata el timer para la victima!
                        
PlayerPlaySound(i11900.00.00.0);
                          
GameTextForPlayer(i"~w~vomitado por ~r~boomer!!"40003);
                          
SetPlayerDrunkLevel(i9999); // marea
                          
TextDrawShowForPlayer(iVistaZombie);
                          
SetPlayerTime(i30);
                           
SetPlayerWeather(i45);
                    }
                }
            }
        }
    } 
Reply


Messages In This Thread
[DUDA] No funciona del todo - by Matyaas - 06.07.2017, 07:59
Re: [DUDA] No funciona del todo - by Wotter - 06.07.2017, 09:13
Respuesta: [DUDA] No funciona del todo - by Tirael - 06.07.2017, 14:40
Respuesta: [DUDA] No funciona del todo - by Matyaas - 07.07.2017, 05:28
Respuesta: [DUDA] No funciona del todo - by Tirael - 07.07.2017, 16:06
Respuesta: [DUDA] No funciona del todo - by Matyaas - 07.07.2017, 23:19
Respuesta: [DUDA] No funciona del todo - by Tirael - 08.07.2017, 01:02
Respuesta: [DUDA] No funciona del todo - by Matyaas - 09.07.2017, 04:42
Respuesta: [DUDA] No funciona del todo - by Tirael - 09.07.2017, 11:23
Re: Respuesta: [DUDA] No funciona del todo - by Miguel - 09.07.2017, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)