Problema CheckPoints
#2

Pones en onplayerentercheckpoint

pawn Код:
TogglePlayerControllable(playerid, 0);
SetTimerEx("Cargando",5000,1,"i",playerid);
Creas la forward... y pones en la public

pawn Код:
public Cargando(playerid)
{
 TogglePlayerControllable(playerid, 1);
  return 1;
}
Capas te sirva..
Reply


Messages In This Thread
Problema CheckPoints - by juank - 11.02.2012, 18:06
Respuesta: Problema CheckPoints - by [Nikk] - 13.02.2012, 03:07

Forum Jump:


Users browsing this thread: 1 Guest(s)