#1

Ok i useless when it comes to timers but im getting better i just now need some help with removing the textdraw when the timer finishes how do i do this?

Код:
stock Freeze(playerid, time)
{
    TogglePlayerControllable(playerid, false);
    SetTimerEx("Unfreeze", time, false, "i", playerid);
    TextDrawShowForPlayer(playerid, ObjectLoading);
}
Reply
#2

https://sampwiki.blast.hk/wiki/TextDrawHideForAll
Reply
#3

pawn Код:
public Unfreeze(playerid)
{
TextDrawHideForPlayer(playerid, ObjectLoading);
//rest of your public
}
Reply
#4

Just realised i had unfreeze im a dumb ass lol thanks Pharrel
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)