This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: bluesn0w post_id=215 time=1540309377 user_id=125You should add /cmds or /help
QuotePlayer Commands
- /skin
- /model
- /clear
- /gun
- /duck
- /god
- /armour
- /health
- /stars
- /passenger
- /driver
- /goto
QuoteWorld Commands
- /time
- /timelock
- /weather
- /timestep
- /snow
- /winter
- /trains
- /planes
- /traffic
- /civilians
QuoteVehicle Commands
- /veh
- /veh_fix
- /veh_siren
- /veh_alarm
- /veh_locked
- /veh_engine
- /veh_wheel
- /veh_wheels
- /veh_door
- /veh_doors
- /veh_light
- /veh_lights
- /veh_panel
- /veh_panels
- /veh_colour1
- /veh_colour2
- /veh_colour3
- /veh_colour4
- /veh_rgba
- /veh_cruisespeed
- /veh_drivingstyle
- /veh_mission
- /veh_explode
- /veh_wander
- /veh_driveto
- /veh_syncer
QuotePed Commands
- /ped
- /ped_skin
- /ped_follow
- /ped_crouch
- /ped_gun
- /ped_nogun
- /ped_aimat
- /ped_hailtaxi
- /ped_wander
- /ped_enterveh
- /ped_exitveh
- /ped_walkstyle
- /ped_armour
- /ped_health
- /ped_god
- /ped_jump
- /ped_walkfwd
- /ped_runfwd
- /ped_sprintfwd
- /ped_stats
- /ped_threat
- /ped_nothreat
- /ped_resurrect
- /ped_coll
- /ped_scale
- /ped_syncer
QuoteVehicle Info
After spawning a vehicle, all "veh_" commands can be used with it.
The following are accepted when using these commands (not case sensitive):Examples:
- M for your vehicle ("my/mine")
- Any player name for their vehicle (if in one).
- C for the closest vehicle to you ("closest")
- A for every vehicle ("all")
/veh_siren m 1
/veh_siren Vortrex 1
/veh_siren C 1
/veh_siren a 1
QuotePed Information:
After spawning a ped, all "ped_" commands can be used with it.
The following are accepted when using these commands (not case sensitive):Examples:
- C for the closest ped to you ("closest")
- A for every ped ("all")
- F for any peds that are following you ("following")
/ped_gun c 2 100
/ped_gun A 2 100
/ped_gun f 2 100
element.syncer = clientID
element.syncer = client
addNetworkHandler("my_car", function(client, vehicle) {
vehicle.syncer = client;
});
world.birdsEnabled
world.cloudsEnabled
world.heatHazeEnabled
world.moonSize
world.sunSize
world.rainLevel
world.windVelocity
world.ambientSoundEnabled
world.worldSoundEnabled
world.trafficLightsLocked
world.occlusionsEnabled
world.skyGradient
world.farClipDistance
world.waterColor
world.waterLevel
world.waveHeight
onTrafficLightsUpdate
onWeatherChange