11.01.2015, 17:35
or try this:
PS: It doesn't matter what time is displayed on the forum (you can set it in your account preferences.
Make sure you bump after more than 24 hours.
PHP код:
new bool:playerfreeze=false;
public OnPlayerUpdate(playerid);
{
if (playerfreeze==true)
{ClearAnimations(playerid);}
return 1;
}
Make sure you bump after more than 24 hours.