Ayuda con timer
#2

pawn Код:
// creas tu check point
[URL="https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint"]SetPlayerCheckpoint[/URL]

// al entrar en esa check point llamara a OnPlayerEnterCheckpoint

public OnPlayerEnterCheckpoint(playerid)
{
    SetTimer("Conteo", false , 1000);
    return 1;
}

/// luego se activa el timer

forward Conteo();
public Conteo()
{
/// tu Funcion

}
Reply


Messages In This Thread
Ayuda con timer - by Porta0123 - 03.04.2013, 18:00
Respuesta: Ayuda con timer - by Parka - 03.04.2013, 18:05
Respuesta: Ayuda con timer - by Loox - 03.04.2013, 18:05
Respuesta: Ayuda con timer - by Porta0123 - 03.04.2013, 18:08
Respuesta: Ayuda con timer - by Parka - 03.04.2013, 18:09
Respuesta: Ayuda con timer - by Loox - 03.04.2013, 18:10
Respuesta: Ayuda con timer - by Porta0123 - 03.04.2013, 18:10

Forum Jump:


Users browsing this thread: 3 Guest(s)