Jump to content

Lovinglife

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by Lovinglife

  1. wow, ty for ur "work" And is anyone able to tell me how to: outputChatBox ("Pingkicker: You will be kicked in 3 seconds, reason: Too high ping (Max: " .. maxPingValue .. ")", thePlayer, 255, 0, 0) this appear only in player chat... i need that everyone on the server can read "warning: PLAYER A got (value) ping"
  2. Yeah w/e, i said "-1" bcuz on sa-mp there is AAD with that cmd... Btw Ppl...do u get this bug smth? U spawn and u can click OK so u cant get ur weps
  3. Hi all i just found this cmd on mta wiki...https://wiki.multitheftauto.com/wiki/GetPlayerMoney but i need a function...for istance, smth which told me when someone got >0$ or <0$..Bob got [(-)value]$ and then kick him..indeed i need smth which controls if the ammount of the players' money is =/= 0 function checkMoney(thePlayer, command) local money = getPlayerMoney(thePlayer) -- get the amount of money from the player who entered the command if (money > 1000) then -- if money is more than 1000 outputChatBox("You are rich: " .. tostring(money), thePlayer) -- output this message together with the money else outputChatBox("Poor guy...", thePlayer) -- and else, output this message end end addCommandHandler("checkMoney", checkMoney) thanks Regards Lovinglife
  4. Hi, ive been thinkin that should be useful a CMD such as /arena -1 or /base -1, that will start a random arena or base in the interval 0-65...etc...this could be usefull in CW in order to use a random arena....what do u think rhbk
  5. uhmm ty... btw i didnt understand...i got already my client and server side....what should i do with ur code? Adding it? i just see the code is a bit different than the one i got from that topic
  6. https://forum.multitheftauto.com/viewtop ... ch#p301668 i have seen this topic too (lol just found) nothing...no solutions found i guess to give up ç_________ç
  7. https://forum.multitheftauto.com/viewtop ... 08&t=21109 this is the topic about pingkicker... i wonder know how can i do that pingkicker kicks people Onplayerspawn and not Onplayerconnect...cause when ur downloading stuff ur ping is high and u get kicked...bcuz that is rly annoyin.... Plus regards Lovinglife
  8. i have seen this page https://wiki.multitheftauto.com/wiki/SetGlitchEnabled and did the same...well i look for any servers which got c bug (glitch ) active...and see if i may find a way to fix it...i hope to success
  9. Hello, i'd like to know if u got any ideas to fix this (it is really annoying i cant use c bug property)...i made a video too...take a look please...
  10. to be honest i didnt get what u tried to tell me...by the way the problem is that: c bug (glitch) comes from GTA single, on sa-mp it works very good, on MTA it is disable. i did a script (look my 1st post to get func link) but i dont REALLY know why, when im glitchin and i got my last bullet in my deagle (7-1,what u see in game) my char is forced to crouch and stop in order to reload my deagle or my wep (0-7).That's all...
  11. does anyone need more explanations?
  12. Hello, i found this page on wiki, https://wiki.multitheftauto.com/wiki/SetGlitchEnabled Well i scripted my own resource, and its all ok. There is a thing that i dont understand. Why my character is forced to crouch when i am doing c bug and i got my last bullet in my deagle; try to c bug fast with ur deagle, and when u got ur last bullet ur char will be forced to crouch. That doesnt happen on sa-mp. Anyone knows how to explain this ? Regards Lovinglife
  13. hey i a friend of mine got this weird issue with mta client. When he s gonna to launch MTA.exe he get this error Load failed. Please ensure that microsoft visual c++ 2008 Sp1 Redistributable Package (86= and the latest directx is correctly installed Regards Lovinglife
  14. Hi, How come i cant hear any sound while my friends can? We are on the same server...
  15. Do you get this problem in SA-MP or Singleplayer too? I know there's an issue with AMD dual-cores and GTA SA, which can be resolved with the AMD Dual Core Optimizer. But I doubt it'd be the problem if it doesn't happen in SA-MP or Singleplayer. MTA is a little more demanding than SA-MP. Try updating both your DirectX 9 (not 10 or 11) and your graphics drivers. That might fix the issue. thanks for you help, ill consider ur post
  16. Lovinglife

    any suggestions?

    Hello there! Im opening this 3d in order to get help about some MTA in game issues. 1)Gaming speed high, it happens often i got 100 fps + or -. 2)Skin bugging http://i47.tinypic.com/2ps401y.jpg, /reconnect doesnt help always. i get no problem such this on sa-mp. That's all some of my friends' problems. i hope you may take a look if you got free time. Regards Lovinglife
  17. damn i'll try to find something..
  18. i got my mapmanager off... we're waiting for updates tho, thank you man
  19. Up...Please someone got idea? ps: where may i find an anticheat, i mean just anti godmode is usefull too...
  20. Hello, i have found out some bugs...When i start basemode, i see Map arena 26 started...(areny/arena_26/ i opened the meta and i saw this line ) that means that the arena 26 is the default map of Basemode, that's like stealth or tdma, when u launch 1 of them u will launch sth-sewers or tdma-damwars...thats automatic...and if u act so: i join server, i lauch arena 20 (or 1 of INTERIOR arenas) i see nothing...blue sky...im not in the interior...if i /stop arena_26 i see black screen and i have to /start arena_number to let gm work again....is its fixable rhbk? when i /start cdm (i change GM) i try to shoot with my weapon but i cannot move while shooting (WASD) its like i dont have "hitman" skill....btw CDM got hitman skill as weapon as u all know. Well i tried to (as comment = ignored) in order to avoid the issue u read above...thats work...BUT when i /start cdm (i change GM) i cannot shoot. thats annoying bcuz ppl quit and my server gets empty... That's all. where can i find the damage script? Regards Lovinglife
  21. Hello there, i am a mta player, i'd like to know if u may help me (or just suggest me) about "antitoggling" script. if u dont know what i mean using the word toggler read this little explanatioon: these cheaters use sobeit or multimod in order to freeze their life for 1-2 seconds ( so u cant say "cheater") and they unfreeze it then...so for istance, if u r duelling them ur risk to lose that duel is rly high (bcuz u dont know where lag finishes and where toggling[freeze hp] begins]. well i played sa-mp (san andreas multiplayer) for many years, what u just read is about sa-mp situation, never solved so far. MTA is ofc better than sa-mp and i love it, but togglers may affect MTA too (i already met someone). Anyone got any ideas? im gonna write what a friend of mine told me: https://wiki.multitheftauto.com/wiki/OnPlayerDamage .serverside. u put a timer in order to see if a player lost his HP(health point)... then i thought about "headshot" script, bcuz this one knows when u r headshot, so should be a way to use this system as antitoggling and detect if u have been hit. My friend told me that a client side should be faster than a server side in order to check the player's hp...so the best way should be OnplayerDamage client side... Btw i saw this pic ...basemode...this should be helpful...but i really need to know ur opinion about all i typed above. What do you think about this ? Regards Lovinglife
  22. hi mta community . i've played this DM preview and in some servers i found.....cheater...W T F look here i hope those cheaters disappear soon, dont let be MTA like sa-mp. byebye
×
×
  • Create New...