// by GuBiTV block load { es_xsetinfo ip 1 es_makepublic ip es_msg #multi #greenGive !scout #lightgreenLoaded! } event player_say { if (event_var(text) = !scout) then es_give event_var(userid) weapon_scout if (event_var(text) = !awp) then es_give event_var(userid) weapon_awp } block unload { es_xsetinfo ip 0 es_msg #multi #greenGive !scout #lightgreenUnLoaded! }