Hi, all. I've searched in the forum but i didn't find any answers to my questions :
1) With nameoftheunit in nameofthevehicle, you can check if a player is in a vehicle. But is it possible to check if the player is in cargo (not driver or gunner or commander, but only passenger) ? I'm not sure but the solution seems to use "addEventHandler" and "Get in cargo", "Nameofthevehicle"... :-\.
2) Can we create one (or more) bullet(s) in a script ? I want to use the player's coordinates (getPos AND getDir) and use these numbers for the bullet's position (x ,y, z).