Jump to content

Blueman

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by Blueman

  1. Hello I am having problems with my custom game mode I built. When I die I don't respawn, But the other day I respawned just fine. My lua code. function joinHandler() local x = 2026.935668953 local y = 1008.9664306641 local z = 14.663164138794 spawnPlayer(source, x, y, z) fadeCamera(source, true) setCameraTarget(source, source) outputChatBox("Welcome to My Server", source) end addEventHandler("onPlayerJoin", getRootElement(), joinHandler) function playerDied(totalAmmo, killer, killerWeapon, bodypart) outputChatBox(getPlayerName(source).." died!") end addEventHandler("onPlayerWasted",getRootElement(),playerDied) My meta.xml <meta> <info author="Neko^-^" type="gamemode" name="DragonDM" description="DagonDM Mode" /> <include resource="helpmanager" /> <script src="script.lua" Type="Client" /> <map src="Dragon.map" /> <config src="help.xml" type="client"/> </meta> My help.xml <help> Welcome to the DragonDM Type /createvehicle car name/id to spawn vehicles. Made by Neko^-^ </help> I hope that's enough info I havn't made any changes at all since yesterday.
  2. As for the people giving me tutorial links when I know how to port forward your not really helping. Maybe the below images will clear things up a bit I changed the IP of my server and the forwarded one to my static IP and Game-monitor.com hasn't said anything about a empty or invalid IP yet.
  3. I think I know the problem, I don't have a static IP address.
  4. I have a Netgear router model WNR1000v2 Firmware version V1.0.0.5NA. Dose that help any bit.
  5. Can't use that my router prevents me from forwarding that IP.
  6. Possibly a virtual machine maybe?
  7. Well it seems i'm having troubles again, when I goto add it manually at game-monitor.com it says invalid/empty IP. My server IP is 192.168.1.6.. I have used IP's like it in http file servers such as 192.168.1.3., any possible help.
  8. Thanks person I have never met.
  9. Hi I have built a server and forwarded all ports as I was instructed on the wiki along with following all of the other steps. But it seems my server won't show up on game-monitor.com or the mta server list. Image of consle: Thanks for your time.
×
×
  • Create New...