Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Help
»
VCE Admin Only AddItem Event
« previous
next »
Print
Pages: [
1
]
Author
Topic: VCE Admin Only AddItem Event (Read 908 times)
ShadowsfeaR
May 21, 2010, 11:26:03 PM
I was wondering how to make a brick so that only admins could get the AddItem item. Ive tried numerous things in the VCE client but im just too confused. Please help.
Ad Bot
Advertisement
eddierocks2000
May 21, 2010, 11:43:48 PM
Here:
onactivate>>>self>>>VCE retro check>>>if admin
onvariableture>>>player>>>additem
Deathwishez
May 21, 2010, 11:56:42 PM
or
onActivate > Self > VCE_ifValue > [<var:cl:isAdmin>] == [1] [ ]
onVariableTrue > Player > addItem > (Item)
phflack
May 22, 2010, 12:17:42 AM
wouldn't isadmin == 1 only be for normal admins? wouldn't you use >= for SA, A, and host?
Orthone
May 22, 2010, 12:20:19 AM
Quote from: phflack on May 22, 2010, 12:17:42 AM
wouldn't isadmin == 1 only be for normal admins? wouldn't you use >= for SA, A, and host?
No, SA and Host have their isAdmin already set to 1.
ShadowsfeaR
May 22, 2010, 12:46:25 AM
Thanks guys.
Thanks to Death, I couldn't figure out how to put it, you got it. I used something literaly exactly like it, but just off. Thanks.
phflack
May 22, 2010, 02:09:01 AM
ahh, wasn't sure if they did or not :D
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Help
»
VCE Admin Only AddItem Event