• Need Help With NFO Server
    9 replies, posted
I need some help with my NFO server which current gamemode is Trouble In Terrorist Town. I need some help inserting player models into my pointshop and adding guns/bombs to the terrorist/detective shop. In return I will reward Gold Vip For the Server + 150k Points (only if wanted its worth $20 US dollers) Much appreciated. Thx Please contact me through either steam or skype Skype-smbahb Steam-Bryce2234
there its a website for this... but if no one else will, I'll help tomorrow. [editline]25th April 2013[/editline] i lied, the website was for coding...
Well if you can help you know where to contact me at
I don't think i'll be able to do it anytime soon, just got thrown a paper for school. If I get any free time i'll message you.
Any help would be fine. The map now has to be manually changed in game so thats another problem to add to the list
If you look around you might be able to find a map voting addon for TTT.
I didnt. Anychance anyone knows the command to revive players in ttt? I know its not really smart but Some Mass RDM'r came and killed people and I would like to have them revived in future cases. Here is what I have so far. I Am also unsure where to put this. So far I put it in ulx\lua\ulx\modules\sh\fun. Also If Anyone could help me fix the map problem that would be nice. [CODE]local CATEGORY_NAME = "TTT" function ulx.respawn( ply, targs ) for _,v in pairs(targs) do v:SetTeam( TEAM_TERROR ) v:Spawn() end ulx.fancyLogAdmin( ply, true, "#A has respawned #T!", targs ) end local spawn = ulx.command( "TTT", "ulx respawn", ulx.respawn, "!spawn" ) spawn:addParam{ type=ULib.cmds.PlayersArg } spawn:defaultAccess( ULib.ACCESS_SUPERADMIN ) spawn:help( "Respawn the target(s)." )[/CODE]
-snip-
Yes that worked thank you. What about the chat issues now?
Also 67th Way (all versions) cause the server to crash and everytime the the map reloads (it dosent change for some reason even though I inserted the map cycle) it has mass script errors. I dont know if it is caused by lua errors or something else.
Sorry, you need to Log In to post a reply to this thread.