Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
29 October 2024
|
N 17:34 | IsPlaybackPaused 2 changes history +470 [Habi (2×)] | |||
|
17:34 (cur | prev) +10 Habi talk contribs | ||||
N |
|
17:34 (cur | prev) +460 Habi talk contribs (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 }}") |
N 17:29 | IsPlaybackRunning diffhist +339 Habi talk contribs (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}}") |
N 17:25 | GetMyColor diffhist +236 Habi talk contribs (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}}") |
|
N 17:24 | GetPlayerColor 3 changes history +421 [Habi (3×)] | |||
|
17:24 (cur | prev) −1 Habi talk contribs | ||||
|
17:23 (cur | prev) +26 Habi talk contribs | ||||
N |
|
17:23 (cur | prev) +396 Habi talk contribs (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)|}}") |
|
N 17:17 | SendPrivMsg 2 changes history +470 [Habi (2×)] | |||
|
17:17 (cur | prev) +17 Habi talk contribs | ||||
N |
|
17:16 (cur | prev) +453 Habi talk contribs (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}}") |
|
N 17:10 | GetMyArmour 2 changes history +305 [Habi (2×)] | |||
|
17:10 (cur | prev) +26 Habi talk contribs | ||||
N |
|
17:09 (cur | prev) +279 Habi talk contribs (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}}") |
|
N 17:06 | GetMyTeam 2 changes history +265 [Habi (2×)] | |||
|
17:06 (cur | prev) −6 Habi talk contribs | ||||
N |
|
17:06 (cur | prev) +271 Habi talk contribs (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|}}") |
|
N 17:03 | GetMySkin 4 changes history +222 [Habi (4×)] | |||
|
17:03 (cur | prev) +2 Habi talk contribs | ||||
|
17:03 (cur | prev) −7 Habi talk contribs | ||||
|
17:03 (cur | prev) +15 Habi talk contribs | ||||
N |
|
17:02 (cur | prev) +212 Habi talk contribs (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|}}") |
|
N 16:58 | LookAtPos 2 changes history +453 [Habi (2×)] | |||
|
16:58 (cur | prev) +1 Habi talk contribs | ||||
N |
|
16:58 (cur | prev) +452 Habi talk contribs (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:17 | Main Page diffhist +4 Habi talk contribs |
|
16:16 | V1 8 beta4 release notes 4 changes history +1,890 [Habi (4×)] | |||
|
16:16 (cur | prev) +149 Habi talk contribs | ||||
|
16:14 (cur | prev) +173 Habi talk contribs (→Downloads) | ||||
|
16:01 (cur | prev) −16 Habi talk contribs (→Downloads) | ||||
|
16:01 (cur | prev) +1,584 Habi talk contribs |
23 October 2024
|
18:58 | Field 4 changes history +116 [Habi (4×)] | |||
|
18:58 (cur | prev) +19 Habi talk contribs | ||||
|
18:49 (cur | prev) +33 Habi talk contribs | ||||
|
10:27 (cur | prev) +40 Habi talk contribs | ||||
|
10:26 (cur | prev) +24 Habi talk contribs |
|
10:20 | FireBullet 3 changes history +418 [Habi (3×)] | |||
|
10:20 (cur | prev) +116 Habi talk contribs | ||||
|
10:18 (cur | prev) +57 Habi talk contribs | ||||
|
10:16 (cur | prev) +245 Habi talk contribs |
|
N 10:12 | V1 8 beta4 release notes 3 changes history +1,232 [Habi (3×)] | |||
|
10:12 (cur | prev) −1,568 Habi talk contribs (→Downloads) | ||||
|
10:11 (cur | prev) +4 Habi talk contribs | ||||
N |
|
10:10 (cur | prev) +2,796 Habi talk contribs (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #ffd789; padding: 1em;"> '''Version 1.8 beta 4''' Release date : 24.October.2024 </poem> *Fixed Vehicle Driver not reset(GetVehicleDriver) when a player as driver exit the vehicle. *Added function FireBullet reenabling npc to shoot things. *API is now 1.8 *Fixed npc not able to get into vehicle as driver when player is inside vehicle as passenger. *Fixed npc not closing doors after exiting vehicle. *Npcclient can...") |
22 October 2024
13 October 2024
|
N 01:07 | OnStoreDownloadComplete 2 changes history +632 [Habi (2×)] | |||
|
01:07 (cur | prev) +13 Habi talk contribs | ||||
N |
|
01:06 (cur | prev) +619 Habi talk contribs (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.8 beta 4 and will not work on previous versions. </poem> {{Welcome|desc=This function is called after OnNPCConnect when *npc finishes downloading necessary store files *all store-files were already up to date *npc was not called with options to download store| params=<source>NoParams</source>| example=<source lang=lua> function OnStoreDownloadComplete() { p...") |
N 00:57 | IsStoreDownloading diffhist +485 Habi talk contribs (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.8 beta 4 and will not work on previous versions. </poem> {{Welcome|desc=Tells if a store download is in progress.| params=<source>NoParams</source>| retvals=true, if a store download is in progress. false, if it has completed or not started. Also null, if npc was not called with options to download store.| relfuncs= *OnStoreDownloadComplete *GetStoreLoc...") |
|
N 00:53 | GetStoreURL 8 changes history +721 [Habi (8×)] | |||
|
00:53 (cur | prev) +171 Habi talk contribs | ||||
|
00:51 (cur | prev) +5 Habi talk contribs | ||||
|
00:51 (cur | prev) +1 Habi talk contribs | ||||
N |
|
00:51 (cur | prev) +544 Habi talk contribs (Created page with "{{Welcome|desc=Gets the URL of the store contents of server, if server has configured for http-downloads.| params=<source>NoParams</source| example=<source> function OnNPCConnect(id) { print(GetStoreURL()); }</source> Output: <source inline>http://18.132.205.100/store/</source> retvals=Returns the Store-URL configured by server. Returns empty string if server has not configured http-downloads. For rel006, rel004 servers, it always returns empty string.| relfuncs= *GetS...") | |||
|
00:40 (cur | prev) +71 Habi talk contribs | ||||
|
00:39 (cur | prev) +307 Habi talk contribs | ||||
|
00:31 (cur | prev) +526 Habi talk contribs | ||||
N |
|
00:29 (cur | prev) +1 Habi talk contribs (Created page with ".") |
00:41 | Move log Habi talk contribs moved page GetStoreURL to GetStoreLocation without leaving a redirect |