Posts: 1,534
Threads: 179
Joined: Apr 2009
I have added cars with AddStaticVehicle but how can i make them always spawn and have lights on?
Or better how can i make it so lights turn on and off every second, i need it because of a video
Posts: 1,534
Threads: 179
Joined: Apr 2009
Ehm i get these errors, do you know how to fix them?
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(61) : warning 235: public function lacks forward declaration (symbol "Lights")
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(67) : warning 213: tag mismatch
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(69) : error 035: argument type mismatch (argument 3)
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(71) : warning 213: tag mismatch
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(73) : error 035: argument type mismatch (argument 3)
Posts: 1,534
Threads: 179
Joined: Apr 2009
Eh now i get 2 warnings and it doesn't work, whats wrong with it?
the lines are
if(lights == false)
and
else if(lights == true)
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(74) : warning 213: tag mismatch
C:\Users\Stefanche16\Desktop\SMOKE'S SERVER\gamemodes\movie.pwn(7
: warning 213: tag mismatch
Posts: 1,534
Threads: 179
Joined: Apr 2009
Posts: 1,534
Threads: 179
Joined: Apr 2009
No Warnings but it doesn't work ;S
Posts: 1,534
Threads: 179
Joined: Apr 2009
I already have it.. i really don't know why it doesn't work and i also have ManualVehicleEngineAndLights();