Thread: timereverywhere
View Single Post
  #8  
Old 01-24-2002, 08:20 AM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
Quote:
Originally posted by LiquidIce00
if u do
NPC Code:

timeout=3;
if (playerenters||timeout) {
shootball;
}


only the first person (leader) in the level will be shot at. 2nd person wont
if u do
NPC Code:

timereverywhere;
timeout=3;
if (playerenters||timeout) {
shootball;
}


it will run the timeout for each person in lvl ;X
Thank you so much.
__________________
Reply With Quote