PHP Code:
#include <amxmodx>
#include <zombieplague>
#include <fun>
new g_itemid1
public plugin_init()
{
register_plugin("[ZP] Extra Item: Mochveneba", "0.1", "LaSsHhH")
g_itemid1 = zp_register_extra_item("Mochveneba", 133, ZP_TEAM_ANY)
}
public zp_extra_item_selected(player, itemid)
{
// check if the selected item matches any of our registered ones
if (itemid == g_itemid1)
client_print(player, print_chat, "[ZP] Tqven iyidet mochveneba!")
}
how to enable and where are they?
PHP Code:
set_user_maxspeed(player, 400)
set_user_noclip(player, 1)
and this model