Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. hook.Add( "PlayerSay", "PlayerSayExample", function( ply, text, team )
  2.     if ( string.sub( text, 1, 6 ) == "!build" ) then -- if the first four characters of the string are /all
  3.         ply:SetPos( Vector(537, 217, -15775) )
  4.         ply:StripWeapons()
  5.         ply:Give("weapon_physgun")
  6.         ply:Give("weapon_physcannon")
  7.         ply:Give("gmod_tool")
  8.         ply:ChatPrint("Burada silah cekerseniz otomatik slaylanirsiniz!")
  9.     else if table.HasValue==
  10.     end
  11. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement