22.06.2011, 20:08
Mh now i've got this problem:
Problems are in the following two lines:
pawn Код:
C:\Games\GTA - San Andreas\gamemodes\gtarp.pwn(13387) : error 017: undefined symbol "engine"
C:\Games\GTA - San Andreas\gamemodes\gtarp.pwn(13388) : error 017: undefined symbol "engine"
C:\Games\GTA - San Andreas\gamemodes\gtarp.pwn(13388) : warning 215: expression has no effect
C:\Games\GTA - San Andreas\gamemodes\gtarp.pwn(13388) : error 001: expected token: ";", but found ")"
C:\Games\GTA - San Andreas\gamemodes\gtarp.pwn(13388) : error 029: invalid expression, assumed zero
C:\Games\GTA - San Andreas\gamemodes\gtarp.pwn(13388) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
...
GetVehicleParamsEx(vid,engine,lights,doors,bonnet,boot,objective);
if(engine = 1)
...