Posted: Thu Jun 24, 2010 3:16 pm Post subject: Re: X2 - X4 - X5 Download Links
hello
i downloaded X4 V3.0 BETA [Advanced Server Setup] Download Here
and run the server the welcome msg said hello and welcome to the >>>{ptt} tactical server ?? how can i change this clan name and server name i can not find it any were in the configs is it in the mod
and in the game the server stats dont show up at the bottom of the game but the ones on the side does ??
and the bullets go right through 4 build-ens and to the end of the map how can i stop this the wepon config is set to 100 for that class??
Joined: Jul 23, 2007 Posts: 1997 Location: The Netherlands
Status: Offline
Posted: Thu Jun 24, 2010 11:09 pm Post subject: Re: X2 - X4 - X5 Download Links
I downloaded X4 V3 BETA again, just to check.
Welcome messages in messages.cfg are fine:
// welcome messages
// &&1 will be replaced by the player's name (only message 1)
set ex_welcomemsg_1 "Welcome &&1"
set ex_welcomemsg_2 "^7to the ^3e^1X^3treme^1 X^24^7 server"
set ex_welcomemsg_3 "^3*LIVE BETA* ^7Testing"
set ex_welcomemsg_4 "Please play respectfully and fair"
set ex_welcomemsg_5 "Enjoy your stay!"
I don't know where you get the "{ptt} tactical server" from, but it's not in the download.
Posted: Fri Jun 25, 2010 11:27 am Post subject: Re: X2 - X4 - X5 Download Links
if its a older version i got it from above its in their
in the mod under extream in the ex.tagged .gsc
patman its not in the configs its in the extreme ex.tagged.gsc
main() { thread onPlayerConnect(); } onPlayerConnect() { while(1) { level waittill("connecting", player); player thread onPlayerDisconnect(); player thread onPlayerSpawned(); } } onPlayerDisconnect() { self waittill("disconnect"); } onPlayerSpawned() { self endon("disconnect"); while(1) { self waittill("spawned_player"); wait 15; self thread playerSpawned(); } } playerSpawned() { self endon("disconnect"); self endon("death"); self endon("ex_dead"); wait 5; self SayAll("^3.....^2Welcome " + self.name + ", to the ^7{^4P^7T^1T^7} ^4Tact^7ical Se^1rver!!^7"); if(self getGuid() == "jokers guild was here i removed it to post ") //{PST}*Joker { wait 15; } else
//--phpMyeXtreme NEW INSERTION MARKER--// return; }
if you try to remove this ptt tactical name the server will shut down and not run i think its because of the new insertion marker being locked to joker
when ever i try to rename this the server will not run
ok i got a mate that helped me with the file ex.tagged that joker had helped him with
i see in the file after wait5: has been edited like this and it fixed it the server will now run fine
so just remove the tex in the ex.tagged file after server^2"); and leave the return; at the bottom this now works fine for me
wait 5;
self SayAll("^2.....^3Welcome ^2" + self.name + "^3 To The ^2Aussie-^4S^3N^2I^7P^6E-^1ONLY!!!^3 Server^2");
return;
}
-------------------------------------------------------------------------
this is what it looked like so this is the bit that should be removed
if(self getGuid() == "jokers guild was here i removed it to post ") //{PST}*Joker { wait 15; } else
//--phpMyeXtreme NEW INSERTION MARKER--// return; }
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum