User contributions
From Multi Theft Auto: Wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:21, 9 August 2010 (diff | hist) . . (+1,572) . . N OnClientDoubleClick  (Created page with '{{Client event}} __NOTOC__ This event triggers whenever the user double-clicks his mouse. This is linked to the GTA world, as appose to GUI for which onClientGUIDoubleClick…')
 - 20:13, 9 August 2010 (diff | hist) . . (+304) . . N GetValidPedModels  (Created page with '{{Server client function}} __NOTOC__ This function returns all valid ped models. ==Syntax== <syntaxhighlight lang="lua"> table getValidPedModels ( ) </syntaxhighlight> ===Returns=== Returns a table …')
 - 20:09, 9 August 2010 (diff | hist) . . (0) . . m GetPedMoveState 
 - 20:09, 9 August 2010 (diff | hist) . . (+571) . . N GetPedMoveState  (Created page with '{{Server function}} __NOTOC__ This function returns the current move state for the specified ped. ==Syntax== <syntaxhighlight lang="lua"> string getPedMoveState ( ped thePed ) </syntaxhighlight> ===…')
 - 20:09, 9 August 2010 (diff | hist) . . (+376) . . N Template:Ped move states  (Created page with '<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> * '''stand''': The ped is standing still…')
 - 19:59, 9 August 2010 (diff | hist) . . (0) . . GetCameraViewMode 
 - 19:59, 9 August 2010 (diff | hist) . . (+560) . . N SetCameraViewMode  (Created page with '__NOTOC__ {{Client function}} This function allows you to set the camera's view mode. This indicates at what distance the camera will follow the player. *'''Note:''' It can curre…')
 - 19:57, 9 August 2010 (diff | hist) . . (+500) . . N GetCameraViewMode  (Created page with '__NOTOC__ {{Client function}} This function allows you to set the camera's view mode. This indicates at what distance the camera will follow the player. *'''Note:''' It currently…')
 - 19:55, 9 August 2010 (diff | hist) . . (+284) . . N Template:Camera view modes  (Created page with '<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> * '''0''': Bumper * '''1''': Close exter…') (current)
 - 19:39, 9 August 2010 (diff | hist) . . (+152) . . ShowPlayerHudComponent 
 - 18:31, 9 August 2010 (diff | hist) . . (+26) . . EngineLoadTXD 
 - 18:29, 9 August 2010 (diff | hist) . . (-29) . . Template:Ped functions 
 - 18:23, 9 August 2010 (diff | hist) . . (+52) . . Template:Ped functions 
 - 18:19, 9 August 2010 (diff | hist) . . (-26) . . Template:Server functions 
 - 18:16, 9 August 2010 (diff | hist) . . (+30) . . Template:GUI events 
 - 18:13, 9 August 2010 (diff | hist) . . (-36) . . Template:Ped functions 
 - 18:09, 9 August 2010 (diff | hist) . . (-67) . . Template:Camera functions 
 - 18:03, 9 August 2010 (diff | hist) . . (-8) . . Template:Utility functions 
 - 17:51, 9 August 2010 (diff | hist) . . (+384) . . N OnClientVehicleExplode  (Created page with '{{Client event}} __NOTOC__ This event is triggered when a vehicle explodes. ==Parameters== This event has no parameters. ==Source== The source of this event is the vehicle th…')
 - 16:53, 9 August 2010 (diff | hist) . . (+1) . . m SetSoundEffectEnabled 
 - 16:53, 9 August 2010 (diff | hist) . . (+2) . . m GetSoundEffects 
 - 16:53, 9 August 2010 (diff | hist) . . (+24) . . GetSoundMetaTags 
 - 16:52, 9 August 2010 (diff | hist) . . (+536) . . N GetSoundMetaTags  (Created page with '__NOTOC__ {{Client function}} Used to get the meta tags attached to a sound. These provide information about the sound, for instance the title or the artist. ==Syntax== <syntaxhighlight lang="lua">…')
 - 16:49, 9 August 2010 (diff | hist) . . (+358) . . N Template:Sound Meta Tags  (Created page with '<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> * '''title''' * '''artist''' * '''album'…') (current)
 - 16:43, 9 August 2010 (diff | hist) . . (+625) . . N SetSoundEffectEnabled  (Created page with '__NOTOC__ {{Client function}} Used to enable or disable specific sound effects. ==Syntax== <syntaxhighlight lang="lua">int setSoundEffectEnabled ( element sound, string effectName, bool togg…')
 - 16:40, 9 August 2010 (diff | hist) . . (+515) . . N GetSoundEffects  (Created page with '__NOTOC__ {{Client function}} Returns the states of all effects of a sound. ==Syntax== <syntaxhighlight lang="lua">int getSoundEffects ( element sound )</syntaxhighlight> ===Required Arguments=== *'…')
 - 16:35, 9 August 2010 (diff | hist) . . (+292) . . N Template:Sound Effects  (Created page with '<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> * '''gargle''' * '''compressor''' * '''e…') (current)
 - 16:31, 9 August 2010 (diff | hist) . . (+521) . . N OnClientSoundChangedMeta  (Created page with '__NOTOC__ {{Client event}} This event is triggered when a sound's meta tags have been modified. ==Parameters== <syntaxhighlight lang="lua"> string streamTitle </syntaxhighlight> *'''streamTitle''': The…')
 - 16:27, 9 August 2010 (diff | hist) . . (+752) . . N OnClientSoundFinishedDownload  (Created page with '__NOTOC__ {{Client event}} This event is triggered when a sound has just finished downloading. This means the complete sound file is now loaded in the player's RAM, and can be pl…')
 - 16:21, 9 August 2010 (diff | hist) . . (+1,041) . . N OnClientSoundStream  (Created page with '__NOTOC__ {{Client event}} This event is triggered when a sound has just finished initial streaming. For file streams, this means the sound will now start playing, but isn't done…')
 - 16:01, 9 August 2010 (diff | hist) . . (-28) . . SetTrafficLightState 
 - 16:01, 9 August 2010 (diff | hist) . . (+447) . . GetTrafficLightState  (current)
 - 16:01, 9 August 2010 (diff | hist) . . (+475) . . SetTrafficLightState  (→Example)
 - 21:46, 8 August 2010 (diff | hist) . . (+36) . . GetTimerDetails 
 - 21:46, 8 August 2010 (diff | hist) . . (+1) . . GetTimerDetails 
 - 21:11, 8 August 2010 (diff | hist) . . (+467) . . Traffic light states 
 - 21:08, 8 August 2010 (diff | hist) . . (0) . . N File:Traffic off.png  (current)
 - 15:41, 8 August 2010 (diff | hist) . . (+95) . . Template:Client audio functions 
 - 15:12, 8 August 2010 (diff | hist) . . (+35) . . Client Scripting Events 
 - 15:12, 8 August 2010 (diff | hist) . . (0) . . m Template:Sound events  (moved Sound events to Template:Sound events: Oops)
 - 15:12, 8 August 2010 (diff | hist) . . (+35) . . N Sound events  (moved Sound events to Template:Sound events: Oops) (current)
 - 15:11, 8 August 2010 (diff | hist) . . (+121) . . N Template:Sound events  (Created page with '{{New feature|3.0110|1.1| * onClientSoundChangedMeta * onClientSoundFinishedDownload * onClientSoundStream }}')
 - 15:08, 8 August 2010 (diff | hist) . . (+61) . . Template:Element functions 
 - 15:07, 8 August 2010 (diff | hist) . . (+61) . . Template:Client element functions 
 - 15:03, 8 August 2010 (diff | hist) . . (+199) . . Template:Client world functions 
 - 14:58, 8 August 2010 (diff | hist) . . (+450) . . N AreTrafficLightsLocked  (Created page with '__NOTOC__ {{Server client function}} Gets whether the traffic lights are currently locked or not. If the lights are locked, it means they won't change unless you do [[setTrafficL…')
 - 14:57, 8 August 2010 (diff | hist) . . (+568) . . N SetTrafficLightsLocked  (Created page with '__NOTOC__ {{Server client function}} Toggles whether you want the traffic lights to be locked. If the lights are locked, it means they won't change unless you do [[setTrafficLigh…')
 - 14:54, 8 August 2010 (diff | hist) . . (+501) . . N GetTrafficLightState  (Created page with '__NOTOC__ {{Server client function}} Gets the current traffic light state. This state controls the traffic light colors. For instance, state '''1''' will cause the north and sout…')
 - 14:52, 8 August 2010 (diff | hist) . . (+29) . . Template:World functions 
 - 14:49, 8 August 2010 (diff | hist) . . (+602) . . N SetTrafficLightState  (Created page with '__NOTOC__ {{Server client function}} Sets the current traffic light state. This state controls the traffic light colors. For instance, state '''1''' will cause the north and sout…')
 
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)