Quote:
Originally Posted by Ironboy500
Still same 2 errors:
Quote:
I:\Mini Missions X\gamemodes\FireMansAtAction.pwn(197) : warning 204: symbol is assigned a value that is never used: "timer1"
I:\Mini Missions X\gamemodes\FireMansAtAction.pwn(245) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
|
thats only 1 error, the first is a warning, which means that you store something in the variable timer1 but never recall the variable
and the error itself means that you entered the wrong kind or argument, KillTimer wants an id not a string
To fix the warning and the error just delete the two quotation marks in KillTimer (second last line of OnVehicleDeath)