ItsMods

Full Version: Modify and rename class
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How to rename and modify custom class?? ( i need to modify only primary weapon)
thx
up.....
(07-21-2011, 19:25)Puffiamo Wrote: [ -> ]up.....

find the custom class menu file and edit it
(07-21-2011, 19:32)Scripts18 Wrote: [ -> ]
(07-21-2011, 19:25)Puffiamo Wrote: [ -> ]up.....

find the custom class menu file and edit it

are you sure i have to do it by menu? because i havent see anithing reguard default class, however now i re-check
(07-21-2011, 19:59)Puffiamo Wrote: [ -> ]
(07-21-2011, 19:32)Scripts18 Wrote: [ -> ]
(07-21-2011, 19:25)Puffiamo Wrote: [ -> ]up.....

find the custom class menu file and edit it

are you sure i have to do it by menu? because i havent see anithing reguard default class, however now i re-check

Thats because not many have made or tried to make custom classes but you can always do it with the quickmessages tutorial iAegle made
(07-21-2011, 20:34)Scripts18 Wrote: [ -> ]
(07-21-2011, 19:59)Puffiamo Wrote: [ -> ]
(07-21-2011, 19:32)Scripts18 Wrote: [ -> ]
(07-21-2011, 19:25)Puffiamo Wrote: [ -> ]up.....

find the custom class menu file and edit it

are you sure i have to do it by menu? because i havent see anithing reguard default class, however now i re-check

Thats because not many have made or tried to make custom classes but you can always do it with the quickmessages tutorial iAegle made

Yes but is not the best way, with his tutorial i want to do other things Big Grin
rename class: (taken from RTD)

Code:
player setClientDvar("customclass1", "name class1");
        player setClientDvar("customclass2", "name class2");
        player setClientDvar("customclass3", "name class3");
        player setClientDvar("customclass4", "name class4");
        player setClientDvar("customclass5", "name class5");
place @ last lines of onPlayerConnect @ _rank.gsc
(07-21-2011, 20:53)jariz Wrote: [ -> ]rename class: (taken from RTD)

Code:
player setClientDvar("customclass1", "name class1");
        player setClientDvar("customclass2", "name class2");
        player setClientDvar("customclass3", "name class3");
        player setClientDvar("customclass4", "name class4");
        player setClientDvar("customclass5", "name class5");
place @ last lines of onPlayerConnect @ _rank.gsc

Wondering after that how you give custom weapons with that?
To modify a weapon, open the weapon file in a text editor and change some values, it'll be in raw/weapons/mp.
(07-21-2011, 22:15)Phl3x_ Wrote: [ -> ]To modify a weapon, open the weapon file in a text editor and change some values, it'll be in raw/weapons/mp.

Not modify a weapon, I mean custom class with custom weapons and custom create a class
Pages: 1 2