Hallo,
wo liegt das Problem:
public OnPlayerUpdate(playerid)
{
new vehicleid, float:health;
if(IsPlayerInVehicle(playerid,vehicleid))
{
if(GetVehicleHealth(vehicleid,health))==<250
{
SetVehicleHealth(vehicleid,260);
}
}
Error:
C:***.pwn(657) : warning 213: tag mismatch
C:***.pwn(657) : error 029: invalid expression, assumed zero
C:***.pwn(819) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
MFG Schuggy