• 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] [CODE] Custom spawns
#21
(03-19-2013, 13:16)napok Wrote: Please post !pos plugin too. Thanks.

!pos is to easy to code..
Code:
Use the Event OnSay
Code:
public override ChatType OnSay(String Message, ServerClient Client, bool Teamchat)
        {

Code:
if (Message == "!pos") // This will let you fly through walls
            {
             ServerPrint(Client.Name + "is on the position X: " + Client.OriginX + " Y: " + Client.OriginY + " Z: " + Client.OriginZ); // Serverprints the coords
             TellClient(Client.ClientNum, "You are on the position X: " + Client.OriginX + " Y: " + Client.OriginY + " Z: " + Client.OriginZ, true); // Send a message to client
            return ChatType.ChatNone;
            }


Source:
http://www.itsmods.com/forum/Thread-Rele...Boxes.html

Goodluck
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply
#22
http://www.itsmods.com/forum/Thread-Rele...onHUD.html

already a compiled plugin with all these functions, you can also use the source code and edit it.
  Reply
#23
Please allow us to specify facing direction.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Black Ops 2 Custom background? jotape99 10 11,614 10-29-2013, 07:22
Last Post: xInfinity.
  Help Code color crosshairs koren30 3 3,630 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,690 09-01-2013, 18:30
Last Post: Bandarigoda123
  Custom xanims DidUknowiPwn 8 6,650 08-28-2013, 08:17
Last Post: RaZ
  Help Need Help with C# code tubwux 2 3,091 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,780 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,797 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,153 07-28-2013, 01:52
Last Post: First_Semyon
  Help Make ac130 shoot custom bullets Ra3shed 0 2,553 07-23-2013, 13:02
Last Post: Ra3shed
  [Tutorial] Custom gametype HUD iAegle 17 14,161 07-14-2013, 01:16
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 1 Guest(s)