User contributions for Mcfloy
20 January 2018
- 09:4709:47, 20 January 2018 diff hist +10 m Ui::hideHudComponentThisFrame No edit summary
- 09:4609:46, 20 January 2018 diff hist −4 m Ui::hideHudComponentThisFrame No edit summary
- 09:4109:41, 20 January 2018 diff hist +4 m Template:Blip functions c No edit summary
- 09:4109:41, 20 January 2018 diff hist +4 m Template:Blip functions c No edit summary
- 09:4009:40, 20 January 2018 diff hist +7 m Cam::renderScriptCams No edit summary
- 09:3909:39, 20 January 2018 diff hist +67 m Ui::getHudComponentPosition No edit summary current
- 09:3309:33, 20 January 2018 diff hist +24 m Ui::hideScriptedHudComponentThisFrame No edit summary
- 09:3309:33, 20 January 2018 diff hist +24 m Ui::isScriptedHudComponentActive No edit summary
- 09:3209:32, 20 January 2018 diff hist +24 m Ui::resetHudComponentValues No edit summary
- 09:3209:32, 20 January 2018 diff hist +24 m Ui::setHudComponentPosition No edit summary
- 09:3209:32, 20 January 2018 diff hist +24 m Ui::showHudComponentThisFrame No edit summary
- 09:3109:31, 20 January 2018 diff hist +52 m Ui::hideHudComponentThisFrame No edit summary
- 09:3109:31, 20 January 2018 diff hist −1 m Ui::isHudComponentActive No edit summary
- 09:3109:31, 20 January 2018 diff hist −618 m Ui::isHudComponentActive No edit summary
- 09:2909:29, 20 January 2018 diff hist +23 m HUD Components No edit summary
- 09:2909:29, 20 January 2018 diff hist +536 N HUD Components Created page with "HUD = 0; HUD_WANTED_STARS = 1; HUD_WEAPON_ICON = 2; HUD_CASH = 3; HUD_MP_CASH = 4; HUD_MP_MESSAGE = 5; HUD_VEHICLE_NAME = 6; HUD_AREA_NAME = 7; HUD_VEHICLE_CLASS = 8; HUD_STRE..."
- 08:2708:27, 20 January 2018 diff hist +2 m Template:Ui functions c No edit summary
- 08:2608:26, 20 January 2018 diff hist +4 m Template:Ui functions c No edit summary
- 07:2207:22, 20 January 2018 diff hist −26 m Camera::attachTo →See also
19 January 2018
- 22:0822:08, 19 January 2018 diff hist +231 N Entity::distSquared Created page with "Function that gets the squared distance between two entities. ==Parameters== * '''position''': {{RageType|Vector3}} ==Syntax== {{Shared}} <syntaxhighlight lang="javascript">..."
- 22:0822:08, 19 January 2018 diff hist +1 m Entity::dist No edit summary
- 22:0722:07, 19 January 2018 diff hist +215 N Entity::dist Created page with "Function that gets the distance between two entities. ==Parameters== * '''position''': {{RageType|Vector3}} ==Syntax== {{Shared}} <syntaxhighlight lang="javascript"> entity.d..."
- 22:0322:03, 19 January 2018 diff hist +73 m Blip::Blip →Parameters
- 22:0222:02, 19 January 2018 diff hist 0 m Template:Player events No edit summary
- 21:5621:56, 19 January 2018 diff hist 0 m Template:Player events No edit summary
- 21:5021:50, 19 January 2018 diff hist +128 N Events::reset Created page with "Resets the whole event manager. ==Example== {{Shared}} <syntaxhighlight lang="javascript"> mp.events.reset(); </syntaxhighlight>"
- 21:4721:47, 19 January 2018 diff hist +15 m World::trafficLights.locked Okay I stop updating this one.
- 21:4721:47, 19 January 2018 diff hist −2 m World::trafficLights.locked No edit summary
- 21:4721:47, 19 January 2018 diff hist +16 m World::trafficLights.locked No edit summary
- 21:4621:46, 19 January 2018 diff hist +239 N World::trafficLights.locked Created page with "Locks the traffic lights in their current position. ===Example=== <syntaxhighlight lang="javascript"> mp.world.trafficLights.locked = true // Lock the position mp.world.traffi..."
- 21:4321:43, 19 January 2018 diff hist +14 m Events::Event No edit summary
- 21:3221:32, 19 January 2018 diff hist −45 m Template:Player events No edit summary
- 21:3121:31, 19 January 2018 diff hist +2 Template:Player events No edit summary
- 21:3021:30, 19 January 2018 diff hist −7 m Template:Player events No edit summary
- 21:3021:30, 19 January 2018 diff hist +29 N VehicleTrailerAttach Mcfloy moved page VehicleTrailerAttach to TrailerAttached current
- 21:3021:30, 19 January 2018 diff hist 0 m TrailerAttached Mcfloy moved page VehicleTrailerAttach to TrailerAttached
- 21:3021:30, 19 January 2018 diff hist −195 m TrailerAttached No edit summary
- 21:2821:28, 19 January 2018 diff hist +224 N PlayerReachWaypoint Created page with "Event triggered when a player reaches a waypoint ==Parameters== * '''player''' ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReachWaypoint", (player)..."
- 21:2721:27, 19 January 2018 diff hist +286 N PlayerCreateWaypoint Created page with "Event triggered when a player creates a waypoint ==Parameters== * '''player''' * '''position''', Vector3 position of the waypoint ==Example== <syntaxhighlight lang="javascri..."
- 21:2621:26, 19 January 2018 diff hist +447 N TrailerAttached Created page with "Event triggered when a vehicle's trailer is attached. WARNING : If this event is not working, please use trailerAttached instead of vehicleTrailerAttach. If this resolves you..."
- 21:2421:24, 19 January 2018 diff hist +258 N VehicleSirenToggle Created page with "Event triggered when a vehicle's siren is toggled ==Parameters== * '''vehicle''' * '''toggle''', boolean ==Example== <syntaxhighlight lang="javascript"> mp.events.add("vehic..."
- 21:2421:24, 19 January 2018 diff hist +256 N VehicleHornToggle Created page with "Event triggered when a vehicle's horn is toggled ==Parameters== * '''vehicle''' * '''toggle''', boolean ==Example== <syntaxhighlight lang="javascript"> mp.events.add("vehicl..."
- 21:2321:23, 19 January 2018 diff hist +298 N VehicleDamage Created page with "Event triggered when a vehicle gets damages. ==Parameters== * '''vehicle''' * '''bodyHealthLoss''' * '''engineHealthLoss''' ==Example== <syntaxhighlight lang="javascript"> m..."
- 21:2121:21, 19 January 2018 diff hist −7 m PlayerStreamIn No edit summary
- 21:2121:21, 19 January 2018 diff hist +280 N PlayerStreamOut Created page with "Event triggered when a player leaves the stream distance (of another player ?). ==Parameters== * '''player''' * '''forPlayer''' ==Example== <syntaxhighlight lang="javascript..."
- 21:2021:20, 19 January 2018 diff hist +291 N PlayerStreamIn Created page with "Event triggered when a player enters into the stream distance (of another player ?). ==Parameters== * '''player''' * '''forPlayer''' ==Example== <syntaxhighlight lang="javas..."
- 21:1921:19, 19 January 2018 diff hist +330 N PlayerWeaponChange Created page with "Event triggered when a player changes his weapon. ==Parameters== * '''player''' * '''oldWeapon''', hash of the old weapon * '''newWeapon''', hash of the new weapon ==Example..."
- 21:1821:18, 19 January 2018 diff hist −24 m Template:Player events I don't think it's relevant to keep RemoteEvent event
- 21:1521:15, 19 January 2018 diff hist +331 N PlayerReady Created page with "Event triggered when a player has loaded every packages and is ready to play in your server. ==Parameters== * '''player''' ==Example== This example makes you god. <syntaxhig..."
- 21:1421:14, 19 January 2018 diff hist +286 N PlayerDamage Created page with "Event triggered when a player gets damage. ==Parameters== * '''player''' * '''healthLoss''', number * '''armorLoss''', number ==Example== <syntaxhighlight lang="javascript">..."