ItsMods

Full Version: advanced Server Config
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi . I need Help. Is There Any File For Server configuration? for example:
[Image: 125020596_3.jpg]
I SET THIS IN MY SERVER. PLS HELP. TNKHeart
It's GSC script.
(09-09-2013, 09:05)SailorMoon Wrote: [ -> ]It's GSC script.

How I Download It Or Change The Code in gsc file? which part?
pls insert the download URLHeart
(09-09-2013, 09:48)Poorya56 Wrote: [ -> ]
(09-09-2013, 09:05)SailorMoon Wrote: [ -> ]It's GSC script.

How I Download It Or Change The Code in gsc file? which part?
pls insert the download URLHeart

There's no download link. You need to do it yourself.

Put this @OnPlayerSpawned, after spawned_player:
self maps/mp/gametype/_hud::hintmessage("your welcome text");
hi.Tnk u for Help. I set this ,but my server dosen't load the Map. I Put it:
Code:
onPlayerSpawned()
{
self endon("disconnect");
self thread maps\mp\gametypes\_config::myconfig();

for(;;)
{
self waittill("spawned_player");
self maps/mp/gametype/_hud::hintmessage("your welcome text");
self thread maps\mp\gametypes\_my::mymain();
}
}
What is The Problem?
In File Config , I have 4 file GSC. _config.gsc , _my.gsc , _re.gsc . I dont have any _hud.gsc file in My FolderHuh
(09-09-2013, 18:21)Poorya56 Wrote: [ -> ]hi.Tnk u for Help. I set this ,but my server dosen't load the Map. I Put it:
Code:
onPlayerSpawned()
{
self endon("disconnect");
self thread maps\mp\gametypes\_config::myconfig();

for(;;)
{
self waittill("spawned_player");
self maps/mp/gametype/_hud::hintmessage("your welcome text");
self thread maps\mp\gametypes\_my::mymain();
}
}
What is The Problem?
In File Config , I have 4 file GSC. _config.gsc , _my.gsc , _re.gsc . I dont have any _hud.gsc file in My FolderHuh

It's already in game.
Oh, and it is self maps\mp\gametypes\_hud_message::hintmessage("text");
tnk w8 I test it
(09-09-2013, 19:01)Poorya56 Wrote: [ -> ]tnk w8 I test it

Uh, I've missed semicolon.

Code:
self maps\mp\gametypes\_hud_message::hintmessage("text");
It's Working :X
Tnks Very mach
omg. every spawn...