Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T74396
Change Details
Change Details
Old
New
Diff
Use the following code when in a vehicle and you will never see the hint. if (vehicle player != player) then { hint "You are in a vehicle."; }; or this: hint format ["Value: %1", (vehicle player != player)];
Use the following code when in a vehicle and you will never see the hint. if (vehicle player != player) then { hint "You are in a vehicle."; }; or this: hint format ["Value: %1", (vehicle player != player)];
Continue