Hi.
I am new to small and I need a little bit of help. I am trying to get a plugin that if you type /frisk you get the number of guns the player has. I have tryed many thing but they do not work. Can I get a little bit of help?
Code:
}
new weaponsid
new id, clip, ammo, mode, extra
weaponsid = ts_getuserwpn(id,clip,ammo,mode,extra)
client_print(id,print_chat,"Player has %i weapon(s).^n",weaponsid)
return PLUGIN_HANDLED
}
Thank you for you time.