Author Topic: VCE Admin Only AddItem Event  (Read 908 times)

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.

Here:

onactivate>>>self>>>VCE retro check>>>if admin
onvariableture>>>player>>>additem

or

onActivate > Self > VCE_ifValue > [<var:cl:isAdmin>] == [1] [ ]
onVariableTrue > Player > addItem > (Item)

wouldn't isadmin == 1 only be for normal admins? wouldn't you use >= for SA, A, and host?

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.

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. 

ahh, wasn't sure if they did or not :D