17.10.2013, 14:44
hi
i want to if statment Detect if player is not freezed and then do all things but this code will freeze the player :/
i want to if statment Detect if player is not freezed and then do all things but this code will freeze the player :/
Код HTML:
dcmd_anim(playerid,params[]) { #pragma unused params if (TogglePlayerControllable(playerid,0)) return 1; ApplyAnimation(playerid,"Freeweights","gym_free_celebrate", 4.0, 0, 0, 0, 0, 0, 1); }