stock GetWeaponByID(weapon){ new string[30]; GetWeaponName(weapon, string, sizeof(string)); return string;}
printf("%s", GetWeaponByID(24));