24.12.2010, 21:52
pawn Код:
public unFreeze ( tPlayer )
{
TogglePlayerControllable ( playerid, true );
}
pawn Код:
SetTimerEx ( "unFreeze", 5000, false, "d", playerid );
TogglePlayerControllable ( playerid, false );
@admantis, your code won't work for players that have ids other than 0.