Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yankee903

Pages: 1 2 3 4 [5] 6 7
61
General Discussion / Re: Server Ideas?
« on: November 06, 2013, 04:23:29 PM »
Any recommendations?

62
General Discussion / Server Ideas?
« on: November 06, 2013, 04:20:16 PM »
What Do People Want?

This is Xenos109, and I'm looking for good ideas on what to host for a server.

What do you think people want more:
City RPG
TDM
RPs
Freebuild

63
General Discussion / Re: Xenos109's Grapple Knife TDM
« on: November 05, 2013, 05:22:51 PM »
It's temporary, just for now

64
General Discussion / Xenos109's Grapple Knife TDM
« on: November 05, 2013, 05:08:32 PM »
Xenos109's Grapple Knife TDM

Xenos109's Grapple Knife TDM is BACK!!


Admin List:
Xenos109 - SA
Need More!! Ask me if I know You!!

65
Modification Help / Re: Delay part of a function?
« on: March 19, 2013, 09:59:03 AM »
That is correct, but you only have a 0.15 second delay which is unnoticeable

66
Gallery / Re: Xenos109's Grapple Knife TDM!
« on: February 13, 2013, 02:25:58 PM »
<--- Xenos109

     If you want to be admin, ask me and I have to give the yes or no

67
Modification Help / Re: Help with chat bot.
« on: January 09, 2013, 08:35:15 PM »
Add this to the if statements

Code: [Select]
if(%ms !$= "")
         {
            commandToServer('messageSent',%ms);
         }

68
Heres the script...
Code: [Select]
package ClientPing
{
  function NMH_Type::Send(%this)
  {
    if(%this.getValue() $= "/getping")
  {
  NewChatSO.addLine("<color:ffffff>Your ping is " @ "<color:00C800>" @ serverConnection.getPing());
  }
    Parent::Send(%this);
  }
};
ActivatePackage(ClientPing);
:)

69
After all this, your all wrong and i figured it out :) I made a command, /getping, and it works on any server and it shows your ping in your chat box and only you can see it.

70
So this should work on any server?

Code: [Select]
function serverCmdGetPing(%client)
{

%ping = %client.serverConnection.getPing();

messageclient(%client,"<color:ffffff>Your ping is " @ %ping);

}

71
So I have a script, But I want it to work on any server i go on, how can i do this...

function clientCmdFetch(%client)
{

  %ping = %client.getPing();
  
  messageClient("<color:ffffff>Your ping is " @ '%ping');
  
}

72
Modification Help / Re: Making A Command To Change Body Color
« on: December 30, 2012, 12:20:00 PM »
avatar_randomize();
Put that in the command, and it works on other servers??...

73
Modification Help / Re: Making A Command To Change Body Color
« on: December 30, 2012, 09:10:09 AM »
Ok Thnx, I Got That, Now How Do I Make It Client Sided To Work On Any Server

74
Modification Help / Making A Command To Change Body Color
« on: December 27, 2012, 03:15:33 PM »
function serverCmdBlue(%client)
{
  %player = %client.player;
 
  %player.RLegColor("0.2 0 0.8 1");
 
  %player.client.RArmColor("0.2 0 0.8 1");
 
  %player.LArmColor("0.2 0 0.8 1");
 
  %player.PackColor("0.2 0 0.8 1");
 
  %player.ChestColor("0.2 0 0.8 1");
 
  %player.LHandColor("0.2 0 0.8 1");
 
  %player.SecondPackColor("0.2 0 0.8 1");
 
  %player.LArmColor("0.2 0 0.8 0.7");
 
  NewChatSO.addline("<color:ffffff>Your Now Set For Blue Team");
}

Am I Just Really Bad At Scripting, How Could I Make This Work To Change Those Certain Parts Of My Body That Color(Blue).

75
Music / Dubstep Pack V1.0
« on: July 15, 2012, 10:13:19 PM »
    This is a pack of dubstep songs I made from a big dubstep pack I found, I am only half way done!


    Songs Included
   -------------------
 * Falling Down
 * Fire Hive
 * For Those Who Care
 * Illusion of Choice
 * Love & War
 * Lovetrack
 * Move Closer
 * Paradise
 * Particals
 * ReWel
 * Shots Fired
 * Unshakeable
 * We Are The Stars
-------------------------

The File ---> http://red903.minus.com/mApXfVpkM/1g#1g

Pages: 1 2 3 4 [5] 6 7