I need help!
#3

Try to experience with this:
https://sampwiki.blast.hk/wiki/SetTimer
pawn Код:
SetTimer("unfreezeplayer", 30000, false); // Set a timer of 1000 miliseconds (1 second) - Now how much is 30 x 1000? = 30000
And in the public use:
pawn Код:
for(new all=0; all < MAX_PLAYERS; all++)
{
    TogglePlayerControllable(all, 0); //So player can controle himself again
}
Reply


Messages In This Thread
I need help! - by Pasa - 26.07.2011, 06:51
Re: I need help! - by Pasa - 26.07.2011, 07:26
Re: I need help! - by Rolyy - 26.07.2011, 07:36
Re: I need help! - by Pasa - 26.07.2011, 07:54
Re: I need help! - by Rafa - 26.07.2011, 08:11
Re: I need help! - by [MG]Dimi - 26.07.2011, 08:23
Re: I need help! - by Pasa - 26.07.2011, 08:34
Re: I need help! - by [MG]Dimi - 26.07.2011, 08:38
Re: I need help! - by Pasa - 26.07.2011, 08:46
Re: I need help! - by Rafa - 26.07.2011, 09:01

Forum Jump:


Users browsing this thread: 1 Guest(s)