Jump to content

Mazer30

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Mazer30

  1. I'd like to delete a top time made by someone using my Nickname, I changed the Ghost's name, but I don't know how to change the name of the Top Time. Help would be appreciated
  2. I can see it now, could somebody try and search "Kr" and tell me if Kr1 Dm Server #1 pops up? Would be nice to know if other people can see and connect to it.
  3. Ok, thank you. Is it correct that I can't see my server in the "Internet" tab? because I'm hosting it? Because I can see it on my laptop.
  4. Hi guys, I fixed it today. But I'm having another issue, the ports are open, but I don't know on what IP my server is hosted, and I don't know if other people can connect to it.. How do I check that?
  5. Btw, I have a small problem. A friend of mine joined and this popped up in the console:
  6. Works like a charm, thank you.
  7. Hello guys, I just messed around with the create team script, and I got it working. But I have a question, I want my Carcolor to be the same color as my team, could somebody help me out? Here's a picture of what I mean by "Team" And here's my Create team lua: function createAdminTeamOnStart () AdminTeam = createTeam ( "|Kr1|", 123, 143, 209 )-- create a new team and named it 'Kr1' end addEventHandler("onResourceStart", resourceRoot, createAdminTeamOnStart) -- add an event handler function setAdminTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then -- if he is admin setPlayerTeam(source, AdminTeam) -- set him to admin team end end addEventHandler("onPlayerLogin",getRootElement(),setAdminTeam) -- add an event handler
  8. It won't open, and I did the same for 22005 TCP, and 22126 UDP. Please help!
×
×
  • Create New...