Timer DestroyObject
#1

how i do timer for destroyobject?
i have 6 object and i want them gone
but on random
Reply
#2

LoL
Reply
#3

its not random
Reply
#4

please help
Reply
#5

If you want something to be random, then use the random() function.

Here is a small example of using a random

pawn Код:
if(random(2)==1)
{
  print("Hey hey");
}
You can figure out the rest.
Reply
#6

how i do it?
Reply
#7

help!!
Reply
#8

do you want random object to be gone or ALL 6 objects disappear randomly?
Reply
#9

ALL 6 objects disappear randomly please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)