Hi,
I been working on my TLR server for a VIP donators shop
I have everything set except for teleporting non donators out of the area
I already have them as donator7
so I'm trying to add the command and i tried it like this
and it isn't workingCode:a=100; b=100; angle=29.750601; activationBy="ANY"; repeating=1; interruptable=1; age="UNKNOWN"; expCond="this && vehicle player in thislist && !((getPlayerUID vehicle player) in donator7) && (getPos vehicle player select 2) < 10;"; expActiv="vehicle player setDir 225;vehicle player setVelocity [0, 0, 0]; vehicle player setpos (getmarkerpos ""civarea""); hint ""Donate $10 or more for VIP access!"";";
I would be thankful if you can help me
HOME
Reply With Quote