Yes, quite easy, it just pointed the line:
PHP Code:
public cmdGiveM3( id ) {
client_cmd(id, "slot1; drop") // Strips you'r primary weapon
give_item( id; "weapon_m3" ); // Gives you a m3
client_print(id print_chat, "You got a m3!") // With this there is a message
}
after give_item(id you placed ; instead of ,
and the first error is the loose indentation... you must align codes properly
It's easy to find errors when you look at the line number ! that was 75 in your case, weapon.sma(75), that's the filename and line number