Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. oh, you mean this: local nonKillables = { --this is easier [287]=true, [285]=true, [193]=true, [192]=true, [191]=true, [294]=true; } safecol = createColCuboid ( 95.974617004395, 1751.3895263672, 17.640625, 255, 255, 255 ) safeZoneRadar = createRadarArea ( 95.974617004395, 1751.3895263672, 255, 255, 91, 127, 0, 100 ) -- 200 = alpha. setElementData (safeZoneRadar, "zombieProof", true) addEventHandler( "onColShapeHit", safecol, function(hitPlayer,thePlayer) if getElementType(hitPlayer)=="player" then local skin = getElementModel (hitPlayer) if nonKillables[skin] then toggleControl (hitPlayer, "fire", true ) toggleControl (hitPlayer, "aim_weapon", true) toggleControl (hitPlayer, "vehicle_fire", true) --outputChatBox("INFO: You have entered Area 69/51!", hitPlayer, 0, 255, 0) else killPed (hitPlayer) end end end) addEventHandler( "onColShapeLeave", safecol,function(hitPlayer,thePlayer) if getElementType(hitPlayer)=="player"then local skin = getElementModel (hitPlayer) if nonKillables[skin] then toggleControl (hitPlayer, "fire", true) toggleControl (hitPlayer, "aim_weapon", true) toggleControl (hitPlayer, "vehicle_fire", true) --outputChatBox("INFO: You have left Area 69/51!", hitPlayer, 255, 0, 0) else killPed (hitPlayer,hitPlayer) outputChatBox("INFO: You are not allowed to enter Area 69/51!", hitPlayer, 240, 0, 0) end end end)
  2. Jaysds1

    LC 2 MTA

    BTW, How do you make a mini map?
  3. Jaysds1

    Cyber Nations

    , thanks robhol and thanks Callum for referring us to this site.
  4. Jaysds1

    GTA 5!

    , we all know that anyways, BOT! I think it's about a psychologist working to take all the money in the city or world
  5. well, I use CyberLink PowerDirector(pirated version ) here's the link to the site(not the pirated site ) :http://www.cyberlink.com/products/powerdirector/overview_en_CA.html and here's a pack :http://www.cyberlink.com/products/creative-design-packs/overview_en_CA.html
  6. well, the server console runs via http port, as it does host the server for you anyways, if you log the console out, then try to log back in then it won't work as the console has it's own account, so logging back in wont do anything as the account is lost well, you can't logout anyways via console.
  7. Please download and run this: MTADiag, then post the PasteBin URL here.
  8. well, that's the problem, the server knows you're running it on windows, so you're trying to add a mysql module under linex, anyways, download this: http://code.google.com/p/multitheftauto ... l&can=2&q= then change in your 'mtaserver.conf' file, 'mta_mysql.so' to 'mta_mysql.dll'. oh, and my Paypal email is: '[email protected]'
  9. Jaysds1

    LC 2 MTA

    well, this is nice, Why didn't you ask me if I want to test it? I would've love it
  10. Jaysds1

    MTA 1.3 BUGS.

    I've never made any videos. oh, then it's someone...
  11. well, if the 'mta_mysql.sol' is in the 'MTA San Andreas 1.x\server\mods\deathmatch' then it shouldn't be outputting that. check and make sure, or download Mysql
  12. , np, and have a good day and enjoy MTA Gonna watch some movies now on netflix
  13. well, this is the main problem: ' [2012-08-12 00:43:07] MODULE: Unable to find modules/mta_mysql.so!<<<( Im going to assume this is the main problem?)'
  14. lol, well, there's an update everyday, so we don't really know what's fixed or removed for now.
  15. well, first you're going to need to know LUA/Lua, this is the main thing you need to learn, after, just create a resource and add the map to it(through meta.xml) then the last part is creating scripts for what you are planning to do on your RP server. That's all.(Sounds easy, but aint)
  16. Jaysds1

    Question

    , srry i wasn't on earlier, but ya, glad you found the answer, all you have to do is change the version number in your resource 'meta.xml' then upload it again.(This is for anyone else that has the same question!)
  17. wow, all that, damn, keep it up
  18. Jaysds1

    MTA 1.3 BUGS.

    anyways, this was already reported by 2 people, one with a vid with him shooting his other player(he's using to computers), and one with (i think)Callum's Vid shooting at some peds. well, Don't worry, the Devs are working on it(I hope)
  19. , ya, I thought if I said it, everyone would be in it
  20. free-mysql.BizHostNet.com
  21. hmmm, it's a download for the 'editor' folder. try this one instead: http://www.mediafire.com/?7ym30db63k3pwze
  22. Jaysds1

    GTA UNINTED

    well, you could play MTA with GTA United, but everything is going to be miss-coordinated.(i think) but someone else was talking about making a server for people using GTA United. viewtopic.php?f=102&t=42609&p=440455&hilit=GTA+United#p440455
  23. try downloading this and see if it works: http://www.mediafire.com/?ar9o8vqcvn55h9 if it doesn't, then tell me How you get into Map Editor. Through the 'main menu' or when you start 'editor' in your server?
  24. Jaysds1

    Help please!.

    , does it work now?
×
×
  • Create New...