07.08.2010, 13:31
sry but im a noob at this the
new Float:health;
GetPlayerHealth(playerid, health)
if(health => 50)
{
ApplyAnimationEx(playerid,"SWAT","gnstwall_injurd" , 4.0, 1, 0, 0, 0, 0);//Anim
TogglePlayerControllable(playerid, 0);// Freeze the player
}
should i add it at in my GM at the end? and like this?
{
new Float:health;
GetPlayerHealth(playerid, health)
if(health => 50)
{
ApplyAnimationEx(playerid,"SWAT","gnstwall_injurd" , 4.0, 1, 0, 0, 0, 0);//Anim
TogglePlayerControllable(playerid, 0);// Freeze the player
}
new Float:health;
GetPlayerHealth(playerid, health)
if(health => 50)
{
ApplyAnimationEx(playerid,"SWAT","gnstwall_injurd" , 4.0, 1, 0, 0, 0, 0);//Anim
TogglePlayerControllable(playerid, 0);// Freeze the player
}
should i add it at in my GM at the end? and like this?
{
new Float:health;
GetPlayerHealth(playerid, health)
if(health => 50)
{
ApplyAnimationEx(playerid,"SWAT","gnstwall_injurd" , 4.0, 1, 0, 0, 0, 0);//Anim
TogglePlayerControllable(playerid, 0);// Freeze the player
}