CheckHum

smoochy boys on tour

ash816

Dedicated Member
Dedicated Member
Jun 2, 2007
89
0
52
How do you check the map to see if noone is there ?

#If
CheckHum e001 0
#act
clearmon "e001"


that command doesnt work i was wondering if anyone knew what does
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
The CheckHum command works fine.. use

#IF
CheckHum MAP 1
#SAY
There is at least 1 person on that map
#ELSESAY
There is Nobody on that map
 
Upvote 0

ash816

Dedicated Member
Dedicated Member
Jun 2, 2007
89
0
52
what i have is 5 people on a map , so i want it to check if there is still at least 1 alive , and if not it should clear the map , can you tell me hopw i would do that ?
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
The CheckHum command will show them as on the map, you can't check whether they are alive or not.

If you just want to check if the map is empty or not then clear it, you can use the following....


#IF
!CheckHum Map 1
#ACT
MonClear Map
 
Last edited:
Upvote 0

dilina

Dedicated Member
Dedicated Member
Oct 9, 2008
129
2
44
The CheckHum command will show them as on the map, you can't check whether they are alive or not.

If you just want to check if the map is empty or not then clear it, you can use the following....


#IF
CheckHum Map 1
#ACT
MonClear Map


i think he needs to #elseact the monclear as he wants the map to be cleared only if there are no players inside
 
Upvote 0