User contributions for Awwu
Jump to navigation
Jump to search
30 July 2009
- 11:0911:09, 30 July 2009 diff hist +1,579 N Modules/bIRC/ircGetChannelUsers Created page with '{{ml_birc}} __NOTOC__ This function can be used to list out all the users a specified channel. ==Syntax== <syntaxhighlight lang="lua"> table ircGetChannelUsers ( ircbot theBot, string channel…'
- 10:5710:57, 30 July 2009 diff hist +50 Modules/bIRC/ircFormatHost No edit summary current
- 10:5510:55, 30 July 2009 diff hist +1,193 N Modules/bIRC/ircGetConnectedChannels Created page with '{{ml_birc}} __NOTOC__ This function can be used to list out all the channels a specified {{ml_birc|ircbot}} has connected to. ==Syntax== <syntaxhighlight lang="lua"> table ircGetConnectedChan…' current
- 10:5010:50, 30 July 2009 diff hist +1 m Modules/bIRC/ircGetBots No edit summary current
- 09:3709:37, 30 July 2009 diff hist +8 m Modules/bIRC/ircSetQuitMessage No edit summary current
- 09:3709:37, 30 July 2009 diff hist +1,431 N Modules/bIRC/ircSetQuitMessage Created page with '{{ml_birc}} __NOTOC__ This function is used to change the quit message of the specified {{ml_birc|ircbot}}. ==Syntax== <syntaxhighlight lang="lua"> bool ircSetQuitMessage ( ircbot theBot, str…'
- 09:3409:34, 30 July 2009 diff hist +1,558 N Modules/bIRC/ircSetName Created page with '{{ml_birc}} __NOTOC__ This function is used to change the name of the specified {{ml_birc|ircbot}}. ==Syntax== <syntaxhighlight lang="lua"> bool ircSetName ( ircbot theBot, string name ) </co…' current
- 09:2809:28, 30 July 2009 diff hist +1,057 N Modules/bIRC/ircGetQuitMessage Created page with '{{ml_birc}} __NOTOC__ This function is used to retrieve the quit message of the specified {{ml_birc|ircbot}}. ==Syntax== <syntaxhighlight lang="lua"> string ircGetQuitMessage ( ircbot theBot …' current
- 09:2409:24, 30 July 2009 diff hist +60 Modules/bIRC/ircGetBotState No edit summary current
- 09:2309:23, 30 July 2009 diff hist +937 N Modules/bIRC/ircGetName Created page with '{{ml_birc}} __NOTOC__ This function is used to retrieve the name of the specified {{ml_birc|ircbot}}. ==Syntax== <syntaxhighlight lang="lua"> string ircGetName ( ircbot theBot ) </syntaxhighlight> ===…' current
- 09:1909:19, 30 July 2009 diff hist +1,201 N Modules/bIRC/ircGetBotState Created page with '{{ml_birc}} __NOTOC__ This function is used to retrieve the current state of specified {{ml_birc|ircbot}}. ==Syntax== <syntaxhighlight lang="lua"> string ircGetBotState ( ircbot theBot ) </co…'
- 09:0509:05, 30 July 2009 diff hist +1,741 N Modules/bIRC/ircStrip Created page with '{{ml_birc}} __NOTOC__ This function can be used to strip out wanted IRC specific text features (bolding, colouring...). ==Syntax== <syntaxhighlight lang="lua"> string ircStrip ( string text, …' current
- 09:0209:02, 30 July 2009 diff hist −6 m Modules/bIRC/ircFormatHost →Example
- 08:4808:48, 30 July 2009 diff hist −1 m Modules/bIRC/ircGetBotByName →Example current
29 July 2009
- 21:0021:00, 29 July 2009 diff hist +2,442 N Modules/bIRC/ircFormatHost Created page with '{{ml_birc}} __NOTOC__ This function can be used to change a ban host mask to specified wildcard format. ==Syntax== <syntaxhighlight lang="lua"> string ircFormatHost ( string host, int formatT…'
- 20:2320:23, 29 July 2009 diff hist +1,041 N Modules/bIRC/ircGetBotByName Created page with '{{ml_birc}} __NOTOC__ This function returns the first {{ml_birc|ircbot}} pointer of the bot with the specified name. It's useful if you don't have access to the variable where bo…'
- 20:1420:14, 29 July 2009 diff hist −27 m Modules/bIRC/ircGetBots No edit summary
- 20:1320:13, 29 July 2009 diff hist +33 m Modules/bIRC/ircIsConnected →Example current
- 20:1320:13, 29 July 2009 diff hist +22 m Modules/bIRC/ircGetBots →Example
- 20:1320:13, 29 July 2009 diff hist +938 N Modules/bIRC/ircGetBots Created page with '{{ml_birc}} __NOTOC__ This function is used to check whether the specified {{ml_birc|ircbot}} is connected to a server. ==Syntax== <syntaxhighlight lang="lua"> bool ircGetBots () </syntaxhighlight> ==…'
- 20:0620:06, 29 July 2009 diff hist +1,040 N Modules/bIRC/ircIsConnected Created page with '{{ml_birc}} __NOTOC__ This function is used to check whether the specified {{ml_birc|ircbot}} is connected to a server. ==Syntax== <syntaxhighlight lang="lua"> bool ircIsConnected ( ircbot th…'
- 18:2318:23, 29 July 2009 diff hist +1,238 N Modules/bIRC/ircQuit Created page with '{{ml_birc}} __NOTOC__ This function is used to disconnect an {{ml_birc|ircbot}} from a server. ==Syntax== <syntaxhighlight lang="lua"> bool ircQuit ( ircbot theBot, [ string quitMessage ] ) <…' current
- 18:2218:22, 29 July 2009 diff hist +1,451 N Modules/bIRC/ircConnect Created page with '{{ml_birc}} __NOTOC__ This function is used to connect an {{ml_birc|ircbot}} created with {{ml_birc|ircCreateBot}} to a server.<br> '''Note:''' The maximum number of simultanuous…'
- 18:2118:21, 29 July 2009 diff hist +1,388 N Modules/bIRC/ircUnregister Created page with '{{ml_birc}} __NOTOC__ This function is used to unregister an {{ml_birc|ircbot}} for the current resource. It is the opposite function for {{ml_birc|ircRegister}}. ==Syntax== <c…'
- 18:2018:20, 29 July 2009 diff hist +2,915 N Modules/bIRC/ircRegister Created page with '{{ml_birc}} __NOTOC__ This function is used to register an {{ml_birc|ircbot}} for the current resource. By registering an ircbot for current resource, you are able to use the cal…'
- 18:1718:17, 29 July 2009 diff hist +995 N Modules/bIRC/ircDestroyBot Created page with '{{ml_birc}} __NOTOC__ This function is used to destroy a created {{ml_birc|ircbot}}. After deletion, the ircbot pointer will nolonger be valid. If ircbot is connected, it will be…'
- 18:1518:15, 29 July 2009 diff hist +556 N Modules/bIRC/ircbot Created page with '{{ml_birc}} __NOTOC__ The ircbots are the main "elements" of the Basic IRC module. They are used in almost every function the module provides and they do the echoing between IRC …' current
- 18:1418:14, 29 July 2009 diff hist +947 N Modules/bIRC/ircCreateBot Created page with '{{ml_birc}} __NOTOC__ This function is used to create an {{ml_birc|ircbot}} which are the basis of the module. {{ml_birc|ircRegister}} is automatically executed for created bot f…'
- 18:1218:12, 29 July 2009 diff hist +26 N Modules/Basic IRC Module Redirected page to Modules/bIRC current
- 18:1218:12, 29 July 2009 diff hist +58 Modules/bIRC No edit summary
- 18:1118:11, 29 July 2009 diff hist +570 N Template:Ml birc callbacks Created page with '===Callbacks=== *{{ml_birc|event_ircOnAction}} *{{ml_birc|event_ircOnCTCP}} *{{ml_birc|event_ircOnChannelMode}} *{{ml_birc|event_ircOnConnect}} *{{ml_birc|event_ircOnDisconnect}}…'
- 18:1118:11, 29 July 2009 diff hist +1,041 N Template:Ml birc functions Created page with '__NOTOC__ ===Bot functions=== ====Creation==== *{{ml_birc|ircCreateBot}} *{{ml_birc|ircDestroyBot}} ====Connection==== *{{ml_birc|ircConnect}} *{{ml_birc|ircIsConnected}} *{{ml_…'
- 18:1018:10, 29 July 2009 diff hist +156 N Template:Ml birc Created page with '{{#if:{{{1|}}}|[[Modules/bIRC/{{{1|}}}|{{{1|}}}]]|<pageclass class="#00B7B7" subcaption="Basic IRC Module"></pageclass>{{ModuleFunction|Basic IRC Module}}}}'
- 18:1018:10, 29 July 2009 diff hist +752 N Modules/bIRC Created page with '{{ml_birc}} __NOTOC__ {{Module_Info| name = ml_birc | version = 1.0 | author = Awwu <[email protected]> | module_website = ''None''…'
24 July 2009
- 20:3420:34, 24 July 2009 diff hist +34 SetTableProtected No edit summary
- 20:3420:34, 24 July 2009 diff hist +34 GetPointFromDistanceRotation No edit summary
- 20:3320:33, 24 July 2009 diff hist +82 FindRotation No edit summary
- 20:3220:32, 24 July 2009 diff hist +208 Template:Useful Functions No edit summary
25 June 2009
- 15:2915:29, 25 June 2009 diff hist +156 How you can help No edit summary
- 08:2008:20, 25 June 2009 diff hist +86 m SetCameraTarget No edit summary
- 08:0908:09, 25 June 2009 diff hist +50 Template:GUI events No edit summary
- 08:0808:08, 25 June 2009 diff hist +800 N OnClientGUIMouseDown New page: {{Client event}} __NOTOC__ This event is fired when the user clicks certain mouse button on a GUI element. ==Parameters== <syntaxhighlight lang="lua"> string button, int absoluteX, int absoluteY </code...
- 08:0508:05, 25 June 2009 diff hist +836 N OnClientGUIMouseUp New page: {{Client event}} __NOTOC__ This event is fired when the user releases his mouse button when on top of a GUI element. ==Parameters== <syntaxhighlight lang="lua"> string button, int absoluteX, int absolu...
24 June 2009
- 12:0112:01, 24 June 2009 diff hist +980 SetPedWeaponSlot No edit summary
- 11:5811:58, 24 June 2009 diff hist −27 m SetPlayerName No edit summary
- 11:5811:58, 24 June 2009 diff hist +1,558 SetPlayerName No edit summary
- 11:4911:49, 24 June 2009 diff hist +450 GetPedStat No edit summary
- 11:4611:46, 24 June 2009 diff hist +1,779 DoesPedHaveJetPack No edit summary
23 June 2009
- 19:4819:48, 23 June 2009 diff hist −1,727 GuiWindowSetCloseButtonEnabled Removing all content from page current
- 19:4719:47, 23 June 2009 diff hist −21 m Template:Client resource functions No edit summary