Server voilations in cod4 Promod

Have a question about modding, modelling or skinning? Have a tutorial to post? Post here!

Moderator: Core Staff

Post Reply
zapper-awake-
CJ Wannabe
CJ Wannabe
Posts: 2
Joined: September 26th, 2013, 7:37 am

Server voilations in cod4 Promod

Post by zapper-awake- » September 26th, 2013, 8:52 am

So , i started EDITING a mod for cod4 , i used Promod as a base so that i dont need to start from scratch ...

1. Is it possible that i can edit the Menu in promod ? If yes, How?

2. How to make people NOT download the scripts.. i have threaded my scripts in z-c-r.iwd/promod ruleset/custom ruleset.gsc ..
like this

Code: Select all

main()
{

thread onNewConnection();

....

}
onNewConnection()
{

   for(;;)
   {
      level waittill("connected", player);
      player thread promod_ruleset\awake::welcome(); 
      //... and other scripts here
    
   }
}
But when client download the mod , they download z-c-r.iwd file with my scripts in it , how to stop that ?

3.I want to add custom weapons (of course :sir: ) , but when i edit the pml217.iwd/weapons i get server violations -> Modified .iwd files detected .. How to stop that (if possible)

4. Killstreaks :- how to measure kills made by a player , also any event for death of player ? .. sumthing like

self endon( "death" ); // end on player's death
or
if(isdead(player)) //


Please Tell if you know the answers , not matter how hard are they

Also when i add _svr_ to name of z_c_r.iwd , i get server violations spam -> Extra iwd files detected ..

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests