[Help] Super wired

Oct 12, 2013
69
1
Hello!,

How do I make a certain rank only has access to go through such a port so not all come in at that point
mean for example if a player is ranked 1 and wireden is set to 2 then they get a text and the player will be teleported back "you do not have access to come in here"

/ Flowy
 
Oct 12, 2013
69
1
You need to download the super wired furniture and add it into your database... Has nothing to do with the emulator @IcePhreak
already have them,


there they are. but still i can only do like pixels:3 then it work but when i try do like userrankeq:3 or something it says that im not availiable to do that.
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Update your `users_permissions` table with Ranks permissions SET.
1 = Yes
0 = No
EDIT:And do :update_permissions after you changed your permissions on rank.
 

JayC

Always Learning
Aug 8, 2013
5,494
1,398
No Jerry I think he needs this:

1. To check how many user in room = roomusers+suffix:%HOW MANY%
2. To check user has achievements = userhasachievement:%ID% OR userhasntachievement:%ID%

3. To check user has VIP = userhasvip:1 OR userhasntvip:1
4. To check user has badge = userhasbadge:%ID% OR userhasntbadge:%ID%

5. To check user has effect = userhaseffect:%ID% OR userhasnteffect:%ID%

6. To check user rank = userrank+suffix:%RANK ID%
7. To check user credits = usercredits+suffix:%HOW MUCH%
8. To check user pixels = userpixels+suffix:%HOW MUCH%
9. To check user points = userpoints+suffix:%HOW MUCH%
10.To check user wearing = wearing:%SOMETHING LIKE hd-180-3% OR notwearing:%SOMETHING LIKE hd-180-3%

11.To check user carrying = carrying:%ITEMID% OR notcarrying:%ITEMID%

eq is equal
mt is more than
mte is more that or equal to
lt is less than
lte is less than or equal to

Certain combinations will not work!!!
 
Oct 12, 2013
69
1
No Jerry I think he needs this:

1. To check how many user in room = roomusers+suffix:%HOW MANY%
2. To check user has achievements = userhasachievement:%ID% OR userhasntachievement:%ID%

3. To check user has VIP = userhasvip:1 OR userhasntvip:1
4. To check user has badge = userhasbadge:%ID% OR userhasntbadge:%ID%

5. To check user has effect = userhaseffect:%ID% OR userhasnteffect:%ID%

6. To check user rank = userrank+suffix:%RANK ID%
7. To check user credits = usercredits+suffix:%HOW MUCH%
8. To check user pixels = userpixels+suffix:%HOW MUCH%
9. To check user points = userpoints+suffix:%HOW MUCH%
10.To check user wearing = wearing:%SOMETHING LIKE hd-180-3% OR notwearing:%SOMETHING LIKE hd-180-3%

11.To check user carrying = carrying:%ITEMID% OR notcarrying:%ITEMID%

eq is equal
mt is more than
mte is more that or equal to
lt is less than
lte is less than or equal to

Certain combinations will not work!!!

Yeah but i tried to do userrankeq:3 in the wf_cnd_phx but it says im not availiable to do it but when i do pixels:3 it works???
 

Users who are viewing this thread

Top