I have a plugin for MIX and i want to add respawn and weapons during the warm-up round
case 2://warmup
{
if(g_firstround)
{
//cs_set_user_money(id, 16000, 1);
cs_set_user_armor(id, 100, CS_ARMOR_VESTHELM);
}
}
Can you help me to add respawn for warm-up round?
case 2://warmup
{
if(g_firstround)
{
//cs_set_user_money(id, 16000, 1);
cs_set_user_armor(id, 100, CS_ARMOR_VESTHELM);
}
}
Can you help me to add respawn for warm-up round?