and that doesnt work?

u might want to make sure its the awp that gets dropped (just in case)
Code:
engclient_cmd(id, "drop", "weapon_awp")
and u may also make the event get called only when changing to awp (or shooting with it for that matter..)
Code:
register_event("CurWeapon", "AwpDrop", "be", "1=1", "2=18")
EDIT: its maybe appropriate to remove the awp too after dropping it, take a look at this stock function
http://forums.alliedmods.net/showthread.php?t=26300
__________________