would i need this?
Code:
new weapid = read_data(2); // get the weapon ID
switch(weapid) {
case CSW_AK47: {
entity_set_string(id , EV_SZ_viewmodel , "models/v_ak47.mdl"); // set the view model
entity_set_string(id , EV_SZ_weaponmodel , "models/p_ak47.mdl"); // set the player (view) model
entity_set_string(id , EV_SZ_weaponmodel , "models/w_ak47.mdl"); // set the player (view) model
}