Jump to content

Callum

MTA Contributors
  • Posts

    865
  • Joined

  • Last visited

Everything posted by Callum

  1. I find the problem is that people are too Capitalist. Lots of people are willing to help for free, whereas some aren't, but they shouldn't be demanding money when the project leader obviously doesn't want to spend any money. Just don't post, and allow somebody who is willing to work, to reply. Anyway, good luck with your server, and since when does 'Real life' mean zombies?
  2. Obviously. Isn't it as obvious as simply creating a fence (or similar object) to prevent people falling through the hole?
  3. Well if you're at chekpoint 26 you're getting a plane, anything after falls under the conditional check at line 14, which gets a random car ID.
  4. This isn't related to lag, but checking whether res == getThisResource() is totally pointless, as the event is only triggered for resourceRoot. Due to this, the function params doesn't need the res declaration.
  5. That example is somewhat pointless. Replace the ~= with == and put line 5 on line 3.
  6. This is simply how the Console works. I do not think it can be fixed.
  7. To begin your 30-day trial* of scripting support, simply enter your credit card details below*. * The trial is not free. * Do not enter your details below.
  8. That was not the question he asked. Moreover, if you somehow lose the SQL data, you'll have a bunch of maps that are unusable yet remain on the system.
  9. Thanks!,but how I do to show the "Uploaded maps"? You can use PHP to allow users to upload the maps, and then use the PHP file functions (such as scandir) to compile a list of uploaded maps.
  10. All of the string values in dxDrawLine3D are supposed to be float points (numbers).
  11. That copyright at the lower left has no legal meaning whatsoever. You may as well just put 'Created by cs8898.'
  12. You must use createTeam and setPlayerTeam to assign a player to a team. By default chat and scoreboard show teams and their colours.
  13. You can just use addEventHandler("onPedWasted",criminal5,checkKills) Which eliminates the need to check whether it was the criminal, and is a lot more efficient as the function doesn't trigger for every ped that dies.
  14. I wouldn't advise conferring and admitting to use warez.
  15. It is possible to create viruses with Lua, however, MTA disables the functions by overwriting them and just returning the C function. You can see how it's done in the CLuaMain class in mtasa-blue.
  16. Do you have screenshots? While it's good you have made it simple for people, isn't it simple enough?
  17. Callum

    Cyber Nations

    Pfft robhol, I only have 1.6 mil.
  18. addEventHandler("onPlayerJoin",root,function() for k, v in ipairs({"ammo","weapon","wanted","area_name","vehicle_name","health","money","clock"}) do showPlayerHudComponent(source,v,false) end end)
  19. Any server using these functions will be very prone to being hacked by modified clients. You cannot get a return value for servr/client, as they are latent. If you waited for a return, it would halt execution.
  20. You can easily write a virus onto your computer, but it isn't possible to launch it. You can simply delete the file, or just never run it.
  21. Wouldn't recommend using a remote SQL database for an MTA system.
  22. Callum

    Cyber Nations

    Cyber Nations is a cool browser-based simulation game whereby you rule your own nation. In brief it sounds very lame, but it has a lot of depth to it - you have to manage everything to ensure that your nation gains money, has happy civilians, and develops into a powerful nation. It involves a lot of skill, and is both very competitive and addictive. The game does involve war, and if you want, you can fight against other nations. It is based entirely on HTML, so any device with a web browser should be able to play it (nice to play when not at home). You can sign up and try it out by clicking here. Edit by robhol: reflinks suck, I fixed it for you. You could at least have been open about it, and it shouldn't have been your motivation for recommending it anyway.
  23. With timers you always need to have an isElement check within the function, otherwise you will get errors if the timer is triggered, but the player quits.
  24. You just need to use the aforesaid functions and incorporate all of the variables you have predefined.
  25. Callum

    MTA 1.3 BUGS.

    I've never made any videos.
×
×
  • Create New...