Boot/Trunk
#1

Hello!

I get this error when i try to add alarm/lights and such onto vehicles.

Код:
C:\GTA Trucking Server\Test Script Server\gamemodes\khaos.pwn(294) : warning 235: public function lacks forward declaration (symbol "timer_fuel_lower")
C:\GTA Trucking Server\Test Script Server\gamemodes\khaos.pwn(297) : error 017: undefined symbol "isrefuelling"
C:\GTA Trucking Server\Test Script Server\gamemodes\khaos.pwn(297) : warning 215: expression has no effect
C:\GTA Trucking Server\Test Script Server\gamemodes\khaos.pwn(297) : error 001: expected token: ";", but found "]"
C:\GTA Trucking Server\Test Script Server\gamemodes\khaos.pwn(297) : error 029: invalid expression, assumed zero
C:\GTA Trucking Server\Test Script Server\gamemodes\khaos.pwn(297) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
CODE: http://pastebin.com/BWKPZ9Kd
Reply
#2

I see you're using fuel system FS.
Add this:
pawn Код:
forward timer_fuel_lower() //On top of your script
new bool:isrefuelling[MAX_PLAYERS]  //On top of your script
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)