07.06.2011, 15:20
Here:
You putted the "{" where it should go "(".
pawn Код:
if(GetVehicleModel(vehicleid) == 520 || GetVehicleModel(vehicleid) == 425)
{
new Float:health;
new car;
car = GetPlayerVehicleID(playerid);
GetVehicleHealth(car, health);
if(health < 250) return SendClientMessageToAll(COLOR_YELLOW, "Watch out! A AIR-WAR vehicle is coming down from the sky! Watch your head!");
}
Quote:
Originally Posted by Logitech90
if{health < 250)
|