It lets a person pick the type of person you want to be, then it assigns a specific model, gun, team....
To activate it type
paste the below script into notepad, save as
classmenu.urc
place that file into a folder called "ui"
and then zip the folder, rename it to name.pk3 from name.zip
and place into the main folder of your game.
Now in game(when you are playing an online map) type into console
/pushmenu Mod_class
Code: Select all
menu "Mod_class" 415 308 NONE 1
resource
Button
{
title "Soldier"
name "Default"
rect 7 77 66 29
fgcolor 0.00 0.00 0.00 1.00
bgcolor 0.50 0.50 0.50 1.00
borderstyle "3D_BORDER"
stuffcommand "primarydmweapon smg;join_team allies;popmenu 0;dm_playermodel american_Ranger"
}
end.
