26.07.2011, 07:36
Try to experience with this:
https://sampwiki.blast.hk/wiki/SetTimer
And in the public use:
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
pawn Код:
for(new all=0; all < MAX_PLAYERS; all++)
{
TogglePlayerControllable(all, 0); //So player can controle himself again
}