First you need to get the tool to load the mods ingame
http://www.itsmods.com/forum/Thread-ItsModsloader.html
This pack with all the gsc files in common_mp might get in handy too if you plan on making mods
http://www.mediafire.com/?gvaajy262s4jspx
List of functions from COD4 - most of them still works (most likely not those marked as SP/AI)
http://www.zeroy.com/script/
The most efficient way to find functions, is searching through the gsc's.
I recommend you get Notepad++. It is handy with its syntax highlighting, keeps your documents in the tabs so you can easily continue on your work, and the 'Search in files' function which allows you to choose a folder and you can search for a certain word - lets say 'freeze' - and if you set the folder to be the above linked package with gsc's, this will eventually be your result:
http://roflsaurus.com/users/blade/searchresult.png
With this ease I found the function for freezing a player.
If you are just starting out with your first mod, I recommend that you use the _rank.gsc
In the gsc pack folder it is located in maps\mp\gametypes\
For using it with the modloader, place it in the same order as you found it inside the \mod\ folder, so it is like this: ModloadersFolder\mod\maps\mp\gametypes\_rank.gsc
Then you start up the modloader and the game, toggle VAC to DISABLED in private match/combat training and enjoy the mod you/someone else made.
I will be able to find a tutorial on coding the mods at a later time, the site where I had posted a detailed tutorial on this for MW2 is down.
http://www.itsmods.com/forum/Thread-ItsModsloader.html
This pack with all the gsc files in common_mp might get in handy too if you plan on making mods
http://www.mediafire.com/?gvaajy262s4jspx
List of functions from COD4 - most of them still works (most likely not those marked as SP/AI)
http://www.zeroy.com/script/
The most efficient way to find functions, is searching through the gsc's.
I recommend you get Notepad++. It is handy with its syntax highlighting, keeps your documents in the tabs so you can easily continue on your work, and the 'Search in files' function which allows you to choose a folder and you can search for a certain word - lets say 'freeze' - and if you set the folder to be the above linked package with gsc's, this will eventually be your result:
http://roflsaurus.com/users/blade/searchresult.png
With this ease I found the function for freezing a player.
If you are just starting out with your first mod, I recommend that you use the _rank.gsc
In the gsc pack folder it is located in maps\mp\gametypes\
For using it with the modloader, place it in the same order as you found it inside the \mod\ folder, so it is like this: ModloadersFolder\mod\maps\mp\gametypes\_rank.gsc
Then you start up the modloader and the game, toggle VAC to DISABLED in private match/combat training and enjoy the mod you/someone else made.
I will be able to find a tutorial on coding the mods at a later time, the site where I had posted a detailed tutorial on this for MW2 is down.