Car caution.
#1

Hi.

I want to make it so that when a player his C, (c key on keyboard) or says /caution, it disables their engine (turns it off) and makes their lights start flashing (like they are broken down), and if the hit C again it disabled it.

How would i do that? (Im using 0.3c)
Reply
#2

To help you starting:

- Press C [Key Crouch] -> Set a Timer which makes the lights flashing: if(lights == 0) lights = 1; if(lights == 1) lights == 0)

Hope that helped you ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)