• Hitmenu coding `?
    3 replies, posted
How can I do so my hitman and DarkRP's hitmenu working together? My hitman don't working PT.
Highlighted bit. [url]https://github.com/FPtje/DarkRP/blob/master/gamemode/shared.lua#L273[/url]
But I have to add TEAM_HITMAN somewhere? I need to tell our system that Hitman is a hitman ?
Here you go: TEAM_HITMAN = AddExtraTeam("Hitman", { color = Color(0,0,0, 255), model = "models/player/charple.dml", description = [[ Your description here bla bla.. bla bla.. ]], weapons = {"weapon_mad_fists", "weapon_mad_awp"}, command = "hitman", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, }) add that to the shared.lua and also in the buttom put this: DarkRP.addHitmanTeam(TEAM_HITMAN)
Sorry, you need to Log In to post a reply to this thread.