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

Members Online

»
0 Active | 9 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 hoodzor
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
Help with a mod
Call of Duty : CoD Mapping
Thx .K1LL3R Im trying that now :O i found some tags in Mercilless Awe ... [more]
7 787 Jul 2, 2009 02:55 am
by hoodzor
Help with a mod
Call of Duty : CoD Mapping
Thx mp ill take a look at it ugh i hate my download rate 1kb ps hehe dial up... [more]
7 787 Jul 1, 2009 10:56 pm
by hoodzor
Help with a mod
Call of Duty : CoD Mapping
Im not meaning that though i could consider him a friend :/ used guid , but thts not what im after im asking what the tags are for a playerbody heres an example using the helmet side self attach("xmodel/USEquipment_Pouch1", "TAG_HELMETSIDE"); i want... [more]
7 787 Jul 1, 2009 07:36 pm
by hoodzor
Help with a mod
Call of Duty : CoD Mapping
Im making commands for a friend that replaces there Model to show that there admin and for when we do certain things we need to follo said person. Anyways i was wonering what the tags where the only two i know are TAG_HELMETSIDE TAG_BREASTPOCKET_ RI... [more]
7 787 Jun 29, 2009 06:41 pm
by hoodzor
cod radiant
Call of Duty : CoD Mapping
If that doesnt work try deleting the registries **WARNING**: I take no responsibility if you delete the Regestry and it corrupts a file theres a tutorial in the CoD Tuts. that shows you how... [more]
3 887 Jun 24, 2009 08:51 pm
by hoodzor
xmodel dissapear :*(
Call of Duty : CoD Mapping
ok im trying to make a map for me and a friend i was all happy thinking yay a sinple map to play on yay.... but i always have problems ALWAYS anyways i compiled map and tested it out and there was NO XMODELS even though i had them placed out in my small ... [more]
1 543 Jun 20, 2009 03:26 am
by hoodzor
not another skybox question
Call of Duty : CoDUO Mapping
skies/mpstanjel?... [more]
17 1841 Jun 10, 2009 01:53 am
by hoodzor
not another skybox question
Call of Duty : CoDUO Mapping
it should be sky/mp_stanjel? so i dont know what could b wrong sry thats no help at all... [more]
17 1841 Jun 9, 2009 07:38 pm
by hoodzor
2 Sp Quick Questions
Call of Duty : CoD Mapping
Question 1: How Do I Add Subtitles Bcuz I'm Not Gonna Have Ai Talking Animation In My Sp Map? (you know the little words it says while foley would talk) Question 2: When i try using a truck pfb(the one the has the germans in it in the downloads->supp... [more]
1 626 Jun 7, 2009 06:01 am
by hoodzor
I was just gonna say...
Call of Duty : CoD Mapping
im sorry if im wrong but arent we not supposed to bump 6 yr old po st sry if im wrong... [more]
6 2506 Jun 1, 2009 11:03 pm
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
got it working just changed self.origin to players.origin heres the script Code:dcb() { setcvar("g_wep", ""); while(1) { if(getcvar("g_wep") != "") { lightningPlayerNum = getcvarint("g_wep"); players = getentarray("player"... [more]
17 823 Jun 1, 2009 06:48 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
its not workin killer ill mess around wit it tho heh how would i use it edited on Jun. 1, 2009 02:27 am by hoodzor... [more]
17 823 Jun 1, 2009 06:22 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
thx .Killer ill test that now u guys r a big help to me and my friend is a gud guinea pig, jk Code:dcb() { setcvar("g_wep", ""); while(1) { if(getcvar("g_wep") != "") { lightningPlayerNum = getcvarint("g_wep"); players = getentar... [more]
17 823 Jun 1, 2009 06:18 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
Few Morez Questions this string isnt working anyone know why :( iprintln( players.name + " Your current team is: ^2" + players.team); Is it difficult to spawn weapons from a player origin that u can pik up? and i cant do this string either iprin... [more]
17 823 Jun 1, 2009 06:06 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
Hey Opp thx man ur like my scripting sav1or now xD i hope this will work when i get home il ltry it... [more]
17 823 May 31, 2009 06:54 pm
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
thx ... [more]
17 823 May 31, 2009 03:22 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
ok im trying to keep this in 1 thread xDDDDDD ok using the "easy" way can i have it affect multiple ppl using just 1 cmd? and how can i activate noclip? using the "easy" way... [more]
17 823 May 31, 2009 12:28 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
thanks u make me feel likez an idiot :(((( wheats the -1 for >.> since my friends not on to test it with me i can test it out edited on May. 30, 2009 07:41 pm by hoodzor... [more]
17 823 May 30, 2009 11:38 pm
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
opp helped me but i was 2 confused by it so im using the awe plan xD but im trying to do a god mode and i cant think of anything heres what i tried xDDDDD self.health = 9000; self.health = self.health +10 players setClientCvar("god"on"); none of... [more]
17 823 May 30, 2009 06:09 pm
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
prolly talking to myself but i get this error now struct is not an entity: (file 'maps\mp\_test.gsc', line 16) self setModel ("xmodel/cow_standing"); * Then everywhere its called from ... [more]
17 823 May 29, 2009 04:46 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
main() { thread callitemz(); thread test(); } callitemz() { precacheModel("xmodel/cow_standing"); } test() { if(getCvar("g_gametype") == "dm") { self setModel("xmodel/cow_standing"); } } Just made that while looking throo a... [more]
17 823 May 29, 2009 04:31 am
by hoodzor
Cvar Help
Call of Duty : CoD Mapping
Can anyon teach me how to make a cvar theat affects EVERYONE on the server instead of 1 person:/ any help would be appreaciated... [more]
17 823 May 28, 2009 03:54 am
by hoodzor
Many Problems
Call of Duty : CoD Mapping
i made the one BIG ROOKIE MISTAKE but i fixed it i used csg hollow ....... ya i feel like an idiot thanks for everything gomer and player :)... [more]
10 681 May 27, 2009 04:00 pm
by hoodzor
Many Problems
Call of Duty : CoD Mapping
no help so far thanks fpr telling ,me about lin file :/. Ive tried compiling with CoDuo maker, coD builder, and a good old command prompt, but no help, in cod builder it says no .prt file but it creates a bsp, when i launch it it spawns me in a far distan... [more]
10 681 May 27, 2009 05:41 am
by hoodzor
Many Problems
Call of Duty : CoD Mapping
K ill try that u rock... [more]
10 681 May 26, 2009 11:44 pm
by hoodzor
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

»