don't compiled
CSDM Ticketing
PHP Code:
public plugin_cfg()
{
if (g_TeamTickets)
{
csdm_set_mainoption(CSDM_OPTION_SAYRESPAWN, CSDM_SET_DISABLED) <<<<<<<<<<<<<<<<<
}
}
CSDM Main
error in all drop_with_shield &
PHP Code:
public say_respawn(id)
{
if (g_options[CSDM_OPTION_SAYRESPAWN] == CSDM_SET_DISABLED) <<<<<<<<<<<<<<<<<
{
CSDM Equip
PHP Code:
//temporary fix!
drop_with_shield(id, weap) <<<<<<<<<<<<<<<<<<<<<<
&
if (slot == SLOT_PRIMARY && cs_get_user_shield(id) && wpnid > 0)
{
csdm_fwd_drop(id, -1, "weapon_shield") <<<<<<<<<<<<<<<<<<
}
FIX IT PLZ!!!
__________________