Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. AddEventHandler("onClientResourceStart", function(resourceName)
  2.     if resourceName == "resourceWhereThisScriptIsLocated" then
  3.         NetworkSetFriendlyFireOption(true) -- turn friendly fire on
  4.     end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement