[Pedido] Congelamento
#3

pawn Код:
//Na Cordenada
SetTimerEx("congela",5000,false,"i",playerid);
TogglePlayerControllable(playerid,0);
SetPlayerPos(playerid,x,y,z);

forward congela(id);
public congela(id)
{
    TogglePlayerControllable(id,1);
}
Reply


Messages In This Thread
Congelamento - by MichelScripter - 28.07.2013, 00:30
Re: Congelamento - by Coe1 - 28.07.2013, 00:34
Re: Congelamento - by MonFiTy - 28.07.2013, 00:40
Re: Congelamento - by King_Furios - 28.07.2013, 00:45
Re: Congelamento - by MichelScripter - 28.07.2013, 00:53
Re: Congelamento - by Coe1 - 28.07.2013, 01:14

Forum Jump:


Users browsing this thread: 1 Guest(s)