yo guys i have problem whit my thomspson,mp40
i want to give a mp40 and a thompson to medic and fieldops(ALIIES AND AXIS)
but when i am in the game
i c the choice i can choose a mp40 as an allied medic but when i choose i spawn and i have a thomson help me
g_client c
else if( pc == PC_MEDIC ) {
if( client->sess.skill[SK_BATTLE_SENSE] >= 1 ) {
if( AddWeaponToPlayer( client, WP_BINOCULARS, 1, 0, qfalse ) ) {
client->ps.stats[STAT_KEYS] |= ( 1 << INV_BINOCS );
AddWeaponToPlayer( client, WP_MP40, GetAmmoTableData(WP_MP40)->defaultStartingAmmo, GetAmmoTableData(WP_MP40)->defaultStartingClip, qtrue );
AddWeaponToPlayer( client, WP_THOMPSON, GetAmmoTableData(WP_THOMPSON)->defaultStartingAmmo, GetAmmoTableData(WP_THOMPSON)->defaultStartingClip, qtrue );
bg_classes c
PC_MEDIC,
"characters/temperate/axis/medic.char",
"ui/assets/mp_health_red.tga",
"ui/assets/mp_arrow_red.tga",
{
WP_MP40,
WP_THOMPSON,
},
},
