06.07.2012, 02:07
hellow ive got e weid error
tahts line 334:
and thats from 328 to 340 if you would need it:
plsss help
Код:
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.
Код:
if(health > oldHP && allowHPchange==false)
Код:
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; }