View Single Post
LambdaLambda
AlliedModders Donor
Join Date: Oct 2010
Location: London
Old 01-25-2015 , 18:39   Re: how to restrict deagle on awp maps
Reply With Quote #2

-OnPluginStart HookEvent "item_pickup"
-OnMapStart check it's prefix ("awp_"), save bool to the variable
-On item_pickup check the weapon - kill entity if it is ..... (your weapon)
LambdaLambda is offline