ItsMods

Full Version: Need help with modding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
(03-29-2011, 19:56)Tomsen1410 Wrote: [ -> ]Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
It doesn't matter what to mod I want to make one first and after that i try to make more difficult mods.
(03-29-2011, 19:57)cash13 Wrote: [ -> ]
(03-29-2011, 19:56)Tomsen1410 Wrote: [ -> ]Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
It doesn't matter what to mod I want to make one first and after that i try to make more difficult mods.

Then start a fully new with a new rank.gsc. Maybe u have deleted something...
(03-29-2011, 19:59)Tomsen1410 Wrote: [ -> ]
(03-29-2011, 19:57)cash13 Wrote: [ -> ]
(03-29-2011, 19:56)Tomsen1410 Wrote: [ -> ]Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
It doesn't matter what to mod I want to make one first and after that i try to make more difficult mods.

Then start a fully new with a new rank.gsc. Maybe u have deleted something...
Ok I have a new _rank.gsc file now, I just want a simple code, so just a weapon and a secondary or something..
so my code is:
Quote: self waittill("spawned_player");

takeAllWeapons();
self giveWeapon("AK74u_silencer",0, false);
self giveWeapon("hatchet");
cash this code is need to be _mp you forgoted _MP

Code:
self waittill("spawned_player");
        
        takeAllWeapons();
        self giveWeapon("ak74u_silencer_mp",0, false);
        self giveWeapon("hatchet_mp");


(03-31-2011, 06:44)Ivankec Wrote: [ -> ]cash this code is need to be _mp you forgoted _MP

Code:
self waittill("spawned_player");
        
        takeAllWeapons();
        self giveWeapon("ak74u_silencer_mp",0, false);
        self giveWeapon("hatchet_mp");
I forget to type it but in the code I wrote it with _mp
PHP Code:
SELF takeAllWeapons(); 
(03-31-2011, 15:18)Tomsen1410 Wrote: [ -> ]
PHP Code:
SELF takeAllWeapons(); 
I wrote that in my code but forget to type it here..
........
Jay my mod works now Big Grin
Pages: 1 2 3 4 5 6 7 8