All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:12, 27 November 2019 Muphy talk contribs created page NAPI.Chat.SendChatMessageToAll (Created page with "__NOTOC____NOEDITSECTION__{{Template:Server_side_csharp}} Sends a message to the targeted player. '''2 overloads''' ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Chat.Sen...")
- 16:31, 26 November 2019 Xabi talk contribs created page NAPI.Blip.SetBlipTransparency (Created page with "Sets the transparency (alpha) of a blip. ==Syntax== <pre>void NAPI.Blip.SetBlipTransparency(Blip blip, int alpha);</pre> === Required Arguments === *'''blip:''' The blip to...")
- 16:30, 26 November 2019 Xabi talk contribs created page NAPI.Blip.SetBlipSprite (Created page with "Sets the sprite (icon type) of a blip. ==Syntax== <pre>void NAPI.Blip.SetBlipSprite(NetHandle blip, int/uint sprite);</pre> === Required Arguments === *'''sprite:''' The bli...")
- 16:28, 26 November 2019 Xabi talk contribs created page NAPI.Blip.SetBlipShortRange (Created page with "Sets the range status of a blip. ==Syntax== <pre>void NAPI.Blip.SetBlipShortRange(Blip blip, bool range);</pre> === Required Arguments === *'''blip:''' The blip to get the n...")
- 15:31, 26 November 2019 Muphy talk contribs created page NAPI.Blip.SetBlipScale (Created page with "Method allows the increase/decrease the size of a blip. ==Syntax== <pre>void NAPI.Blip.SetBlipScale(Blip blip, float scale);</pre> === Required Arguments === *'''blip''': pa...")
- 15:29, 26 November 2019 Muphy talk contribs created page NAPI.Blip.SetBlipPosition (Created page with "Sets the position of a blip. ==Syntax== <pre>void NAPI.Blip.SetBlipPosition(Blip blip, Vector3 newPos);</pre> === Required Arguments === *'''blip''': The blip to set the pos...")
- 15:27, 26 November 2019 Muphy talk contribs created page NAPI.Blip.SetBlipName (Created page with "Sets the name of a blip. A blip's name is a title which can be viewed through the game map. ==Syntax== <pre>void NAPI.Blip.SetBlipName(Blip blip, string name);</pre> === Req...")
- 15:23, 26 November 2019 Muphy talk contribs created page NAPI.Blip.SetBlipColor (Created page with "Sets the color of a blip. ==Syntax== <pre>void NAPI.Blip.SetBlipColor(Blip blip, int color);</pre> === Required Arguments === *'''blip:''' The blip to get the color from. Pa...")
- 15:17, 26 November 2019 Muphy talk contribs created page NAPI.Blip.GetBlipTransparency (Created page with "Gets the transparency (alpha) of a blip. ==Syntax== <pre>int NAPI.Blip.GetBlipTransparency(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the tran...")
- 15:16, 26 November 2019 Muphy talk contribs created page NAPI.Blip.GetBlipSprite (Created page with "Gets the sprite (icon type) of a blip. ==Syntax== <pre>uint NAPI.Blip.GetBlipSprite(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the sprite from...")
- 15:15, 26 November 2019 Muphy talk contribs created page NAPI.Blip.GetBlipShortRange (Created page with "Gets the range status of a blip. ==Syntax== <pre>bool NAPI.Blip.GetBlipShortRange(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the range status...")
- 15:13, 26 November 2019 Muphy talk contribs created page NAPI.BlipGetBlipShortRange (Created page with "Gets the range status of a blip. ==Syntax== <pre>bool NAPI.Blip.GetBlipShortRange(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the range status...")
- 15:09, 26 November 2019 Muphy talk contribs created page NAPI.Blip.GetBlipScale (Created page with "==Syntax== <pre>Vector3 NAPI.Blip.GetBlipScale(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the scale from. Parameter input should be in '''Blip'...")
- 15:01, 26 November 2019 Muphy talk contribs created page NAPI.Blip.GetBlipPosition (Created page with "==Syntax== <pre>Vector3 NAPI.Blip.GetBlipPosition(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the position from. Parameter input should be in ''...")
- 10:45, 26 November 2019 User account Muphy talk contribs was created
- 10:45, 26 November 2019 User account Graber talk contribs was created
- 02:21, 26 November 2019 User account Yazakoza talk contribs was created
- 19:20, 25 November 2019 Xabi talk contribs created page NAPI.Blip.GetBlipName (Created page with "Gets the name of a blip. ==Syntax== <pre>string NAPI.Blip.GetBlipName(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the name from. Parameter inpu...")
- 19:16, 25 November 2019 Xabi talk contribs created page NAPI.Blip.GetBlipColor (Created page with "Gets the color of a blip. ==Syntax== <pre>int NAPI.Blip.GetBlipColor(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the color from. Parameter inpu...")
- 19:14, 25 November 2019 Xabi talk contribs created page NAPI.Blip.CreateBlip (Created page with "Creates a blip either tied to an entity or static with range as an option and dimension. You can also use a sprite for the blip. ==Syntax== <pre>Blip NAPI.Blip.CreateBlip(uin...")
- 18:58, 25 November 2019 Xabi talk contribs created page NAPI.ACL.LogoutPlayer (Created page with "Logs a player out of ACL. ==Syntax== <pre>void NAPI.ACL.LogoutPlayer(Client player);</pre> === Required Arguments === *'''player:''' parameter input should be in '''Client''...")
- 18:57, 25 November 2019 Xabi talk contribs created page Server-side CSharp function (Created page with "==ACL== *DoesPlayerHaveAccessToCommand *GetPlayerAclGroup *IsAclEnabled *...")
- 18:53, 25 November 2019 Xabi talk contribs created page NAPI.ACL.LoginPlayer (Created page with "Logs a player into ACL. ==Syntax== <pre>LoginResult NAPI.ACL.LoginPlayer(Client player, string password);</pre> === Required Arguments === *'''player:''' parameter input sho...")
- 18:49, 25 November 2019 Xabi talk contribs created page NAPI.ACL.IsAclEnabled (Created page with "Checks whether the ACL is enabled or not. ==Syntax== <pre>bool NAPI.ACL.IsAclEnabled();</pre> ==Example== {{CSharpContainer| {{Example}} <syntaxhighlight lang="C#"> if (NAPI...")
- 18:48, 25 November 2019 Xabi talk contribs created page NAPI.ACL.GetPlayerAclGroup (Created page with "Get the ACL group for the given player. ==Syntax== <pre>string NAPI.ACL.GetPlayerAclGroup(Client player);</pre> === Required Arguments === *'''player:''' parameter input sho...")
- 18:43, 25 November 2019 Xabi talk contribs created page NAPI.ACL.DoesPlayerHaveAccessToCommand (Created page with "Checks whether a player has access to the given command based on the ACL. ==Syntax== <pre>bool NAPI.ACL.DoesPlayerHaveAccessToCommand(Client player, string command);</pre> =...")
- 09:24, 25 November 2019 User account Darklegend talk contribs was created
- 05:53, 25 November 2019 User account DanielSevostyanov talk contribs was created
- 18:36, 24 November 2019 User account MrGinoTM talk contribs was created
- 17:38, 19 November 2019 User account Zo0r talk contribs was created
- 20:34, 11 November 2019 Unknown talk contribs created page Events::callLocal (Created page with "{{ServersideJsFunction}} __TOC__ This function calls an event registered in C#. == Syntax == <pre> mp.events.callLocal('eventName', [params...]); </pre> ==Example== {{Ser...")
- 20:28, 11 November 2019 Unknown talk contribs created page IncomingConnection (Created page with "{{ServersideJsEvent}} __TOC__ This event is triggered when an player establishes a connection with the server before loading the resources. {{JSContainer| {{Parameters}} *...")
- 20:18, 11 November 2019 Unknown talk contribs created page Template:ServerEventsJS server (Created page with "*Events: **serverShutdown **incomingConnection **packagesLoaded")
- 20:15, 11 November 2019 Unknown talk contribs created page PackagesLoaded (Created page with "{{ServersideJsEvent}} __TOC__ This event is triggered when the server has loaded all packages resources' folders in **packages** directory. You can delay this event's trigge...")
- 20:14, 11 November 2019 Unknown talk contribs created page Events::delayInitialization (Created page with "{{ServersideJsFunction}} __TOC__ This function delays server's initialization of packages to run early functions. ==Setter== * {{RageType|Boolean}} ==Example== {{Serversid...")
- 18:48, 11 November 2019 User account PrayPlay talk contribs was created
- 10:36, 11 November 2019 Unknown talk contribs created page ServerShutdown (Created page with "{{ServersideJsEvent}} __TOC__ This event is triggered when the server is shutting down. {{JSContainer| {{Example}} <pre> mp.events.add("serverShutdown", async () => { mp....")
- 10:31, 11 November 2019 Unknown talk contribs created page Events::remove (Created page with "{{ServersideJsFunction}} __TOC__ Removes the specified event from events tree. == Syntax == <pre> mp.events.remove("eventName"); // Removes all eventName instances mp.event...")
- 10:22, 11 November 2019 Unknown talk contribs created page Events::delayShutdown (Created page with "{{ServersideJsFunction}} __TOC__ This function delays server's shutdown till you finish all your async tasks. ==Setter== * {{RageType|Vector3}} ==Example== {{ServersideCod...")
- 02:34, 9 November 2019 User account MAXXAM talk contribs was created
- 22:01, 8 November 2019 Kpect 94 talk contribs created page File:Kamacho.jpg
- 22:01, 8 November 2019 Kpect 94 talk contribs uploaded File:Kamacho.jpg
- 21:57, 8 November 2019 Kpect 94 talk contribs created page File:Taipan.jpg
- 21:57, 8 November 2019 Kpect 94 talk contribs uploaded File:Taipan.jpg
- 21:54, 8 November 2019 Kpect 94 talk contribs created page File:Tyrant.jpg
- 21:54, 8 November 2019 Kpect 94 talk contribs uploaded File:Tyrant.jpg
- 21:53, 8 November 2019 Kpect 94 talk contribs created page File:Ellie.jpg
- 21:53, 8 November 2019 Kpect 94 talk contribs uploaded File:Ellie.jpg
- 21:51, 8 November 2019 Kpect 94 talk contribs created page File:Flashgt.jpg
- 21:51, 8 November 2019 Kpect 94 talk contribs uploaded File:Flashgt.jpg