
01-24-2002, 08:20 AM
|
|
Registered User
|
Join Date: Jan 2002
Posts: 636
|
|
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. |
__________________
|
|
|
|