Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Is this server sided?
Is this server sided? [message #288734] Sat, 06 October 2007 08:07 Go to next message
mrãçķz is currently offline  mrãçķz
Messages: 3069
Registered: August 2007
Karma: 0
General (3 Stars)
Permabanned for trying and failing DDoS
hey guys is this server sided if i change
sprintf(message,"Msg %s Has Purchased A
to
sprintf(message,"Tmsg %s Has Purchased A
(i have it in my Server data folder, its in Kamuix.cpp)
or do the clients need to download it?



















void Kamuix_Announce_Preset_Buy::Entered(GameObject *obj,GameObject *enter)
{
const char *preset;
int x;
int cost;
Vector3 spawn_position;
x = Get_Int_Parameter("Player_Type");
if (CheckPlayerType(enter,x))
{
return;
}
char message[1000];
preset = Get_Parameter("Preset_Name");
cost = Get_Int_Parameter("Cost");
if (cost <= Commands->Get_Money(enter))
{
cost = -cost;
spawn_position = Get_Vector3_Parameter("location");
Commands->Give_Money(enter,(float)cost,0);
Commands->Create_Object(preset,spawn_position);
sprintf(message,"Msg %s Has Purchased A %s",Get_Player_Name(enter),Get_Parameter("DisplayName"));
Console_Input(message);
}
else
{
sprintf(message,"ppage %d You do not have enouph money to purchase this!!",Get_Player_ID(enter));
Console_Input(message);
}
}

[Updated on: Sat, 06 October 2007 08:08]

Report message to a moderator

Re: Is this server sided? [message #288735 is a reply to message #288734] Sat, 06 October 2007 08:24 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
Scripts like that run server side, but just having the cpp file in the data folder won't make a blind bit of difference, you would need to recompile the scripts.dll with that updated file.

http://steamsignature.com/card/1/76561197975867233.png
Re: Is this server sided? [message #288736 is a reply to message #288735] Sat, 06 October 2007 08:31 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

danpaul88 wrote on Sat, 06 October 2007 10:24

Scripts like that run server side, but just having the cpp file in the data folder won't make a blind bit of difference, you would need to recompile the scripts.dll with that updated file.


Yes. A cpp file merely tells the compiler what to do, it means nothing to a program (Until compiled).


-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: Is this server sided? [message #288738 is a reply to message #288734] Sat, 06 October 2007 08:59 Go to previous messageGo to next message
mrãçķz is currently offline  mrãçķz
Messages: 3069
Registered: August 2007
Karma: 0
General (3 Stars)
Permabanned for trying and failing DDoS
how can i put it into the scripts.dll?
Re: Is this server sided? [message #288740 is a reply to message #288734] Sat, 06 October 2007 09:07 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
Download scripts.dll source code from www.sourceforge.net/projects/rentools
Open Visual Studio
Load scripts.dll solution
Make your changes to kamuix.cpp
Build->Compile (after setting build mode to Release)
Copy the newly created scripts.dll to your server folder.


http://steamsignature.com/card/1/76561197975867233.png
Re: Is this server sided? [message #288741 is a reply to message #288734] Sat, 06 October 2007 09:25 Go to previous messageGo to next message
Matix101 is currently offline  Matix101
Messages: 128
Registered: September 2007
Karma: 0
Recruit
Lol, like I said, a noob still trying to copy Kamuix's scripts. =O
Re: Is this server sided? [message #288742 is a reply to message #288741] Sat, 06 October 2007 09:26 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

Matix101 wrote on Sat, 06 October 2007 11:25

Lol, like I said, a noob still trying to copy Kamuix's scripts. =O


STFU.


-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: Is this server sided? [message #288743 is a reply to message #288734] Sat, 06 October 2007 09:27 Go to previous messageGo to next message
Matix101 is currently offline  Matix101
Messages: 128
Registered: September 2007
Karma: 0
Recruit
You know its true fag.

Everyone tries to copy off Kamuix's server and tries to pose it off as their "Ultra AOW" or even copy the same name and make it "C&C Mode"

If you wanna be a wannabe go ahead and copy Kamuix and be like the other 5 people who keeps trying to copy his mod.
Re: Is this server sided? [message #288745 is a reply to message #288734] Sat, 06 October 2007 09:32 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

Sigh. We could argue this all day (and in the end it's probably true), but can't you just leave them alone?

-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: Is this server sided? [message #288746 is a reply to message #288734] Sat, 06 October 2007 09:33 Go to previous messageGo to next message
Matix101 is currently offline  Matix101
Messages: 128
Registered: September 2007
Karma: 0
Recruit
Alls im saying is, be fucking creative.

What makes you think, that if one Kamuix C&C Mod server is running great & popular, 5 additional ones will get the same attention?


Its always best to be original.
Re: Is this server sided? [message #288751 is a reply to message #288746] Sat, 06 October 2007 10:18 Go to previous messageGo to next message
BlueThen is currently offline  BlueThen
Messages: 2402
Registered: February 2006
Karma: 0
General (2 Stars)
No, matix. I think he was merely trying to modify one of Kamuix's public scripts. No stealing involved here.
Re: Is this server sided? [message #288752 is a reply to message #288751] Sat, 06 October 2007 10:41 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

BlueThen wrote on Sat, 06 October 2007 12:18

No, matix. I think he was merely trying to modify one of Kamuix's public scripts. No stealing involved here.


That's what I thought, couldn't be sure though.


-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: Is this server sided? [message #288755 is a reply to message #288734] Sat, 06 October 2007 10:56 Go to previous messageGo to next message
mrãçķz is currently offline  mrãçķz
Messages: 3069
Registered: August 2007
Karma: 0
General (3 Stars)
Permabanned for trying and failing DDoS
i only like change the message when u buy an orca on my map !!! i dont use any commands like in kams server !!! i only have !Weapon commands wich XPHAZE had first, and im only work with kams scripts to edit maps like zones to enter, then u get an orca not more !!! i had Build commands and buy commands but they suck !!!

My server commands:

!Guns / !Weapons

!Refill

!Fly

!Money

!Bots (my own bot command not like in wittefuck´s server, on my command helis drop bots with parachutes.)

!Armor

!Host / Only says "MonkeyX01 is the Host" in many new colors.

!MonkeyX01 / Only gives me Blamo Health to Test something.no !Buy Command.

More i dont need for a DM Server!





[Updated on: Sat, 06 October 2007 11:12]

Report message to a moderator

Re: Is this server sided? [message #288797 is a reply to message #288755] Sat, 06 October 2007 16:23 Go to previous messageGo to next message
BlueThen is currently offline  BlueThen
Messages: 2402
Registered: February 2006
Karma: 0
General (2 Stars)
Nevermind...
Re: Is this server sided? [message #288808 is a reply to message #288734] Sat, 06 October 2007 17:25 Go to previous message
Matix101 is currently offline  Matix101
Messages: 128
Registered: September 2007
Karma: 0
Recruit
ROFL!!!!

Quote:

!Bots (my own bot command not like in wittefuck´s server, on my command helis drop bots with parachutes.)



LOL!!!!!!!!
Previous Topic: Boink sound replacement...
Next Topic: i need help i cant create an account on cnc generals zh cause it says the password is incorect
Goto Forum:
  


Current Time: Fri Jan 24 11:16:01 MST 2025

Total time taken to generate the page: 0.00944 seconds