ivica.vo Posted April 21, 2020 Share Posted April 21, 2020 How can i make airdrops spawn in random locations on map spawning random stuff in them,important is to have weapon with mag,food and some industrial items in them. i have several locations for them but i need to use comand in game to make them apear,how to make them appear and disapeer automatichly? Link to comment
yeahs Posted April 21, 2020 Share Posted April 21, 2020 Just delete your command and add a timer. function randomFunction() end --addCommandHandler("testo",randomFunction) setTimer(randomFunction,5000,1) This would trigger the function every 5 seconds. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now