Little Help
#1

Hello guys my probleme is i want to make screen flash's when we get hited from others By gun or anything i want to make a detector of when the hp will down the Screen will flash check my code & thanks for your answers

Код:
if(health --;)
    {
		FlashPlayerScreen(playerid, COL_RED, 80, 1);
   		new Float:PlayersArmour;
		GetPlayerHealth(playerid, PlayersArmour);
		SetPlayerHealth(playerid, PlayersArmour - 1.0);
    	return 1;
    }
Reply


Messages In This Thread
Little Help - by BigBaws - 27.09.2012, 10:13
Re: Little Help - by Roel - 27.09.2012, 10:38

Forum Jump:


Users browsing this thread: 1 Guest(s)