hello im currently using this to be able to get amount of player in a event map but we wanted to add a spectator mode and we dont want to count them This is the code we have
if (getmapusers("bob") <= 1) {
would it be something like
if (getareausers("bob",<x1>,<y1>,<x2>,<y2>) <= 1) {
cause i get a little confused when to use the , and the coord go in between the "--" or outside?
my last question since this is a area check do i get the coord of each corner of the area i want checked ?
Question
mirabell
hello im currently using this to be able to get amount of player in a event map but we wanted to add a spectator mode and we dont want to count them This is the code we have
if (getmapusers("bob") <= 1) {
would it be something like
cause i get a little confused when to use the , and the coord go in between the "--" or outside?
my last question since this is a area check do i get the coord of each corner of the area i want checked ?
here--->------------------------
- -
- -
- -
- -
- -
- -
------------------------ <----------here?
i always have issue with area coords lol
thanks
Edited by mirabell3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.