[HELP]Why This Not Work?
#1

pawn Код:
if (IsPlayerInRangeOfPoint(playerid, 7.0,cardelckp1))
{
GivePlayerMoney(playerid, 10000);
RemovePlayerFromVehicle(playerid);
DisablePlayerCheckpoint(playerid);
GameTextForPlayer(playerid, "~g~You Completed The Deliver, Well Done!", 3000, 1);
{
/*NOT WORKING
new Float:health;
GetVehicleHealth(pcar1, health);
if(health >900)
{
PlayerPlaySound(playerid, 1097, 0, 0, 0);
GameTextForPlayer(playerid, "~y~Great You Deliver It In Perfect Condition Bonus 3000$!", 3000, 3);
GivePlayerMoney(playerid, 3000);
}
}
}
return 1;
}*/
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)