21.06.2016, 14:47
PHP код:
if(PlayerInfo[playerid][Level] == 2)
{
new WeaponID = GetPlayerWeapon( playerid );
switch( WeaponID )
{
case 1, 2, 3, 4, 5, 6, 7..24: // aqui vocк coloca os ids das armas...
{
SetPlayerArmedWeapon(playerid, 0);
GivePlayerWeapon(playerid, weapon2, 0);
//ResetPlayerWeapons(playerid);
}
}
}
