09.12.2013, 10:55
Quote:
i don't see how this will teleport all the passengers ?
for the "UNKNOWN" msg u need to "return" something at the end before the last closing bracket of the "if" statement for the command |
Second issue fixed by the way, thanks
Quote:
You're going to need a loop anyway. I think it's the easiest to use IsPlayerInVehicle (not AnyVehicle).
|
I believe arrays can help me. I can store "player id" in array every time player state changes to "passenger" and then just check in loop that array. That may cause passenger to switch seats with each other but its okay.
This will take some time to learn arrays and write fully working code. If someone interested i can post it here as soon as i finish it.
Thanks for help guys