The event doesn't seem to work for me I'm using TS and yes it's a event in TS
Code:
register_event("WeapPickup","weap","e")
public weap(id){
ammo(id)
}
public ammo(id){
if(get_user_weapon(id,clip1,ammo1)){
client_print(id,print_chat,"[RealMod] You have about %i amount of ammo and %i amount of clips left",clip1,ammo1)
}
return PLUGIN_HANDLED
}
This doesn't seem to work when I pick up a weapon