MiniGun Game
#1

Hello, Is possible to make every hour Minigun game for 2 mins for example after that disarm the player from minigun?
Reply
#2

You have to set a timer that is called every hour and inside that timer set a timer that is called one time in 2 minutes.
Useful functions
Код:
ResetPlayerWeapons(playerid);
GivePlayerWeapon(params,....) ;
SetPlayerColor(params,....) ;
SetTimerEx(params,..);
SetPlayerPos(params,...);
Remember that the function called in the timer should be a public and you have to start the first timer under OnGameModeInit
Reply
#3

I know i want example about timers
Reply
#4

Bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)