SetTimer
#1

Hi

Is it possible to disable SetTimer for e.g if the player is jailed so it will set timer of 5 minutes but before unjailing an admin unjailed him . So i want the SetTimer gets disable
Reply
#2

There is KillTimer - https://sampwiki.blast.hk/wiki/KillTimer
Reply
#3

pawn Код:
new Timer;

Timer = SetTimer(BLAHBLAHBLAH);

KillTimer(Timer);
Reply
#4

yeah its solved .
need a bit more help
i think its removed in 0.3 .

ResetPlayerWeapons(playerid);
resets player weapons ( after jail,its working in 0.3a)

but there is a place i want to give him his weapons back
"SetPlayerDisabledWeapons"(its not working in 0.3a )
is there any other way to give him his/her weapons back ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)