User contributions for Xabi
30 November 2019
- 09:3109:31, 30 November 2019 diff hist +372 N GetTextLabelColor Created page with "Gets the color for the given text label. {{CSharpContainer| {{#tag:syntaxhighlight|TColor {{Template:CSharp_Serverside_namespace}}TextLabel.GetTextLabelColor(NetHandle label..."
- 09:3009:30, 30 November 2019 diff hist +972 N CreateTextLabel Created page with "Creates a floating text label. {{CSharpContainer| {{#tag:syntaxhighlight|TextLabel {{Template:CSharp_Serverside_namespace}}TextLabel.CreateTextLabel(string text, Vector3 pos..." current
- 09:2609:26, 30 November 2019 diff hist +867 N CreateProjectile Created page with "Creates a projectile travelling to the target position. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Explosion.CreateProjectile(Wea..." current
- 09:2609:26, 30 November 2019 diff hist +985 N CreateOwnedProjectile Created page with "Creates a projectile travelling to the target position where the source is the player passed. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_nam..." current
- 09:2509:25, 30 November 2019 diff hist +5 CreateOwnedExplosion No edit summary current
- 09:2409:24, 30 November 2019 diff hist +837 N CreateOwnedExplosion Created page with "Creates an explosion on a specific location where the source is the player passed. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Exp..."
- 09:2309:23, 30 November 2019 diff hist +724 N CreateExplosion Created page with "Creates an explosion on a specific location. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Explosion.CreateExplosion(ExplosionType e..." current
- 09:2009:20, 30 November 2019 diff hist +360 N ClearPlayerDecorations Created page with "Clears all player's decorations. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Client.ClearPlayerDecorations(Client player);|lang=cs..."
- 09:1909:19, 30 November 2019 diff hist +455 N BanPlayer Created page with "Bans the player from joining the current server. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Client.BanPlayer(Client player, strin..."
- 09:1709:17, 30 November 2019 diff hist +463 N SetEntityVelocity Created page with "Sets the velocity for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityVelocity(NetHandle netHandle,..." current
- 09:1609:16, 30 November 2019 diff hist +451 N SetEntityTransparency Created page with "Sets the transparency for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityTransparency(NetHandle ent..." current
- 09:1609:16, 30 November 2019 diff hist +463 N SetEntityRotation Created page with "Sets the rotation for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityRotation(NetHandle netHandle,..." current
- 09:1609:16, 30 November 2019 diff hist +463 N SetEntityPosition Created page with "Sets the position for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityPosition(NetHandle netHandle,..." current
- 09:1509:15, 30 November 2019 diff hist +439 N SetEntityModel Created page with "Sets the model for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityModel(NetHandle handle, int model..." current
- 09:1409:14, 30 November 2019 diff hist +449 N SetEntityDimension Created page with "Sets the dimension for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityDimension(NetHandle entity, u..." current
- 09:1409:14, 30 November 2019 diff hist +371 N GetEntityVelocity Created page with "Gets the velocity for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|Vector3 {{Template:CSharp_Serverside_namespace}}Entity.GetEntityVelocity(NetHandle entity);..." current
- 09:1309:13, 30 November 2019 diff hist +366 N GetEntityType Created page with "Gets the type for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|EntityType {{Template:CSharp_Serverside_namespace}}Entity.GetEntityType(NetHandle handle);|lang..." current
- 09:1309:13, 30 November 2019 diff hist +376 N GetEntityTransparency Created page with "Gets the transparency for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|byte {{Template:CSharp_Serverside_namespace}}Entity.GetEntityTransparency(NetHandle ent..." current
- 09:1209:12, 30 November 2019 diff hist +371 N GetEntityRotation Created page with "Gets the rotation for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|Vector3 {{Template:CSharp_Serverside_namespace}}Entity.GetEntityRotation(NetHandle entity);..." current
- 09:1209:12, 30 November 2019 diff hist +371 N GetEntityPosition Created page with "Gets the position for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|Vector3 {{Template:CSharp_Serverside_namespace}}Entity.GetEntityPosition(NetHandle entity);..." current
- 09:1109:11, 30 November 2019 diff hist +361 N GetEntityModel Created page with "Gets the model from the NetHandle passed. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Entity.GetEntityModel(NetHandle ent);|lang=c..." current
- 09:1109:11, 30 November 2019 diff hist +367 N GetEntityFromHandle Created page with "Gets the entity given the NetHandle. {{CSharpContainer| {{#tag:syntaxhighlight|T {{Template:CSharp_Serverside_namespace}}Entity.GetEntityFromHandle<T>(NetHandle handle);|lan..." current
- 09:1009:10, 30 November 2019 diff hist +370 N GetEntityDimension Created page with "Gets the dimension for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Entity.GetEntityDimension(NetHandle entity);|..." current
- 09:0909:09, 30 November 2019 diff hist +360 N DoesEntityExist Created page with "Check if the entity exists. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Entity.DoesEntityExist(NetHandle netHandle);|lang=csharp}}..." current
- 09:0809:08, 30 November 2019 diff hist +356 N DeleteEntity Created page with "Destroys the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.DeleteEntity(NetHandle netHandle);|lang=csharp}} {{..." current
29 November 2019
- 16:5416:54, 29 November 2019 diff hist +442 N SetDummyEntityType Created page with "Sets the type for the given DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}DummyEntity.SetDummyEntityType(NetHandle enti..." current
- 16:5316:53, 29 November 2019 diff hist +374 N GetDummyEntityType Created page with "Gets the type for the given DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|int {{Template:CSharp_Serverside_namespace}}DummyEntity.GetDummyEntityType(NetHandle entit..." current
- 16:5216:52, 29 November 2019 diff hist +619 N CreateDummyEntity Created page with "Creates a DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|DummyEntity {{Template:CSharp_Serverside_namespace}}DummyEntity.CreateDummyEntity(int dummyType, Dictionary<..." current
- 16:5016:50, 29 November 2019 diff hist +451 N GetEntitySharedData Created page with "Gets entity data that was set with SetEntitySharedData. {{CSharpContainer| {{#tag:syntaxhighlight|object {{Template:CSharp_Serverside_namespace}}Data.GetEntitySharedData(Ent..." current
- 16:4816:48, 29 November 2019 diff hist +302 N GetAllWorldSharedData Created page with "Get all keys set in the world data, set with SetSharedWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldS..."
- 16:4816:48, 29 November 2019 diff hist +290 N GetAllWorldData Created page with "Get all keys set in the world data, set with SetWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldData();..." current
- 16:4716:47, 29 November 2019 diff hist +405 N GetAllEntitySharedData Created page with "Get all keys set in the server's entity data, set with SetEntitySharedData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.G..."
- 09:1009:10, 29 November 2019 diff hist +390 N PlayPedScenario Created page with "Makes the Ped play a scenario. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.PlayPedScenario(Ped ped, string scenario);|lang=csh..."
- 09:0809:08, 29 November 2019 diff hist +539 N PlayPedAnimation Created page with "Makes the Ped play an animation. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.PlayPedAnimation(Ped ped, bool looped, string dic..."
- 09:0509:05, 29 November 2019 diff hist −1 CreatePed No edit summary current
- 09:0409:04, 29 November 2019 diff hist +587 N CreatePed Created page with "Creates a new Ped. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.CreatePed(PedHash model, Vector3 pos, float heading, uint dimen..."
- 09:0209:02, 29 November 2019 diff hist +308 N ClearPedTasks Created page with "Clears all the tasks assigned to a Ped. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.ClearPedTasks(Ped ped);|lang=csharp}} {{P..."
- 08:5608:56, 29 November 2019 diff hist +376 N ConsoleOutput Created page with "Prints a message on the server's console. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Util.ConsoleOutput(string text, object[] arg..." current
- 08:5408:54, 29 November 2019 diff hist +338 N GetHashKey Created page with "Gets the hash from the given string. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Util.GetHashKey(string input);|lang=csharp}} {{P..." current
- 08:5308:53, 29 November 2019 diff hist +357 N GetHashSha256 Created page with "Gets the SHA256 hash from the given string. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.GetHashSha256(string input);|lang=c..." current
- 08:5208:52, 29 November 2019 diff hist +346 N PedNameToModel Created page with "Gets the numeric hash from the Ped's name. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.PedNameToModel(string modelName);|la..." current
- 08:5208:52, 29 November 2019 diff hist +352 N PickupNameToModel Created page with "Gets the numeric hash from the Pickup's name. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.PickupNameToModel(string modelNam..." current
- 08:5108:51, 29 November 2019 diff hist +349 N ToJson Created page with "Converts the given object into a JSON type string. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.ToJson(object data);|lang=cs..." current
- 08:5008:50, 29 November 2019 diff hist 0 WeaponNameToModel No edit summary current
- 08:5008:50, 29 November 2019 diff hist +350 N WeaponNameToModel Created page with "Gets the numeric hash from the Weapon's name. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Util.WeaponNameToModel(string modelName)..."
- 08:4508:45, 29 November 2019 diff hist +917 N SendPictureNotificationToPlayer Created page with "Creates and sends a Notification with a picture and some extra information to an specified player. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serversid..."
- 08:4408:44, 29 November 2019 diff hist +851 N SendPictureNotificationToAll Created page with "Creates and sends a Notification with a picture and some extra information to all the players in the server. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp..." current
- 08:4108:41, 29 November 2019 diff hist +566 N SendNotificationToPlayer Created page with "Creates and sends a Notification to an specified player. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Notification.SendNotification..."
- 08:4008:40, 29 November 2019 diff hist +504 N SendNotificationToAll Created page with "Creates and sends a Notification to all the players in the server. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Notification.SendNo..." current
- 08:2708:27, 29 November 2019 diff hist +318 Template:CSharp Vehicle definition No edit summary current