Ergebnis 1 bis 1 von 1

Thema: Need Help and HowTo: Flood Gamemod Stool und Donation Screen

  1. #1

    Standard Need Help and HowTo: Flood Gamemod Stool und Donation Screen

    Hi to all.
    Ich brauche Hilfe beim Fixxen dieser Floodmod version:


    Der Donation Screen muss weg

    Arbeite schon Wochen daran und nichts.
    Bin halt ein LUA Noob XD.

    Brauche jemanden der sich der sache gewachsen fühlt.
    werde es nicht veröffentlichen.

    thx im voraus.

    edit:
    Wer alle Stools für alle haben will
    einfach diese stelle in der init.lua löschen:
    Lua Code:
    1. function GM:CanTool(pl, tr, tool)
    2. 	if table.HasValue(BTools, tool) || table.HasValue(STools, tool) then
    3. 	if table.HasValue(BTools, tool) then
    4. 		if pl:SteamID() == FindMe || pl:SteamID() == FindMe1 then
    5. 			return true
    6. 		else
    7. 			return false
    8. 		end
    9. 	end
    10.  
    11. 	if tr.Entity:IsWorld() then
    12. 		return false
    13. 	elseif !tr.Entity:IsValid() then
    14. 		return false
    15. 	elseif tr.Entity:GetNetworkedEntity("Owner") != pl then 
    16. 		return false
    17. 	else
    18. 		if table.HasValue(STools, tool) then
    19. 			if pl:IsAdmin() then
    20. 				return true
    21. 			else
    22. 				if tool == "remover" then
    23. 					pl:ChatPrint("Use the \"Remover Tool\" to remove props, this is the remover(Admins only)")
    24. 					return false
    25. 				else
    26. 					pl:ChatPrint("This tool is vip+ only, check the donations page in the Q menu on how to get it.")
    27. 					return false
    28. 				end
    29. 			end
    30. 		end
    31. 	end
    32. 	else
    33. 	return true
    34. 	end
    35. end
    Geändert von cybersau (10.01.2010 um 21:53 Uhr)
    sorry wegen den rechtschreibfehler.
    seht mal bei google unter Rechtschreibschwäche nach.

Ähnliche Themen

  1. Ich brauche Hilfe bzw. mal nen Tip
    Von PaNiX im Forum Lua
    Antworten: 16
    Letzter Beitrag: 31.07.2008, 19:52
  2. Hamachi LAN Gamemod
    Von skikk im Forum Server
    Antworten: 16
    Letzter Beitrag: 15.05.2008, 16:45
  3. Brauche Hilfe!
    Von SuperGman im Forum Medien
    Antworten: 16
    Letzter Beitrag: 08.04.2008, 19:09
  4. Gamemod
    Von Blood Fighter im Forum Hilfe & Support
    Antworten: 2
    Letzter Beitrag: 05.11.2007, 14:33

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •