24.07.2012, 17:56
Hey guys a question
If i want to make a case after checking the HP value from 80 to 100
How can i do it using switch statment?
pawn Код:
new Float:teehee
GetPlayerHealth(playerid,teehee);
Switch(teehee)
{
}
How can i do it using switch statment?