s2sk 0 Posted September 15, 2018 (edited) Hi. i use sample from wiki (server-side) mp.events.addCommand('veh', (player) => { if (player.vehicle) player.outputChatBox('You are in the vehicle right now!'); else player.outputChatBox('You are not in the vehicle right now!'); }); and... this not work... when i am in vehicle - say in chat "You are not in the vehicle right now!" wtf? Edited September 15, 2018 by s2sk Share this post Link to post Share on other sites
s2sk 0 Posted September 15, 2018 Figured it out. Vehicle create on client, because not work xd. Share this post Link to post Share on other sites