Jump to content

Ab-47

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by Ab-47

  1. Learn how to, https://wiki.multitheftauto.com/wiki/Main_Page I gave you the required functions and a choice, you must continue from there. Good Luck
  2. addEventHandler ( "onPlayerWasted", root, function ( ) setElementModel ( source, 280 ) outputChatBox ( "You are now a Zombie.", source, 255, 0, 0 ) end ) ^^ Fixed up a bit, and your problem must be that the ped changes it's skin then respawns with another skin or such, just set a timer or change the event handler to "onPlayerSpawn". setTimer or onPlayerSpawn
  3. Could be because a fail resource, check your debugscript. Otherwise I guess someone is DDoSing your server, you could try to increase your servers capacity or something.. Get a good host would be recommended.
  4. Could you be more precise or include a script please.
  5. Awesome work MTA, looking forward into downloading this version, eh too bad my laptops broken
  6. Map editor, then save the map with no spaces, then the file will be saved in your resource folder. It should then contain some lines of script.
  7. Ab-47

    Scripter

    Why not learn how to script then? Create your own resources.. Or even use community resources. Community Resources: https://community.multitheftauto.com/ MTA Wiki: https://wiki.multitheftauto.com/wiki/Main_Page
  8. Ab-47

    Strange output

    Probably a corrupted account data thing..
  9. Ab-47

    Problem server.

    Try create a duplicate MTA SA program and copy the settings, the modify it with the port you forwarded. I guess this problem is mainly because you either didn't portforward at all or didn't portforward correctly.
  10. Ab-47

    Scripter

    I don't think anyone would be looking to script for nothing, why not include a pay?
  11. Oh Oh Ok.. Lol sorry, I was getting confused with the icon, lol..
  12. @Wadamde, the file he saved was "mta.txt" not "mta.xml", lol minor mistake, who cares.. HeArTBeaT, tell us if the situation is resolved please. Not that it really matters, but where do you see ".txt" ? Here:
  13. @Wadamde, the file he saved was "mta.txt" not "mta.xml", lol minor mistake, who cares.. HeArTBeaT, tell us if the situation is resolved please.
  14. Ab-47

    Country

    exports.scoreboard:scoreboardAddColumn("Country", width) setElementData(localPlayer, "Country", ...) Figure it out, otherwise post your script.
  15. Also to call this export you'd need something like: exports.ResourceName:myFunctionName ( "The text you wish to output", R, G, B )
  16. Ab-47

    erro?

    Could you post the rest of your script?
  17. Start with: Client ~ createMarker onClientMarkerHit guiSetVisible guiCreateWindow guiCreateButton onClientGUIClick triggerServerEvent Server ~ getTeamFromName createTeam setElementData setElementModel And others if required. I suggest you start with some easy scripts before you move onto such, otherwise you're just gonna end up committing suicide thinking about how to fix a bug which is in plain sight, then get 1% ahead by the time you reach mid-night. No offense, really it's what newbie scripters usually do. Including me when I was at that stage. Well good luck
  18. Ab-47

    Time Lock

    What do you mean: lock time in lua? You mean freeze the time in the game?
  19. you claiming to be a programmer because you know lua is ridiculous Lol, ok lets not start fights here, prevent arguments by contacting the member himself via Pm.
  20. Ab-47

    help

    You'll need: createColRectangle onColShapeHit setElementPosition
  21. Save your script as a .lua file, add a meta.xml then move the folder to your MTA resources folder, then use the command: /refresh and start the loaded resource. MTA San Andreas > Server > Mods > Deathmatch > acl Edit that, add a line under; "Admin" saying: save it then restart your server.
  22. What if the important part was client sided only?
×
×
  • Create New...