Jump to content

bossyboy

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by bossyboy

  1. I don't understand how you would turn a distance into a percentage as what would 0% be?
  2. bossyboy

    Black screen 1.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.
  3. bossyboy

    Black Screen

    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.
  4. 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.
  5. Voted for mod of the year, the video was cool.
  6. I have downloaded the latest resources, yes. I'm using nightlies by the way. I have loads of dumps, I'm not sure which ones are from the race crash.
  7. 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.
  8. bossyboy

    Moving peds

    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.
  9. I've been wondering this too, could someone share please?
  10. Awesome thanks a lot for these .
  11. I know how you use fuel tanks, but how do you put it in the script?
  12. How does this work? I'm trying this: local isVulnerable = {} function setVehicleVulnerable ( theVehicle ) setVehicleFuelTankExplodable ( theVehicle, true ) isVulnerable[theVehicle] = true end addEventHandler ( "onPlayerEnterVehicle", getRootElement ( ), setVehicleVulnerable )
  13. Thanks Luby. Very easy to convert your had worked on sa-mp spawns and objects .
  14. bossyboy

    Vista?

    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.
  15. Thanks for the guide, i agree with whiskey. It should be stickied.
  16. 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.
  17. Being able to attach an object to a players hand, like a burger. This would help with animations and rpg modes.
  18. Run the gamemode broph, it is freeroam all over the map.
  19. 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.
  20. bossyboy

    Freeroam?

    If you go into the server resources folder there is broph.zip which has a freeroam mode in it and commands like /createvehicle.
×
×
  • Create New...