Wow thanks for the help, the problem is how do I set 1-0, it did not understand
I will try to read again and again
That my case of >
EventCurWeapon
PHP Code:
case LR_S4S_DEAGLE:
{
if ( get_user_weapon( client ) != CSW_DEAGLE )
{
fm_strip_user_weapons( client );
fm_give_item( client, "weapon_deagle" );
cs_set_user_bpammo( client, CSW_DEAGLE, 9999 );
}
}
That my case of >
CmdStartGame
PHP Code:
// Shot4Shot Duels
//////////////////
case LR_S4S_DEAGLE:
{
fm_give_item( iPrisoner, "weapon_deagle" );
fm_give_item( iGuard, "weapon_deagle" );
cs_set_user_bpammo( iPrisoner, CSW_DEAGLE, 9999 );
cs_set_user_bpammo( iGuard, CSW_DEAGLE, 9999 );
}