Scripting/Squirrel/Functions/Vehicle.World: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "== Syntax == local veh = player.Vehicle; MessagePlayer( "** Your vehicle world is " + veh.World, player ); == Description == vehicle.World is used to determine or find out t...") |
(No difference)
|
Revision as of 07:02, 28 July 2015
Syntax
local veh = player.Vehicle;
MessagePlayer( "** Your vehicle world is " + veh.World, player );
Description
vehicle.World is used to determine or find out to which world does the player's vehicle belong to.