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 - FOX TAIL

Pages: 1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 58
301
Modification Help / Re: Hydrobot v. 1.1
« on: October 30, 2010, 10:07:43 PM »
putting so yes

302
Modification Help / Re: Hydrobot v. 1.1
« on: October 30, 2010, 10:04:36 PM »
I never learned how to fix that could you guys post the code for putting it into one?

303
Add-Ons / Re: New Hydromods Topic (Yes old one sucked)
« on: October 30, 2010, 09:59:35 PM »
New blood spatter test (Too lazy to upload)

304
Modification Help / Re: Hydrobot v. 1.1
« on: October 30, 2010, 08:00:41 PM »
~Reserved~

305
Modification Help / Hydrobot v. 1.1
« on: October 30, 2010, 07:55:50 PM »
I am working on my first actual script and this is what I have so far:

/////////////////////////////////
/////////hydrobot v.1////////////
/////////////////////////////////
package EnterGame
{

      function gameConnection::onClientEnterGame(%this)
        {
                parent::onClientEnterGame(%this);
                messageClient(%this, '', "\c3Server is running Hydraulic's chatbot Mod Version 2.5");
         }

};

activatepackage(EnterGame);

package woot
{
   function servercmdmessagesent(%client,%message)
   {
                parent::serverCmdMessageSent(%client,%message);
      if(strlwr(getSubStr(%message,0,2)) $= "hi")
      {
         messageall('',"\c3Hydrobot\c6: Hey there.");
      }
      //moved
   }
};
activatepackage(woot);

Package hydroBot
 {
function servercmdmessagesent(%client,%text){
  if(strlwr(%text)$="i hate hydrobot"){
   announce("\c3Hydrobot\c6:I hate you more" SPC %client.name @ ".");
##}##
parent::servercmdmessagesent(%client,%text);
}
};
activatepackage("hydroBot");


Areas with Red are problems causing it not to work
Please post anything I did wrong
New error:
Loading Add-On: hydro_chatBot
Add-Ons/hydro_chatBot/server.cs Line: 25 - Syntax error.
>>> Some error context, with ## on sides of error halt:
   function servercmdmessagesent(%client,%message)
   {
                parent::serverCmdMessageSent(%client,%message);
      if(strlwr(getSubStr(%message,0,2)) $= "hi")
      {
         messageall('',"\c3Hydrobot\c6: Hey there.");
      } elseif(strlwr(%text)$="i hate hydrobot") {##
##   messageall('',"\c3Hydrobot\c6: I hate you more" SPC %client.name @ ".");
      }
   }
};
activatepackage(hydro);

306
Add-Ons / Re: New Hydromods Topic (Yes old one sucked)
« on: October 30, 2010, 05:05:47 PM »
My ingame name is Hydraulic and just made my first decal in gimp:

307
Modification Help / Re: Hydromods Main Modification Topic
« on: October 30, 2010, 05:02:17 PM »
My first decal in gimp:

308
Add-Ons / Re: New Hydromods Topic (Yes old one sucked)
« on: October 29, 2010, 09:44:01 PM »
Thank you :D

309
Modification Help / Re: Hydromods Main Modification Topic
« on: October 28, 2010, 09:33:05 PM »
Death stop acting like a idiot.
This is the newest mod topic old ones are 3+ months old

310
Add-Ons / Re: New Hydromods Topic (Yes old one sucked)
« on: October 28, 2010, 09:31:50 PM »
im going to bump it to piss you off.
He locked it handicap

311
Creativity / Re: The new and improved 3D model topic!
« on: October 28, 2010, 09:26:10 PM »

312
Help / Re: TDM- Sort Weighting.
« on: October 28, 2010, 07:58:26 PM »
Sorry for 2nd post but try setting it to 1

313
Help / Re: TDM- Sort Weighting.
« on: October 28, 2010, 07:58:05 PM »
I guess that would work but I think it makes a max on each team but I may be wrong

314
Add-Ons / Re: New Hydromods Topic (Yes old one sucked)
« on: October 28, 2010, 07:55:55 PM »
Screw the other topic then?

315
Help / Re: TDM problem plz help me!!!!!!!!!!!!
« on: October 28, 2010, 07:53:53 PM »
Check off friendly fire under zombie options not team options

Pages: 1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 58