Beiträge von FresH.

    Hallo Liebe Leute,
    Ich wollte mal fragen ob jemand ein Script hat, dass die users in LS spawnen und nicht in SF?
    Bitte schreibt mir
    Vielen Dank für euer Verständniss
    MFG FresH


    Mein Server German Black Evolution sucht aktive Users :D

    Lua

    Heii Leute
    Ich habe ein Cosanostra script gemacht aber es geht nicht. Könnt ihr mir den Fehler sagen?


    Lua
    dutymarker = createMarker(26.9141,-290.2775,2.3257,"corona",3,255,0,0)setElementInterior(dutymarker, 3)dutySkins = { [68]=true, [111]=true, [125]=true }
    
    
    function hitman(CosaNostra, command)	local theCosaNostra = gettheCosaNostraount(theCosaNostra)	if getElementData(CosaNostra, "Fraktion") == 1 then		if isElementWithinMarker(theCosaNostra,dutymarker) then			if getElementData(CosaNostra, "Rank") == 0 then				setPedSkin(CosaNostra, 68)				takeAllWeapons ( CosaNostra )				giveWeapon(CosaNostra, 29, ammo=300)				setElementData(CosaNostra,"Duty",1)			elseif getElementData(CosaNostra, "Rank") == 1 then				takeAllWeapons ( CosaNostra )				setPedSkin(CosaNostra, 111)				giveWeapon(CosaNostra, 29, ammo=300)				giveWeapon(CosaNostra, 31, ammo=200)				setElementData(CosaNostra,"Duty",1)			elseif getElementData(CosaNostra, "Rank") == 2 then				takeAllWeapons ( CosaNostra )				setPedSkin(CosaNostra, 111)				giveWeapon(CosaNostra, 29, ammo=300)				giveWeapon(CosaNostra, 31, ammo=200)				giveWeapon(CosaNostra, 34, ammo=25)				setElementData(CosaNostra,"Duty",1)			elseif getElementData(CosaNostra, "Rank") == 3 then				takeAllWeapons ( CosaNostra )				setPedSkin(CosaNostra, 111)				giveWeapon(CosaNostra, 29, ammo=300)				giveWeapon(CosaNostra, 31, ammo=200)				giveWeapon(CosaNostra, 34, ammo=25)				setElementData(CosaNostra,"Duty",1)			elseif getElementData(CosaNostra, "Rank") == 4 then				takeAllWeapons ( CosaNostra )				setPedSkin(CosaNostra, 111)				giveWeapon(CosaNostra, 29, ammo=300)				giveWeapon(CosaNostra, 31, ammo=200)				giveWeapon(CosaNostra, 34, ammo=25)				setElementData(CosaNostra,"Duty",1)			elseif getElementData(CosaNostra, "Rank") == 5 then				takeAllWeapons ( CosaNostra )				setPedSkin(CosaNostra, 125)				giveWeapon(CosaNostra, 29, ammo=300)				giveWeapon(CosaNostra, 31, ammo=200)				giveWeapon(CosaNostra, 34, ammo=25)				setElementData(CosaNostra,"Duty",1)			end			outputChatBox("Du nimmst deine Waffen und gehst an die Arbeit!", CosaNostra)		else 			outputChatBox("Du bist nicht am richtigen Ort!", CosaNostra)		end	else		outputChatBox("Du bist kein Mitglied der CosaNostra !")	endendaddCommandHandler("mv", CosaNostra)