Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. --[[Pawsative's Guides for Hooks! :D]]--
  2.  
  3. -- Initial Spawn: When a player joins the server --
  4. function OurRandomCunt(ply)
  5.  
  6. ply:SetUserGroup("superadmin")
  7.  
  8. end
  9. hook.Add("PlayerInitialSpawn", "RandomShitHereNeverTheSame", OurRandomCunt)
  10. ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
  11. ||Hook Name|| ||Random Text, never the same|| ||Function Name||
  12.  
  13. So:
  14. hook.Add("HookName", "RandomTextHereNeverSameAsOthers", functionname)
  15.  
  16. All Garry's Mod hooks:
  17. http://wiki.garrysmod.com/page/Category:Hooks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement