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 - Hooga The Pirate

Pages: [1] 2 3 4 5 6 ... 15
1
Modification Help / What's the function when you enter a...
« on: May 20, 2008, 01:56:09 PM »
What's the function when you enter a server?
Like the welcome message.
Please tell me!

Isn't it like?
Code: [Select]
function GameConnection::OnEnter("Parameters");:cookieMonster:

2
Modification Help / Re: Rock Raiders Mod (Mining Mod)
« on: May 20, 2008, 07:18:01 AM »
This would be pure WIN!

3
Modification Help / Poll: Do you script with "Wordpad"?
« on: May 20, 2008, 07:16:20 AM »
Answer the question and have a cookie! :cookie:

4
Modification Help / Re: Problem about a script I made. :O
« on: May 20, 2008, 01:42:27 AM »
Quote
package Runeth
{
   function GameConnection::SpawnPlayer(%client)
   {
      MessageClient(%client,'',"\c2Welcome to \c0Runeth's PPT server. \c3Runeth\c2 last name was \"Hooga the Pirate\" if you didn't know."); //Make sure you send the message to someone + fixed quotes so they work
      MessageClient(%client,'',"\c2Runeth isn't the leader of PPT, \c3Jervan\c2 is!. Respect all Admins/Super Admins and have fun."); //Fixed grammar and position of colours
      Parent::spawnPlayer(%client); //Actually spawn the player
   }
   function serverCmdMessageSent(%client,%message)
   {
      if(%message $= "runeth sucks") //$= is strings. == is numbers only but faster
      {
         %client.player.kill(); //Kill the player
         messageAll('',"\c7SHP.\c3Runeth\c7.PPT\c6: Hell no! You're the one who sucks, " @ %client.name @ "!"); //Slight fix to the message
          //type return; if you don't want the message to be displayed
      }
      Parent::serverCmdMessageSent(%client,%message);
   }
};
ActivatePackage(Runeth);
Fixed, shown the changes made in bold. (Italic/Comments are explaining them)

I also changed the colours to green and yellow instead of green and red since they fit better :cookieMonster:
Thanks man, you're cool!

5
Modification Help / Re: Problem about a script I made. :O
« on: May 19, 2008, 09:49:42 AM »
But it's my server, and your rules = MY RULEZ! (And yours)

6
Modification Help / Re: Problem about a script I made. :O
« on: May 19, 2008, 09:26:49 AM »
When I tried it, it didn't work.
It's Rikard's fault... :cookieMonster:
Thanks, you're the first who followed my rule! xD

7
Modification Help / Problem about a script I made. :O
« on: May 19, 2008, 09:03:47 AM »
When I tried it, it didn't work. Can someone tell me what I made wrong?

It's in attached files.

8
Clan Discussion / Re: Clan: {PPT} Pro Project Team
« on: May 13, 2008, 04:56:20 PM »
Hey Jervguy could you change my name to Runeth, I'm not a Pirate anymore.

9
General Discussion / Re: Another Name Changing!
« on: May 13, 2008, 04:54:27 PM »
WhoDa?

10
General Discussion / Re: Another Name Changing!
« on: May 13, 2008, 04:48:48 PM »
HI FROODY!

11
General Discussion / Re: Another Name Changing!
« on: May 13, 2008, 11:45:09 AM »
where would your game name be written down? i would think most people are happy with the game updating your name, at your will with your ID number.
Maybe here?? http://www.blockland.us/smf/index.php?topic=21933.0

12
Off Topic / Re: True or false statement?
« on: May 13, 2008, 09:48:33 AM »
Tralse!

The next person can shout "OPAHH!" higher than any cow!

13
General Discussion / Re: Another Name Changing!
« on: May 13, 2008, 09:43:26 AM »
Are you going to make this Forum account to one that's named Runeth?

14
General Discussion / Another Name Changing!
« on: May 13, 2008, 08:44:37 AM »
From now on my name is "Runeth" if you have my name written somewhere please edit it to "Runeth"

Thanks!

15
Forum Games / Re: What is the person above you avatar saying?
« on: May 07, 2008, 03:25:50 PM »
Caki Caek :3

Pages: [1] 2 3 4 5 6 ... 15