block load { es_xmsg #multi #default[#greenGabeee Buyscript#default] #greenLoaded es_setinfo "Gabeee BuyScript" 1.0 es_makepublic "Gabeee BuyScript" } block unload { es_xmsg #multi #default[#greenGabeee Buyscript#default] #greenUnloaded } event player_say { if (event_var(text) equalto !m4a1) do { es_give event_var(userid) weapon_m4a1 } if (event_var(text) equalto !ak47) do { es_give event_var(userid) weapon_ak47 } if (event_var(text) equalto !scout) do { es_give event_var(userid) weapon_scout } if (event_var(text) equalto !awp) do { es_give event_var(userid) weapon_awp } if (event_var(text) equalto !galil) do { es_give event_var(userid) weapon_galil } if (event_var(text) equalto !famas) do { es_give event_var(userid) weapon_famas } if (event_var(text) equalto !sg550) do { es_give event_var(userid) weapon_sg550 } if (event_var(text) equalto !g3sg1) do { es_give event_var(userid) weapon_g3sg1 } if (event_var(text) equalto !sg552) do { es_give event_var(userid) weapon_sg552 } if (event_var(text) equalto !aug) do { es_give event_var(userid) weapon_aug } if (event_var(text) equalto !mac) do { es_give event_var(userid) weapon_mac10 } if (event_var(text) equalto !tmp) do { es_give event_var(userid) weapon_tmp } if (event_var(text) equalto !mp5) do { es_give event_var(userid) weapon_mp5navy } if (event_var(text) equalto !ump) do { es_give event_var(userid) weapon_ump45 } if (event_var(text) equalto !p90) do { es_give event_var(userid) weapon_p90 } if (event_var(text) equalto !m3) do { es_give event_var(userid) weapon_m3 } if (event_var(text) equalto !auto) do { es_give event_var(userid) weapon_xm1014 } if (event_var(text) equalto !glock) do { es_give event_var(userid) weapon_glock } if (event_var(text) equalto !usp) do { es_give event_var(userid) weapon_usp } if (event_var(text) equalto !p228) do { es_give event_var(userid) weapon_p228 } if (event_var(text) equalto !deagle) do { es_give event_var(userid) weapon_deagle } if (event_var(text) equalto !dual) do { es_give event_var(userid) weapon_elite } if (event_var(text) equalto !fiveseven) do { es_give event_var(userid) weapon_fiveseven } if (event_var(text) equalto !hegrenade) do { es_give event_var(userid) weapon_hegrenade } }