First i want say a big Thank you
But there are some more questions.I'm very sorry. Iam a Noob at this .
1.For PC you need to copy any mods into your mods folder (Program Files x86/activison/Call of duty 4/Mods)
>Save As what file type? (.gsc or a FF File?)< i mean the code like in my example
2.Depends how the mod is coded
>

o you know how promodlive is coded? What exactly I need to do?
3.This can be done in notepad but I highly recommend you use a FF viewer of notepad++
>What type of file i can edit there?
For example i copy this:
self iPrintln("Infection: ^6Pink Crosshairs!"); self setClientDvar( "g_teamcolor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_teamcolor_allies", "1 0 1 1" ); self setClientDvar( "g_ScoresColor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_ScoresColor_allies", "0.8 0 0.8 1" ); self setClientDvar( "cg_scoreboardMyColor", "0 0 0 1" ); self setClientDvar( "g_teamcolor_EnemyTeam", "0.8 0 0.8 1" ); self setClientDvar( "g_teamcolor_MyTeam", "0.2 0.2 0.2 1" );
Then i save this as .? in my promod Folder
Then i activate (but how?)