Buyur ozaman.PHP- Kodu:
#include <amxmodx>
#include <fun>
#include <hamsandwich>
#include <cstrike>
#define PLUGIN "El Basi Silah Verme"
#define VERSION "1.0"
#define AUTHOR "Nobb"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn,"player","fwdHamSpawnPlayer", 1);
}
public fwdHamSpawnPlayer(id) {
give_item(id, "weapon_mp5navy")
cs_set_user_bpammo(id, CSW_MP5NAVY, 90)
}