-
Posts
4,961 -
Joined
-
Last visited
Everything posted by Jaysds1
-
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)
-
, thanks robhol and thanks Callum for referring us to this site.
-
, we all know that anyways, BOT! I think it's about a psychologist working to take all the money in the city or world
-
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
-
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.
-
Please download and run this: MTADiag, then post the PasteBin URL here.
-
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]'
-
Are you running this on windows?
-
well, this is nice, Why didn't you ask me if I want to test it? I would've love it
-
I've never made any videos. oh, then it's someone...
-
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
-
, np, and have a good day and enjoy MTA Gonna watch some movies now on netflix
-
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?)'
-
lol, well, there's an update everyday, so we don't really know what's fixed or removed for now.
-
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)
-
wow, all that, damn, keep it up
-
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)
-
, ya, I thought if I said it, everyone would be in it
-
free-mysql.BizHostNet.com
-
hmmm, it's a download for the 'editor' folder. try this one instead: http://www.mediafire.com/?7ym30db63k3pwze
-
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
-
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?