Pierce
Members-
Posts
64 -
Joined
-
Last visited
Everything posted by Pierce
-
nvehicle = createVehicle( 411, -1319.6854248047, -500.11340332031, 14.1484375 ) setVehicleDamageProof( nvehicle, true ) setVehicleLocked( nvehicle, true ) function check() if getPlayerName(test) then setVehicleLocked( nvehicle, false ) else cancelEvent () end end addEventHandler("onVehicleEnter", getRootElement(), check) I'm trying to make a private vehicle for myself,just to practice lua because i'm bored,but it's not working for me and i don't know why. it sets Vehicle locked and damageproof but getPlayerName isnt working. Please help me
-
hi i wanted to ask what does this option do? sometimes all my drivers freeze at once while playing mta does this option prevent that orr? i just want to know what that option is if someone can explain.
-
very tutorial much text such admintag wow
-
Well i didn't notice any topic named Merry Christmas in new posts so i decided to make one. Merry Christmas to all christians and all people who celebrate it!
-
FTP is pronounced Eff Tee Pee. So an FTP is fine. http://en.wikipedia.org/wiki/File_Transfer_Protocol isn't FTP File Transfer Protocol? and i tried using some translators and looking on google,an and a can both be used.
-
isn't that obvious? and it's 'a FTP server' * without 'an'
-
change resolution in gta sa too and it will be automatically loaded when u start mta after that.
-
visit nightly.multitheftauto.com and download latest update for mta for linux in there. from anti-cheat guide site on wiki i can see that you need to have minimum this version of mta
-
can mta devs atleast make something so i can connect to a server and talk on chat which is inside a server?without gta san andreas game that shouldn't take years to make.
-
because they are lazy to make mta on mobile phones I really can't believe you said that. "Lazy", boy? Hope you don't understand what "lazy" word means. Anyway, as Jaysds1 said, I don't think that MTA Team has enough developers free for work on this at the moment. Well MTA recieves some donations,isn't there some money to maybe pay some other(android,ios,windows phone) developers for this?
-
because they are lazy to make mta on mobile phones
-
they don't want to do it for mobile phones and i still don't know why. even if it's hard it'd bring more people to mta cause they'd be able to play it on their mobile phones.
-
well this may be crazy but still it's possible to do it with binds. like you make 50 new accounts in one server and you bind login command to all 50 of them on keys from 1-9 and 0 and if there is just one person clicking at binds fastly,let's say he can press 6 keys very fast to make better spam so it would be 6*50 logins =300 per click and let's say that he presses those keys 5 times in a second, 300*5=1500 logins/logouts per second this is crazy but still possible.
-
FFS server has their own anti cheat system
-
I don't understand,i'm not good enough in lua to understand what exactly to do i've looked on wiki but i didn't find any example for anything u said in that post i can't find any example to get dimension for any ped or player and i can't find text in 3D on wiki(example of it)
-
Server is full of scripts from Community.
-
Hi! I want to ask how to make that people with rank have their rank above their nametag so for example it'd look like this Admin Mike I Don't know really how to even start doing something like this so that's why i ask in here please help me. Oh,and it'd be good if it'd look in acl which group has which player and if someone has acl Admin then it'd give him a rank above his nametag. Sorry for my horrible english.
-
i know but i just want to know how to protect myself against it i mean like FFS probably gets ddos-ed a lot of times in one day and their server never crashes due for ddos
-
hi umm i heard of DDoS i don't know what does it do exactly but my server was once DDoSed and i don't have it anymore but anyway i wanted to ask how to make DDoS protection?or how to learn to make it(if its another programming language or something)
-
Thanks TAPL,It works!
-
local myMarker = createMarker(2472.2741699219, -1667.9583740234, 13.313663482666, 'corona', 2.0, 255, 0, 0, 150) -- i make marker function MarkerHit( hitElement, matchingDimension ) local elementType = getElementType( hitElement ) outputChatBox( elementType.." test", hitElement, 255, 255, 0 ) -- Change this to hitElement so it outputs for hitElement fadeCamera(player, true, 0.5) end addEventHandler( "onMarkerHit", myMarker, MarkerHit ) Isn't it obvious that i want to fade camera when a player reaches this marker?
