Author Topic: Event  (Read 1074 times)

Hey, i am just wondering if anybody has an event that goes:
Code: [Select]
onactivate>self>Ifplayerid>[________]
Need it for stuff. If you have please post. Thank you.




you should ask my bro next  time he on bl we share acount.

i am fire birds bro and i dont have the on player activate self if player id events but im rly good with them


v4 variables?
This is stupid, do you read:

Hey, i am just wondering if anybody has an event that goes:
Code: [Select]
onactivate>self>Ifplayerid>[________]

I've seen it...

V4 variables as in, doesn't this come with them?

This is stupid, do you read:

I've seen it...
onActivate > Client > VCE_retroCheck > IfBLID > [id here brosef]
If you're too lazy to do this then you seriously ned to get the forget out, it's exactly what you asked for.

onActivate > Client > VCE_retroCheck > IfBLID > [id here brosef]
If you're too lazy to do this then you seriously ned to get the forget out, it's exactly what you asked for.
Wait, aren't there the.....
Oh yeah, it is VCE. My bro's done it before.

onActivate > Client > VCE_retroCheck > IfBLID > [id here brosef]

For the users the like the original and not the original original, it goes onActivate > Self > VCE_ifValue > [<var:client:bl_id>] == [ID goes hurr] [ ]

Would this work:

Code: [Select]
onactivate>client>VCE_IfBaulue>[<var:client:bl_id>] == [8437]
variabluetrue>client>centerprint>[<color:eeeeee>You Premission Was <color:ffff00>Aloud]
variablefalse>client>centerprint>[<color:eeeeee>Your Premission Was <color:ffff00> Failed]
variabletrue>player>movetobrick>[asdf]

:D

Replace "MoveToBrick" with "SetPlayerTransform" in the last event.
Replace "VariableTrue" and "VariableFalse" to "IfVariableTrue" and "IfVariableFalse"

Then it would work.

Replace "MoveToBrick" with "SetPlayerTransform" in the last event.
Replace "VariableTrue" and "VariableFalse" to "IfVariableTrue" and "IfVariableFalse"

Then it would work.
Why?
I have an event that works like that.