You can pick weapon from the ground with using +use like you do in CS:GO
For English;
For English;
Код:
new const szWeaponNames[WeaponIdType:MAX_WEAPONS][] = {
"", "228 Compact", "", "SSG 08", "He Grenade", "XM1014", "Explosive C4", "MAC-10", "AUG",
"Smoke Grenade", "Dual Berettas", "Five-SeveN", "UMP-45", "SG-550", "Galil",
"FAMAS", "USP", "Glock-18", "AWP", "MP5", "M249", "M3", "M4A1", "TMP", "G3SG1",
"Flashbang", "Desert Eagle", "SG 552", "AK-47", "Knife", "P90", ""
};
ShowSyncHudMsg(pPlayer, g_iHudSync_PickUp, "[E] change to %s", szWeaponNames[weaponId]);