Constant Alarm.
#1

How would I make a car alarm, constant?
So I don't have to reset it.
I want to avoid timers.
Reply
#2

No other way; timers.
Reply
#3

I had a timer set on OnGameModeInit()
But it crashed the server after the timer was set to reload.
Do I need it to be a player timer? Or Global.
I figured global...
Reply
#4

Time how log vehicle or alarms last for, make a timer 5~ seconds lower on repeat, with a loop checking an array of vehicles.

new vAlarm[MAX_VEHICLES];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)