Jump to content

xTravax

Members
  • Posts

    665
  • Joined

  • Last visited

Everything posted by xTravax

  1. Now when i write /godmode it starts twice so its like with no color like usually it shows Godmode disabled! Godmode enabled! and when i reconnect it does Godmode enabled! Godmode disabled! but when i write /godmode it at same time disables and enables godmode so pls fix it im not some scripter but in some scripts when you use setTimer it changes only once idk but pls help me
  2. Hello again! I Got a godmode command script and i don't know what to put in lua file for that only admins can use that command so like only acl "Admin" can use it so if you can do it for me it would be nice but pls dont post me functions idk to script i just need that someone edit my script so i can have that only acl group "Admin" can use command /godmode so here's script local godModeState = false addCommandHandler ( "godmode", function ( ) godModeState = ( not godModeState ) outputChatBox ( "God Mode is now ".. ( godModeState and "Enabled" or "Disabled" ) ..".", 0, 255, 0 ) end ) function togdamage ( attacker, weapon, bodypart ) if ( godModeState ) then cancelEvent ( ) end end addEventHandler ( "onClientPlayerDamage", localPlayer, togdamage )
  3. I Think that he don't want to look on console. I Think that he want a script so he Don't need to look on console for TeamChat.
  4. thanks Remi-X for doing new version can't wait for it
  5. I am now gonna complain on ModLoader. When you delete something ModLoader doesn't detect that is deleted and it doesnt delete in meta and it says like hydra.dff is missing resource modloader failed. so everytime i delete something of modloader i need to open meta and delete in there manually.Please fix it.
  6. i mean how to know number of it and btw what number of position is this if someone can tell me? there where is blue colored on screen down what is position number?and how can i know it without asking you?
  7. Thank you! I Didn't know how to put it like that since theres no YouTube button on posting reply on MTA Forums. oh btw nice video
  8. yes it is legal but you need to keep making ddos protection
  9. yea but they didnt know where that was located and as you see its stealing because he cant download comiled script noone is that stupid to make compiled script and publish it it wont work probably and we got that script even before ken uploaded "his" script
  10. because there are alot of people online on mta forums and i cant ask on other forums LOL
  11. The guy is stealing scripts LOL! and that is even from our Server fuck you
  12. by Jaysds1 on Sun Nov 25, 2012 1:04 am -___- already solved but if that would be not solved i would have to wait 11 days for stupid answer -__-
  13. ok now i explain when i im logged off i do /ss 287 and it changes to army skin and then instantly puts back to cj and all good but when my friend log outs he do /ss 287 he got instantly army and instantly cj and again instantly army and instantly cj like he binded /ss 278 so its changing that two skins very fast like cj change to army skin like 50 times in second and he cant walk or move and he laggs much but maybe problem causes i added same script on two godmode scripts i have this godmode with that skin only for admin on skin 287 and 108 but that shouldnt be a problem but it makes much lagg and etc
  14. EDIT! man now when other players use /ss 287 they got changing between two skins 287 and cj at 1 milisecond it changes 122112 times that both skins so they cant play,,can you fix this? EDIT 2 when i do it on myself it works good but on other players doesnt work
  15. addEventHandler("onClientPlayerDamage", localPlayer, function() if getElementModel(source) == 287 then cancelEvent() end end) That is my script script.lua (client side in meta) addEventHandler ( "onElementModelChange", root, function ( old, new ) if ( getElementType ( source ) == "player" ) then if ( new == 287 ) then if ( not isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( "Admin" ) ) ) then setElementModel ( source, old ) end end end end ) This is your script script2.lua (Server side in meta) This is meta of both scripts
  16. i putted your and my script together so script.lua script2.lua <-- your script and in meta i tried server and client side and it didnt work
  17. no no man i dont need that i got script for only skin 287 got godmode so i want to make that normal players cant use skin 287 when they do /ss 287 dont work for them but when admin connects and login to server he got automatic skin 287 and then people cant kill him so i mean that admins when login they got automatically godmode and skin 287 can you do that?
  18. when player spawns it is cj everyone when join in server is cj but heres my script addEventHandler("onClientPlayerDamage", localPlayer, function() if getElementModel(source) == 287 then cancelEvent() end end)
  19. Hi i got script that one secret skin got godmode and now i want to make that only admins can use that skin how can i do it?
  20. Have any Picture to see it? It would be nice.
  21. I Dreamed nothing for over a 2 years. But i will tell you my 2 strange dreams. First one: I Dream like im alone in my room or in any room and i play with toys() and then i see broken Gormit(toy) and then i hear some alarm what i actually don't hear and i got scared off when i wake up i cant move cuz im damn scared but i don't understand that part when i hear alarm but i actually dont hear it its not a alarm for wake up its like a alarm for war. __________________________ 2.nd dream I Dreamed this 5 years ago or more My mom was outside the house and she was doing something with clothes and i closed door and invisible tornado took her on right side __________________________________________________ Now about my dreams i Don't understand how i knowed about war alarm what i didnt hear and about invisible Tornado
×
×
  • Create New...