User contributions for Gamesnert
Jump to navigation
Jump to search
8 August 2010
- 15:1115:11, 8 August 2010 diff hist +121 N Template:Sound events Created page with '{{New feature|3.0110|1.1| * onClientSoundChangedMeta * onClientSoundFinishedDownload * onClientSoundStream }}'
- 15:0815:08, 8 August 2010 diff hist +61 Template:Element functions No edit summary
- 15:0715:07, 8 August 2010 diff hist +61 Template:Client element functions No edit summary
- 15:0315:03, 8 August 2010 diff hist +199 Template:Client world functions No edit summary
- 14:5814: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:5714: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:5414: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:5214:52, 8 August 2010 diff hist +29 Template:World functions No edit summary
- 14:4914: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…'
- 14:2114:21, 8 August 2010 diff hist +2,690 N Traffic light states Created page with 'Here you can see the traffic light states used by setTrafficLightState and getTrafficLightState. The upper light represents the traffic light on the north side, the lower…'
- 14:2114:21, 8 August 2010 diff hist 0 N File:Traffic green.png No edit summary current
- 14:2014:20, 8 August 2010 diff hist 0 N File:Traffic amber.png No edit summary current
- 14:2014:20, 8 August 2010 diff hist 0 N File:Traffic red.png No edit summary current
- 14:1114:11, 8 August 2010 diff hist +58 Template:Client vehicle events No edit summary
29 July 2010
- 15:5215:52, 29 July 2010 diff hist +146 Template:World functions No edit summary
16 June 2010
- 22:3322:33, 16 June 2010 diff hist +486 N OnElementStopSync Created page with '__NOTOC__ {{Server event}} This event is triggered when an element is no longer synced by a player. ==Parameters== <syntaxhighlight lang="lua"> player oldSyncer </syntaxhighlight> *'''oldSyncer''': [[p…'
- 22:3222:32, 16 June 2010 diff hist +469 N OnElementStartSync Created page with '__NOTOC__ {{Server event}} This event is triggered when an element becomes synced by a player. ==Parameters== <syntaxhighlight lang="lua"> player newSyncer </syntaxhighlight> *'''newSyncer''': [[player…'
25 May 2010
- 12:4712:47, 25 May 2010 diff hist +2 GetElementRadius No edit summary
2 May 2010
- 10:1510:15, 2 May 2010 diff hist +11 m CreateFire No edit summary
30 April 2010
- 18:0518:05, 30 April 2010 diff hist +161 GetPedAmmoInClip No edit summary
- 18:0518:05, 30 April 2010 diff hist +161 GetPedTotalAmmo No edit summary
- 18:0418:04, 30 April 2010 diff hist +161 GetPedWeapon No edit summary
25 April 2010
- 14:3514:35, 25 April 2010 diff hist +68 Modules/Sockets/onSockClosed No edit summary
- 14:3514:35, 25 April 2010 diff hist +68 Modules/Sockets/onSockData No edit summary
- 14:3414:34, 25 April 2010 diff hist +68 Modules/Sockets/onSockOpened No edit summary
- 14:3414:34, 25 April 2010 diff hist +68 Modules/Sockets/sockClose No edit summary
- 14:3414:34, 25 April 2010 diff hist +68 Modules/Sockets/sockWrite No edit summary
- 14:3414:34, 25 April 2010 diff hist +68 Modules/Sockets/sockOpen No edit summary
- 14:3114:31, 25 April 2010 diff hist −384 Modules/Sockets/sockClose No edit summary
- 14:3114:31, 25 April 2010 diff hist −384 Modules/Sockets/sockWrite No edit summary
- 14:3114:31, 25 April 2010 diff hist −384 Modules/Sockets/sockOpen No edit summary
- 14:2814:28, 25 April 2010 diff hist −308 Modules/Sockets/onSockClosed No edit summary
- 14:2414:24, 25 April 2010 diff hist −294 Modules/Sockets/onSockData No edit summary
- 14:2414:24, 25 April 2010 diff hist +1 Modules/Sockets/onSockOpened No edit summary
- 14:2214:22, 25 April 2010 diff hist −309 Modules/Sockets/onSockOpened No edit summary
- 14:1914:19, 25 April 2010 diff hist −363 Modules/Sockets No edit summary
- 14:1914:19, 25 April 2010 diff hist +139 N Template:Modules/Sockets/Events Created page with '* onSockOpened * onSockData * onSockClosed' current
- 14:1614:16, 25 April 2010 diff hist −1,347 Template:Modules/Sockets/Functions Replaced content with '* sockOpen * sockWrite * sockClose' current
24 April 2010
- 11:5811:58, 24 April 2010 diff hist +62 N User talk:Gamesnert CStream issues current
- 11:5611:56, 24 April 2010 diff hist +3,195 N User:Gamesnert Created page with '==Resources== ===CStream=== ---- "CStream" (for the lack of a better name, suggestions are welcome) is a resource to load client-side scripts instead of storing it on the clien…' current
18 April 2010
- 19:2319:23, 18 April 2010 diff hist +555 N GetProjectileTarget Created page with '__NOTOC__ {{Client function}} This function returns the target of the specified projectile. ==Syntax== <syntaxhighlight lang="lua"> int getProjectileTarget ( projectile theProjectile ) </syntaxhighlight>…'
- 19:2219:22, 18 April 2010 diff hist +479 N GetProjectileForce Created page with '__NOTOC__ {{Client function}} This function returns the force of the specified projectile. ==Syntax== <syntaxhighlight lang="lua"> int getProjectileForce ( projectile theProjectile ) </syntaxhighlight> …'
- 19:2019:20, 18 April 2010 diff hist −16 m GetProjectileCreator No edit summary
- 19:2019:20, 18 April 2010 diff hist +530 N GetProjectileCreator Created page with '__NOTOC__ {{Client function}} {{Projectiles}} This function returns the creator of the specified projectile. ==Syntax== <syntaxhighlight lang="lua"> int getProjectileCreator ( projectile thePr…'
13 April 2010
- 07:0707:07, 13 April 2010 diff hist +47 m Slothman/Slothbot No edit summary
- 07:0307:03, 13 April 2010 diff hist −2 m Slothman/Slothbot No edit summary
- 07:0307:03, 13 April 2010 diff hist −16 m Slothman/Slothbot No edit summary
20 March 2010
- 18:3418:34, 20 March 2010 diff hist +570 N GuiGridListGetItemColor Created page with '{{Client function}} __NOTOC__ This function gets the color of a gridlist item. ==Syntax== <syntaxhighlight lang="lua"> int int int int guiGridListGetItemColor ( element gridList, int rowIndex…'
- 18:3018:30, 20 March 2010 diff hist +807 N GuiGridListSetItemColor Created page with '{{Client function}} __NOTOC__ This function changes the color of a gridlist item. ==Syntax== <syntaxhighlight lang="lua"> bool guiGridListSetItemColor ( element gridList, int rowIndex, int co…'
- 17:4817:48, 20 March 2010 diff hist +86 m Template:GUI functions Added guiGridList Get/Set ItemColor