Jump to content

TmM_Automan

Members
  • Posts

    12
  • Joined

  • Last visited

Details

  • Gang
    =TmM=

TmM_Automan's Achievements

Square

Square (6/54)

0

Reputation

  1. I hope this is not too much off topic but I just want to point out that you don't need to run broph and fr at the same time, you only need to run broph. The broph resource is the freeroam gamemode, it has all the commands and stuff u need, the fr resource is just the commands for freeroam but it wont spawn players in the world. fr is to be used in conjunction with other gamemodes to add more commands to that mode. If you run broph and fr at the same time then each time you create a vehicle you will get two of them one ontop of the other and sometimes one inside the other, as each resource will be trying to spawn one in the same place. this will just make a nasty mess all over your map and can lead to massive fps drops,
  2. We are getting the same problem on our server, as I have mentioned in another post that is still un answered, The server seems to work ok ( its a 32 slot server) but for some reason we never seem to be able to get more than 4 players in at a time. This is not due to nobody joining, loads of people join but they mostly all time out or quit before they have spawned. It does not matter what game mode or what map is running either. Some people can join without any problem others can't. We have had the server reinstalled and still the problem remains, it's very annoying. But anyway, that error about packetizing argument list resides in the cdm game mode resource. It happens every time a player is sellecting or changing team, I'm not saying that it's nothing to worry about but there is nothing you can do about it. It's just a bad bit of coding and needs to be fixed for the next release.
  3. we are gettting this problem on our server too, not using external download mirror now , but players are still having trouble downloading the resources, either very slow download or none at all, some people get a hanging crash and are unable to get back to desktop. each time you rejoin a little more of the files needed have been downloaded untill after 4-7 times u can finally join but obviously only regualars are that persistant, losing lots of players here, whats going on please ? ps. some people who have not joined b4 get absolutely no problem what so ever, very strange ! any idears mta team ?
  4. TmM_Automan

    Disappearing player

    happens with all run and fire small arms and smg, but seems to depend on the surface the player is standing on too
  5. when u exit a car the engine normally stays on but with helicopters the engine and rotorblade always stops, this is just part of gta, maybe this is the reason why.
  6. I also get this error sometimes but its only happened on getting onto a pushbike
  7. Stig don't forget that I put a function in the script for the GTAMP.NET server that prevents players in aircraft from killing pedestrian players with rockets, not sure if that will appy to this script , but it may well. ( I am posting this msg here just incase that is the case which would mean szlend's script is fine and he doesnt need to test it again ) With my script though, the rockets are still visible to attacker and victim its just that they don't hurt, so if the bombs or explosions are not seen maybe more work is needed damn nice idear though szlend, we'll be letting u know if its just clashing with my script or not . Plus good luck on getting movement on the other axes , that will be sweet
  8. Im not sure if this will get your script working as there maybe something else wrong with it but one thing I notice straight away is this... setTimer ( showMessages, 5000, 0 ) -- this line is wrong I think, the "0" at the end is in the place where u are telling the server how many times to perform the function "showMessages" so it will do absolutely nothing, like sending a cheque for £000000.00 change it to 1 . Also I would keep the "local" but i would try moving that line to just under the line begining with "function" I hope you get this working as I want to use something like this too but hve been too busy to get arround to it
  9. you have prolly worked this out by now as you posted nearly a week ago but just incase u havent, the information u need is on the mta developer wiki, but but basicly u need to open your mta server config file mta/server/mods and there is a setting there to make server visible to ase and mta server browser, make sure its set to 1 and not 0, if that still doesnt work make sure any firewall is on a low setting, using zone alarm as an example, turn off stealth mode. That should do the trick
  10. Hello, I just made a map for cdm, when I test it on my own windows server it loads and plays fine, so I gave it to my clan mate to upload to the main server which is linux. When he tries to load it he gets a message saying its an invalid map file. Now I said it plays fine on my server , but when I exit game there is an error message displayed (ERROR: Couldn't packetize argument list, invalid element specified.) so I am guessing this is something to do with it. I have had a good look about for information on this error but cant find anything of use and like I said it loads and works fine on my server, so I am a bit confused. Can anyone please shine some light on this argument list thingy please because I dont want to have to bin a map that works, especially when I have put so much time into making it. oh and did I mention that it works perfectly when I test it myself ? thanks for reading and hopefully thanks in advance for helping me out, cheers Auto edit: OK problem solved, new resource contained a few includes like headshot etc. when removed from the meta file the problem went away, strange though as the last gamemode / map that I made had all the same includes and worked on the main server with no problems. A bit of an embarrasingly simple remedy but I get to play my map after all so no complaints, hope this post is of use to anyone else having the same problem b4 I delete the evidence of my scripting noobishness
  11. function playerWasted () destroyBlipsAttachedTo ( source ) spawn_me ( source, 2500 ) end function playerJoin () spawn_me( source, 1500 ) end function spawn_me( player, timer ) setTimer ( spawnThePlayer, timer, 1, player ) end function spawnThePlayer ( player ) local b = spawnPlayer ( player, -711+randInt(1,5), 957+randInt(5,9), 12.4, 90, randInt(9,288) ) if not b then spawnThePlayer ( player ) return end fadeCamera(player,true) end addEventHandler ( "onPlayerJoin", root, playerJoin ) addEventHandler ( "onPlayerWasted", root, playerWasted ) This will spawn you at random points in a defined area and give u a random skin, this code is from the broph resource. in the function spawnThePlayer on the line that starts with "local b=" is where the xyz is defined, put your x and y before each instance of "randInt" and then put your z coordinate. the next variable is for player rotation and after that the last one defines the range of skin id to select from at random ( uses pretty much all of them except the cj one). This method will work but it is not recomended as eAi pointed out. This is especially true if you are writing a game mode that you want to make more than one map for, but if thats not the case and its just for you and not for release to the comunity then its up to you as it will solve your problem anyway. ps. if eAi (or anyone that can tell me) reads this , please can you tell me if its possible, or how to, use randInt or math.random to spawn players, vehicles and pickups in a .map file , as this is a very useful function but i cant find any mention of it on the wiki and when i try to use it then it does not work unless i just do it in the .lua as above , but I want to use this function in a new map for an existing game mode.
  12. > ey up Devil Well this is a fitting first post, helping out a fellow clan member , and I have a vested intrest in getting this script up too, that being said I am prolly the most nubzeh $l<2!P702 ever but I hate to see you with your cap in hand and nobody... biting ? so i chuck in my tuppence, lol wtf am i saying, it is 4am though. anyway this is what I came up with client function pic() local screenWidth, screenHeight = guiGetScreenSize() local kahk = guiCreateStaticImage(screenWidth/2 - -290, screenHeight - 80, 220, 100, 'lama.png', false, nil) end function bummer destroyElement ( kahk ) triggerServerEvent ( lama ) end addEvent ("greeting", true ) addEvent ("lamaWasted") addEventHandler ("onGreeting", getRootElement(), pic ) addEventHandler ("onLamaWasted",getRootElement(), bummer ) server function lamaHunt ( player, command, killer ) if ( command and lama ) then --local blip = getElementData ( source, "lamablip" ) if ( blip ) then destroyElement ( blip ) blip = nil end setPlayerWantedLevel ( lama, 0 ) end lama = killer or getRandomPlayer() if ( lama ) then blip = createBlipAttachedTo ( lama, 23 ) triggerClientEvent ( "greeting", getRootElement(), "" ) --setElementData ( lama, "lamablip", blip ) setTimer ( setPlayerWantedLevel, delay, 1, lama, 6 ) setTimer ( outputChatBox, delay, 1, "You're the lama, run!", lama ) for i, v in ipairs ( getElementsByType ( "player" ) ) do if ( v ~= lama ) then setTimer ( outputChatBox, delay, 1, getClientName ( lama ) .. " is the lama!", v ) end end end end addCommandHandler ( "gogogolama", lamaHunt) some of what you had didnt make any sence to me at all, but i did notice a few things that i am pretty sure are correct now that were not before, but i'm guessing it still wont work
×
×
  • Create New...