Author Topic: Variables target owner of brick and not user?  (Read 528 times)

for some reason i made a brick that when you are trying to jet (as a nojet playertype) you go up the ladder
Code: [Select]
onplayertouch>self>vce_ifvalue[<var:pl:jetting>][==][1][1 1]
onvariabletrue>player>setvelocity[0][0][10]
and so when they touch it, and if i right click, i go up, same thing with teleport events, if they touch the brick i get teleported (no VCE on that either)

also, for some reason some people in my server are a floating black head, even with zombies disabled (thought they were causing this)

might be because of bots, not sure (worked when i disabled a few things, bots behing one of them)

for some reason i made a brick that when you are trying to jet (as a nojet playertype) you go up the ladder
Code: [Select]
onplayertouch>self>vce_ifvalue[<var:pl:jetting>][==][1][1 1]
onvariabletrue>player>setvelocity[0][0][10]
and so when they touch it, and if i right click, i go up, same thing with teleport events, if they touch the brick i get teleported (no VCE on that either)
Why don't you just do OnPlayerTouch>Player>AddVelocity or OnActivate>Player>AddVelocity

Why don't you just do OnPlayerTouch>Player>AddVelocity or OnActivate>Player>AddVelocity
because then you might go flying up while fighting, or it's harder to get down, or you can't fight while going up, tried those before anywho

If you have Amade's Bots, try disabling or updating them.

for some reason i made a brick that when you are trying to jet (as a nojet playertype) you go up the ladder
Code: [Select]
onplayertouch>[b]self[/b]>vce_ifvalue[<var:pl:jetting>][==][1][1 1]
[/quote]
Change "Self" to "Player"
Try that.

Code: [Select]
[quote author=Butler link=topic=98412.msg1889804#msg1889804 date=1265323093]
Change "Self" to "Player"
Try that.
[/quote]
that will do squat btw, there is no way to check if they're jetting from player target
If you have Amade's Bots, try disabling or updating them.
will do


Then try "Client"
...
the only target is self, do you even use VCE?
also, bots arn't breaking it