Ayuda :)
#6

2 timers? O.O

pawn Код:
SetTimerEx("Test", 5000, false, "ii", playerid, id);

forward Test(playerid, id);
public Test(playerid, id)
{
    SetPlayerHealth(playerid, 100.0);
    SetPlayerHealth(id, 100.0);
    return 1;
}
Reply


Messages In This Thread
Ayuda :) - by arturo clark - 13.03.2011, 01:29
Respuesta: Ayuda :) - by TheChaoz - 13.03.2011, 03:04
Re: Ayuda :) - by arturo clark - 13.03.2011, 03:18
Respuesta: Ayuda :) - by TheChaoz - 13.03.2011, 03:24
Re: Ayuda :) - by arturo clark - 13.03.2011, 03:41
Re: Ayuda :) - by [L3th4l] - 13.03.2011, 05:27
Respuesta: Ayuda :) - by TheChaoz - 13.03.2011, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)