Jump to content

JKiller55

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by JKiller55

  1. hi i need help with this code:

    --Calc by Zipper: 
    function calcRGBByHP ( player )
    	local hp = getElementHealth ( player )
    	if hp <= 0 then
    		return 0, 0, 0
    	else
    		hp = math.abs ( hp - 0.01 )
    		return ( 100 - hp ) * 2.55 / 2, ( hp * 2.55 ), 0
    	end
    end

    i want this for hp AND Armor but i dont get it

    BTW its for a anmetag script

  2. hey guys,
    i need a x-ray/wallhack script to troll my friends on my server. i want to see the bodys of my enemys through walls, but i dont know how :(
    i know that it is possible, because i saw this on other servers... can anyone help me/show me a function

    sry for my bad english :)

  3. function sayglobal (player,_,msg)
    	if getElementData(player,"LoggedIn") == true then
    		--muted einfg
    		for i,d in ipairs(getElementsByType("player"))do
    			if getElementData(d,"LoggedIn") == true then
    				outputChatBox("#F0E68C[Global]".."#FFFFFF"..getPlayerName(player)..": "..msg,d,255,255,255,true)
    				dbSetStat(getPlayerName(source),"ChatSays",dbGetStat(getPlayerName(source),"ChatSays")+1)
    			end
    		end
    	end
    end
    addCommandHandler("g",sayglobal)
    addCommandHandler("Global",sayglobal)

    i need help here. when someone chat it only show the first word of the text a person wrote. so if i do "/g hey i am JKiller55" the script will show "[Global]JKi: hey"

  4. Ja moin Nikkel :D

    habe das voicechat script editiert schicke gleich, aber ich sag im vorraus:

    Es kommt von der Lautstärke der stimme an, also wenn du laut schreien tust, hört man das duch min. ganz SF

     

    Katzenbilder_Bild2.jpg

    • Like 1
×
×
  • Create New...