Error
#1

hellow ive got e weid error


Код:
C:\Documents and Settings\Pawel\My Documents\UltimateDMV[SAMP]-1\UltimateDMV[SAMP]\ultimatedmv.pwn(334) : error 001: expected token: ";", but found "if"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
tahts line 334:

Код:
if(health > oldHP && allowHPchange==false)
and thats from 328 to 340 if you would need it:

Код:
public OnPlayerUpdate(playerid)
{
	if(IsPlayerInVehicle(playerid, examCarPlayer[playerid]) && isInExam[playerid])
	{
		new Float:health;
		GetVehicleHealth(examCarPlayer[playerid], health)
		if(health > oldHP && allowHPchange==false)
		{
			if(timeChanged)
			{
				new h,m,s; 
				gettime(h,m,s); SetPlayerTime(playerid, h, m); timeChanged = false;
			}
plsss help
Reply


Messages In This Thread
Error - by RoXONPL - 06.07.2012, 02:07
Re: Error - by DBan - 06.07.2012, 02:23
Re: Error - by clarencecuzz - 06.07.2012, 02:25
Re: Error - by [MM]RoXoR[FS] - 06.07.2012, 03:35
Re: Error - by clarencecuzz - 06.07.2012, 04:10

Forum Jump:


Users browsing this thread: 1 Guest(s)