Is this server sided? [message #288734] |
Sat, 06 October 2007 08:07 |
|
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 #288743 is a reply to message #288734] |
Sat, 06 October 2007 09:27 |
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 #288746 is a reply to message #288734] |
Sat, 06 October 2007 09:33 |
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 #288755 is a reply to message #288734] |
Sat, 06 October 2007 10:56 |
|
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
|
|
|
|
|