Jump to content

bossyboy

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by bossyboy

  1. My friend had this same problem when trying to join my server, however he could join some others. The "admin" and "webadmin" resources seem to disagree with his game. After disabling both of those resources he can now join and play as normal. The admin resource is DEFINITELY causing the problems here.. If I don't start them on the server launch he can play just fine, the instant I turn on the admin resource he gets network trouble. Also, if I stop the admin resource whilst he is still connected he stays with network trouble, but he can play fine again if he rejoins after I stop the admin resource. I have the admin resource included with the normal MTA 1.1 installer, not the one from the resources google code page.

  2. My friend also gets this when trying to join my server, however he can join most others fine. I have had multiple other people join my server just fine so I don't see what the problem is. He has tried everything suggested in this thread with no success.

    EDIT: I have found a solution to our problem. The "admin" and "webadmin" resources seem to disagree with his game. After disabling both of those resources he can now join and play as normal. The admin resource is DEFINITELY causing the problems here.. If I don't start them on the server launch he can play just fine, the instant I turn on the admin resource he gets network trouble. Also, if I stop the admin resource whilst he is still connected he stays with network trouble, but he can play fine again if he rejoins after I stop the admin resource. I have the admin resource included with the normal MTA 1.1 installer, not the one from the resources google code page.

  3. I get a black screen when starting my server with the default config and stuff also. I've found that the play gamemode does not seem to be included with a clean install of 1.1, which is the gamemode that is started by default. Try starting another gamemode like assault by typing "start assault" in the server console. You can also still start the freeroam resource by typing "start freeroam" in the server console, however it will not automatically spawn you so you will have to do that using the f1 map.

  4. When I play race mode it works and I play a few races and with my friends then we swap to another mode. Later when we try to go back to race it crashes the server... I can fix that however by deleting the race mode and putting it back again. Is this just me or does someone else have this problem too? It is getting really annoying and also when I try out a race map from the map editor it didn't load the map, I only tried that once, I'll report back after another try.

  5. Which functions make peds move? I have tried looking on the wiki for ages but I found no function to move peds, can anyone please tell me? If there is a page on the wiki (which I failed to find) could you please link that too. Thanks in advance.

  6. How does this work? I'm trying this:

    local isVulnerable = {} 
      
    function setVehicleVulnerable ( theVehicle ) 
                setVehicleFuelTankExplodable ( theVehicle, true ) 
                isVulnerable[theVehicle] = true 
    end 
      
    addEventHandler ( "onPlayerEnterVehicle", getRootElement ( ), setVehicleVulnerable ) 
    

  7. I can't find anywhere that says it doesn't work on Vista.

    So why when I install the game and click the icon does it not run?

    The 'Stop playing with yourself' loading thing comes up for a split second, but nothing else happens after that.

    Did you just install the developer preview and not the actual "Grand Theft Auto San Andreas" game?

    He can't have because the installer says there is no GTA installed there.

  8. I found this in the script: kill, jetpack, setstat ID VALUE, setstyle ID, setskin ID, listclothes TYPE, addclothes TYPE TEXTURE MODEL, removeclothes TYPE, setcash AMOUNT, armor, reatevehicle ID/NAME [PLATE], repair, setcolor [iD ID ID ID], checkupgrades, addupgrade ID, removeupgrade ID, setpaintjob ID, attachtrailer TRAILERID [VEHICLEID], flip, lights (l), lock (k), settime HH MM, setweather ID, blendweather ID. I'm not saying these are in every mode, but these are some i found.

  9. Put the lua file into a folder in your resources folder.. Say, resources/ion. So you make a meta.xml file with this:

    <meta> 
    <info author="AuthName" description="Description" /> 
    <script src="???.lua" /> 
    </meta> 
    

    Then add the resource to your mtaserver.conf, go to the bottom and add with the rest of them.

×
×
  • Create New...