Como revierto una funcion?
#2

men y si en ves de hacerlo asi por que no lo haces asi?

pawn Код:
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
{
   
    new Float:health;
    GetPlayerHealth(Target,health);
   
    if(health >= 99)
    {
    //funcion cuando le baja vida
    }
    return 1;
}
Reply


Messages In This Thread
Como revierto una funcion[Solucionado] - by RcoN! - 15.10.2011, 19:05
Respuesta: Como revierto una funcion? - by Parka - 15.10.2011, 19:17
Respuesta: Como revierto una funcion? - by VetoBarrera - 15.10.2011, 19:42
Respuesta: Como revierto una funcion? - by Parka - 15.10.2011, 19:44
Re: Como revierto una funcion? - by WLSF - 15.10.2011, 20:03
Respuesta: Como revierto una funcion? - by RcoN! - 15.10.2011, 20:25
Re: Como revierto una funcion? - by Xyrex - 15.10.2011, 20:32
Respuesta: Re: Como revierto una funcion? - by RcoN! - 15.10.2011, 20:39
Re: Como revierto una funcion? - by Xyrex - 15.10.2011, 20:41
Respuesta: Re: Como revierto una funcion? - by RcoN! - 15.10.2011, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)