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.


Topics - Ipquarx

Pages: 1 ... 7 8 9 10 11 [12]
166
I'm trying to finish up my new mod, but im needing to use onConnectRequest to do it. I'm parenting, putting it in a package, and its still saying authentication failed. what am i doing wrong? code:

deactivatePackage(package1);
package package1
{
   function GameConnection::onConnectRequest(%this,%lanname,%netname,%clantag1,%clantag2)
   {
      Parent::onConnectRequest(%this,%lanname,%netname,%clantag1,%clantag2);
      //stuff goes here
   }
};
activatePackage(package1);

167
Modification Help / What is dedicated-compatible?
« on: April 25, 2011, 06:21:20 PM »
How can i avoid having my mod become not compatible with dedicated servers? (losing functionality, crashing the server, etc.)
and if possible, what functions are and aren't compatible with dedicated servers?

168
Modification Help / Client-sided bottomprint manipulation
« on: April 24, 2011, 07:17:00 PM »
Im trying to client-sided-ly manipulate clientcmdbottomprint, and its working, but it stops the bottomprint from actually appearing, and makes and error when the function is called.
Could anyone tell me what im doing wrong and how to fix it? thanks.

Code: [Select]
deactivatePackage(newpackage);
package newpackage
{
function clientCmdBottomprint(%msg, %time)
{
%nmsg = strreplace(%msg, " ", " ");
for(%a=0; %a < getFieldCount(%nmsg); %a++)
{
echo("Field" SPC %a SPC getField(%nmsg, %a));
}
parent::Bottomprint(%msg, %time);
}
};
activatePackage(newpackage);

169
Modification Help / strReplace not working more than once
« on: April 21, 2011, 04:23:36 PM »
I'm trying to make a script that takes a input, and replaces certain characters, and then returns the finished string. This involves more than 1 strreplace, but it's not seeming to work more than once. I've tried using separate functions, using different variable names, but it only seems to replace once.
Here's the code:

function NN(%Input)
{
    strreplace(%Input, ".", " ");
    strreplace(%input, "e", " ");
}

How do i fix this?
Replies appreciated!

170
Modification Help / Server-side to client-sided lists
« on: March 30, 2011, 12:09:54 PM »
Hey, im working on a mod, but it needs to be able to let a non-host client get a list from a .txt in the host's config/server folder.
How would i do that?
Replys are appriciated.

171
Modification Help / Client MessageboxOK
« on: March 16, 2011, 06:44:55 PM »
Hi, im working on a script, but i need to be able to have a selected client have a messageboxOK popup, how do i do that if im the host, using a server-sided script? ive tryed everything i could think of, nothing has worked.

Replys appriciated!
-Ipquarx

172
Help / Unable to add music files
« on: September 05, 2010, 11:47:04 AM »
Using audacity I turned a .mp3 file into a .ogg and mono'd it, But when I put it in the music foulder it did not show up on the music list, what did I do wrong / Was I supposed to do?

173
Modification Help / UsefullGUI Beta
« on: September 03, 2010, 12:10:36 PM »
UsefullGUI Beta

I made this GUI to do various common tasks, like kicking, banning, fetching, ect.

Features:

  • Name/BLID Box
  • Player List
  • Kick
  • Ban (Select a player name or enter a BLID to ban for specified time and reason)
  • Fetch
  • Find
  • *NEW* Spy
  • Kill (Admin_Slay add-on needed)
  • Loopkill (Admin_Slay add-on needed)
  • Mute (select a player to mute for specified time)

Screenshot:



PM me if interested, or if you have any suggestions.

To-Do:

  • Spying
  • Clear Bricks

SPYING COMPLETE!

174
Suggestions & Requests / AddVehicleVelocity/SetVehicleVelocity
« on: August 15, 2010, 07:40:17 PM »
Hey, i was trying to make something in single player, and i needed to make the vehicle shoot up into the air(dont ask why) and i realized i cant. could someone please make these events? thanks.

175
Modification Help / WeaponImage
« on: August 11, 2010, 06:42:49 PM »
Im trying to make something where i need to find the weaponimage of the item in that slot.
what variable would i use?

176
Modification Help / SpawnProjectile Function
« on: August 07, 2010, 02:25:31 PM »
Does anybody know what the arguments for the SpawnProjectile function are?
i searched the forums and google, but i cant find it.

177
Modification Help / Item names
« on: April 27, 2010, 03:45:18 PM »
Is there a way to client-sided (doesent have to be, but perferred) to find the name of a item using a var like %item.name? (%item.name does not work by the way)

178
Add-Ons / Ipquarx's Mega Sound Pack
« on: March 26, 2010, 02:32:18 PM »
Description: This is a HUGE sound pack consisting of 50 sounds, button sounds, and beep sounds. Chock-full of sound nutrition! All natural!
Enjoy!
 
Download Here
PS: my rtb name is Avenger.

179
Off Topic / DarkLight Going
« on: January 21, 2010, 04:26:07 PM »
DarkLight, (My acquaintance) has informed me that he will be gone for quite a while, And that I am needless to say why. Please do not spam this topic, or flame me, (Or DarkLight) Or anyone for that matter. I do not need nor want to explain why he will be gone.

Thanks for reading,
                        Ipquarx

Pages: 1 ... 7 8 9 10 11 [12]