User contributions for Habi
Jump to navigation
Jump to search
13 January 2025
- 09:1009:10, 13 January 2025 diff hist −2,828 Main Page Undo revision 12479 by FelicaJarman363 (talk) current Tag: Undo
- 09:1009:10, 13 January 2025 diff hist +879 Main Page Undo revision 166140 by RustyWaylen4 (talk) Tag: Undo
- 09:0909:09, 13 January 2025 diff hist −1,301 Main Page Undo revision 651285 by KitM6912810 (talk) Tag: Undo
- 09:0909:09, 13 January 2025 diff hist +5,192 Main Page Undo revision 659755 by AthenaFrisby (talk) Tag: Undo
30 December 2024
- 15:1315:13, 30 December 2024 diff hist +2 GetScoreBoard No edit summary current
- 15:1215:12, 30 December 2024 diff hist +930 N GetScoreBoard Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.8 beta 5(not released as of 30.Dec.2024) and will not work on previous versions. </poem> {{Welcome|desc=Gets the scoreboard along with ping of players.| params=<source>process_scoreboard</source> ::process_scoreboard : A one parameter function like <source inline>function(data)</source> which will be called when scoreboard table arrives from server. On succes..."
- 15:0515:05, 30 December 2024 diff hist +35 Main Page No edit summary
4 November 2024
- 17:0017:00, 4 November 2024 diff hist +152 Walking man No edit summary current
- 16:2616:26, 4 November 2024 diff hist +871 Walking man No edit summary
- 12:4412:44, 4 November 2024 diff hist −6 Main Page No edit summary
- 12:4212:42, 4 November 2024 diff hist −6 Main Page No edit summary
3 November 2024
- 17:4017:40, 3 November 2024 diff hist +2 Walking man →NPC side
- 17:3717:37, 3 November 2024 diff hist +20 Walking man →Map File
- 17:3617:36, 3 November 2024 diff hist +47 Walking man →Map File
- 17:3517:35, 3 November 2024 diff hist −1 Walking man →NPC side
- 17:3517:35, 3 November 2024 diff hist +4 Walking man →Map File
- 17:3417:34, 3 November 2024 diff hist −1 Walking man No edit summary
- 17:3317:33, 3 November 2024 diff hist +131 Walking man No edit summary
- 17:3117:31, 3 November 2024 diff hist −1 Walking man →NPC side
29 October 2024
- 17:3417:34, 29 October 2024 diff hist +10 IsPlaybackPaused No edit summary current
- 17:3417:34, 29 October 2024 diff hist +460 N IsPlaybackPaused Created page with "{{v1_8_beta}} {{Welcome|desc=This function tells whether any playback is in paused state.| params=<source>NoParams</source>| example=<source lang="lua"> if(IsPlaybackRunning()) { if(IsPlaybackPaused()) print("The playback is paused\n"); }| retvals=true, if playback is paused and false otherwise(playback is not running or running but not paused)| note=This function returns false when playback is not running| relfuncs=*IsPlaybackRunning }}"
- 17:2917:29, 29 October 2024 diff hist +339 N IsPlaybackRunning Created page with "{{v1_8_beta}} {{Welcome|desc=This function is used to determine if the playback is running| params=<source>NoParams</source>| retvals=false, if playback is not running or paused. true otherwise| relfuncs=*IsPlaybackPaused *StartRecordingPlayback *StopRecordingPlayback *PauseRecordingPlayback *ResumeRecordingPlayback}}" current
- 17:2517:25, 29 October 2024 diff hist +236 N GetMyColor Created page with "{{v1_8_beta}} {{Welcome|desc=This function is used to find the color(r,g,b) of NPC itself.| params=<source>NoParams</source>| retvals=This function returns a table with keys <source inline>r,g,b</source>.| relfuncs=*GetPlayerColor}}" current
- 17:2417:24, 29 October 2024 diff hist −1 GetPlayerColor No edit summary current
- 17:2317:23, 29 October 2024 diff hist +26 GetPlayerColor No edit summary
- 17:2317:23, 29 October 2024 diff hist +396 N GetPlayerColor Created page with "{{v1_8_beta}} {{Welcome|desc=This function is used to find the color(r,g,b) of another player(the marker in map as well as name tag).| params=<source>(playerid)</source> <poem>::playerid : The ID of the target player whose color is to be found. </poem>| retvals=This function returns a table with keys <source inline>r,g,b</source> on success and null on failure(target player does not exist)|}}"
- 17:1717:17, 29 October 2024 diff hist +17 SendPrivMsg No edit summary current
- 17:1617:16, 29 October 2024 diff hist +453 N SendPrivMsg Created page with "{{v1_8_beta}} {{Welcome|desc=This function sends a private message to another player.| params=<source>(playerid, message)</source> <poem> ::playerid : The ID of the target player to whom private message is to be send. ::message : The message to send. </poem>| example=<source> function OnPlayerStreamIn(playerid) { SendPrivMsg(playerid, "Come near me"); } </source>| retvals=true on success, false on failure(invalid playerid)| relfuncs=*SendChat}}"
- 17:1017:10, 29 October 2024 diff hist +26 GetMyArmour No edit summary current
- 17:0917:09, 29 October 2024 diff hist +279 N GetMyArmour Created page with "{{v1_8_beta}} {{Welcome|desc=This function returns the Armour of the NPC|params=<source>NoParams</source>| example=<source> if(AmISpawned()) { print("I have armour "+GetMyArmour()+"\n"); } </source>| retvals=The Armour of npc.| relfuncs=*GetPlayerArmour *GetMyHealth}}"
- 17:0617:06, 29 October 2024 diff hist −6 GetMyTeam No edit summary current
- 17:0617:06, 29 October 2024 diff hist +271 N GetMyTeam Created page with "{{v1_8_beta}} {{Welcome|desc=This function will return the team ID (0-255) of NPC.| params=<source inline>NoParams</source>|example=<source>print("My Team ID is "+ GetMyTeam()+ "\n");</source>| retvals=The Team ID of the npc|relfuncs= *GetPlayerTeam *GetMySkin|}}"
- 17:0317:03, 29 October 2024 diff hist +2 GetMySkin No edit summary current
- 17:0317:03, 29 October 2024 diff hist −7 GetMySkin No edit summary
- 17:0317:03, 29 October 2024 diff hist +15 GetMySkin No edit summary
- 17:0217:02, 29 October 2024 diff hist +212 N GetMySkin Created page with "{{v1_8_beta}} {{Welcome|Returns the skin ID of the NPC.| params=<source>NoParams</source>| example=<source inline>local myskin=GetMySkin()</source>| retvals=The Skin ID of the NPC.| relfuncs=*GetPlayerSkin|}}"
- 16:5816:58, 29 October 2024 diff hist +1 LookAtPos No edit summary current
- 16:5816:58, 29 October 2024 diff hist +452 N LookAtPos Created page with "{{Welcome| desc=This function sets the angle of npc such that it looks at the position given| params=<syntaxhighlight lang="lua"> pos</syntaxhighlight> <poem>::pos : The Vector position to which npc must look</poem>| example= The following code makes to look at player with ID 0. <source lang="lua"> LookAtPos(GetPlayerPos(0))</source>| relfuncs=*LookAtPlayer| retvals=true on success and false on failure (npc not spawned or npc is in vehicle.| }}"
25 October 2024
- 16:1716:17, 25 October 2024 diff hist +4 Main Page No edit summary
- 16:1616:16, 25 October 2024 diff hist +149 V1 8 beta4 release notes No edit summary current
- 16:1416:14, 25 October 2024 diff hist +173 V1 8 beta4 release notes →Downloads
- 16:0116:01, 25 October 2024 diff hist −16 V1 8 beta4 release notes →Downloads
- 16:0116:01, 25 October 2024 diff hist +1,584 V1 8 beta4 release notes No edit summary
23 October 2024
- 18:5818:58, 23 October 2024 diff hist +19 Field No edit summary current
- 18:4918:49, 23 October 2024 diff hist +33 Field No edit summary
- 10:2710:27, 23 October 2024 diff hist +40 Field No edit summary
- 10:2610:26, 23 October 2024 diff hist +24 Field No edit summary
- 10:2010:20, 23 October 2024 diff hist +116 FireBullet No edit summary current
- 10:1810:18, 23 October 2024 diff hist +57 FireBullet No edit summary
- 10:1610:16, 23 October 2024 diff hist +245 FireBullet No edit summary