Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 12 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Latest Posts by Brokzor
These topics are the latest to have been updated with new posts.
Show me more: 50 100 150
MODSonline.com Forums
Latest Posts
Subscribed Posts
Search
  Topic Replies Views Last Post
Rank?
Call of Duty 2 : CoD2 Scripting
well, we are here to help players ( i know i havent been any better but i think i have learned ;D ) well, you could download the mod out of the internet or anywhere else but have to include it into the mod by yourself. Sounds simple doesnt it? ;D... [more]
3 1498 Jan 4, 2011 05:58 pm
by Brokzor
Controlling chat by .gsc file ?
Call of Duty 2 : CoD2 Scripting
no i wouldn't believe that, a script doesnt effect the server to often, except you have something like unlimited loops in it. So i think it should be fine, the only thing i thought could be messy would be that the mod wouldn't get every message if they ar... [more]
8 2967 Jan 3, 2011 05:32 pm
by Brokzor
Controlling chat by .gsc file ?
Call of Duty 2 : CoD2 Scripting
yeah i think so too, i think this script you would have to make would be really tough. You could just use B3 and turn every other option off.... [more]
8 2967 Jan 3, 2011 05:17 pm
by Brokzor
Animation
Call of Duty 2 : CoD2 Scripting
well.. i think i know what you mean with put it on your weapon, but i dont know how to put it on it... could you explain it a little bit more please? so i understand :)... [more]
3 1314 Jan 1, 2011 02:32 am
by Brokzor
Animation
Call of Duty 2 : CoD2 Scripting
Hey there, it is me again... well now, i am wondering, can i give my testclient a specific animation? So when i tell him that he should do the walking anymation that he is actually doing it?... [more]
3 1314 Dec 31, 2010 07:30 pm
by Brokzor
Execute commands
Call of Duty 2 : CoD2 Scripting
well, when i report that then others don't have to try that out anymore. Anyways i am going to do it over another way. ui_map = "g_gametype tdm map mp_dawnville"; rotation = getcvar("sv_mapRotation"); setcvar("sv_mapRotation_old",rotation); setc... [more]
6 1307 Dec 29, 2010 01:20 am
by Brokzor
Execute commands
Call of Duty 2 : CoD2 Scripting
well that does not work out.. it is just loading the map i have had befre. Does the map have to be in the map rotation?... [more]
6 1307 Dec 28, 2010 07:54 pm
by Brokzor
Execute commands
Call of Duty 2 : CoD2 Scripting
Hey guys, i am trying to execute a command via a script. This script should change the map to whatever i want to.... [more]
6 1307 Dec 28, 2010 04:40 pm
by Brokzor
HUD infront of Menu
Call of Duty 2 : CoD2 Scripting
ahh thank you, i think i got that!... [more]
8 2452 Dec 18, 2010 07:41 pm
by Brokzor
HUD infront of Menu
Call of Duty 2 : CoD2 Scripting
how does getsubstr wrk? i mean what does this command do?... [more]
8 2452 Dec 18, 2010 06:57 pm
by Brokzor
HUD infront of Menu
Call of Duty 2 : CoD2 Scripting
could you give me an example of the new menu file? And yeah the text is dynamic.... [more]
8 2452 Dec 18, 2010 01:28 pm
by Brokzor
HUD infront of Menu
Call of Duty 2 : CoD2 Scripting
Heey, i was wondering if it is possible to set the hud infront of a menu? So i created a text which should display in the menu. (I took my name). As an example. I created a new menu which shows different infos about myself. But i created those infos ... [more]
8 2452 Dec 18, 2010 12:49 pm
by Brokzor
Settext and self.name
Call of Duty 2 : CoD2 Scripting
Haha, what version are you playing on? And how far did yu get yet?... [more]
5 1467 Dec 17, 2010 06:04 pm
by Brokzor
Settext and self.name
Call of Duty 2 : CoD2 Scripting
Thank you! That was such a quick answer! If you ever need help with mods etc. just ask me out, i will help you :)... [more]
5 1467 Dec 17, 2010 05:36 pm
by Brokzor
Settext and self.name
Call of Duty 2 : CoD2 Scripting
Hey guys! I was just wondering if it is possible to do something like setText(self.name); i tried that out but it didnt work at all! self.self_name = newHudElem(self); self.self_name.x = 60; //630 self.self_name.y = 475; //475 ... [more]
5 1467 Dec 17, 2010 05:09 pm
by Brokzor
Menu File
Call of Duty 2 : CoD2 Scripting
well what i wanna do is, i want to set a dvar in a Menu file (like a text field) and exec it there too. edited on Nov. 22, 2010 04:15 pm by Brokzor... [more]
9 1969 Nov 22, 2010 09:13 pm
by Brokzor
Menu File
Call of Duty 2 : CoD2 Scripting
I want to create a menu, where i can type something which will be set as a variable.. is that possible? Do i have any alternatives? ... [more]
9 1969 Nov 22, 2010 03:28 pm
by Brokzor
Execing script
Call of Duty 2 : CoD2 Scripting
well what i got is, one line where you can type something, this will be set as your dvar, the next button is the send button and now i want to exec the dvar, but the server should exec it... [more]
2 784 Nov 13, 2010 01:44 pm
by Brokzor
Execing script
Call of Duty 2 : CoD2 Scripting
Hey guys, i want the server to exec different kind of scripts.. like file1.cfg, file2.cfg file3.cfg well but i don't want to use the rcon for that, i want a server to open up a menu, type something in a box (this will be set as the dvar) and finally... [more]
2 784 Nov 12, 2010 02:39 pm
by Brokzor
Execute a command without using rcon
Call of Duty 4 : CoD4 Scripting
Now i get this error here Unknown UI Script adminmenu As you can see i wanna run this script out of the adminmenu but how am i able to solve this error? WHUPPPSS sry guys that was totally my fault!! I solved this myself, THX! well... i ... [more]
4 1118 Nov 12, 2010 11:20 am
by Brokzor
Execute a command without using rcon
Call of Duty 4 : CoD4 Scripting
Ok, thanks for the really fast answer! I will test this out now Brokzor... [more]
4 1118 Nov 12, 2010 10:49 am
by Brokzor
Execute a command without using rcon
Call of Duty 4 : CoD4 Scripting
Hey guys! I have a question, is there a way to execute a rcon command without using rcon? What i mean is like.. am i able to exec something in my script? Something like exec file.cfg overall what i want to do is, that i am able to combine an ... [more]
4 1118 Nov 12, 2010 09:44 am
by Brokzor
MODSonline.com Forums

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»