But it is a Scritping help forum...
Ok... So this plugin needs to be redone :/..... Like it needs to be imported into HarbeRPItems.sma so it will have a Mysql Connection.
LOL Talk About copying from the Tutorial in the doc
Code:
//Drink Menu
new keys = MENU_KEY_0|MENU_KEY_1|MENU_KEY_2|MENU_KEY_3|MENU_KEY_4|MENU_KEY_5|MENU_KEY_6|MENU_KEY_7|MENU_KEY_8|MENU_KEY_9
register_menucmd(register_menuid("Which Drink?"), keys, "giveWeapon")
register_clcmd("say /drinkmenu", "showWeaponMenu")
&
Code:
//711 Menu
new keys1 = MENU_KEY_0|MENU_KEY_1|MENU_KEY_2|MENU_KEY_3|MENU_KEY_4
register_menucmd(register_menuid("Buy what?"), keys1, "giveWeapon1")
register_clcmd("say /711menu", "showWeaponMenu1")
But anyway here is what you register to make a item
IN HarbuRPItems.sma!!!
Code:
register_srvcmd("item_extasy", "item_extasy")
that is one idk what all is in Pinks plugin.
__________________