SA-MP Forums Archive
ineed of help asap - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ineed of help asap (/showthread.php?tid=422018)



solved can be closed. - kepa333 - 11.03.2013

solved.


Re: ineed of help asap - StuartD - 11.03.2013

Your timer forward is spelt wrong? This might be it?;

pawn Код:
forward DeathFreeze(playerid);
public DeathFreeze(playerid)
{
    TogglePlayerControllable(playerid, 0);
    LoopingAnim(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
    return 1;
}



Re: ineed of help asap - kepa333 - 11.03.2013

solved re-made system .


Re: ineed of help asap - SilverKiller - 11.03.2013

Quote:
Originally Posted by kepa333
Посмотреть сообщение
i dont think so...
Dude, look here :

pawn Код:
forward DethFreeze(playerid);
public DethFreeze(playerid)
And look here :

pawn Код:
SetTimerEx("DeathFreeze",1000,false,"i",playerid);
I think you see a difference right? "DeathFreeze "DethFreeze"

The poster above you is right, why don't you try what he said