Jump to content

xTravax

Members
  • Posts

    665
  • Joined

  • Last visited

Everything posted by xTravax

  1. World of Warcraft hahahahhaa
  2. xTravax

    #mta.balkan

    znam da je staro ali kako se mogu spojit na irc sa x-chatom?ne radi mi -___________-
  3. Since your camera is bugged it's like stuck in lets imagine in some object so everytime it hits that object to get out is like refresh of camera idk if you understand this but it's the only way i do.
  4. Nice video man! fuck i need intro..Can someone make it?i really need it my youtube name is TheGTASolutions
  5. eY Castillo man,Make more videos and post them on youtube i SUBSCRIBED you
  6. Man pls make for me intro and let it be in : TheGTASolutions please man
  7. Hi i have downloaded his objects...and idk how to install it i searched mta cuz i never done it before and nothing found so..pls say to me how i can do it(probably benox knows?) that objects were maked on his map in 2012 here's video
  8. u got programs what changes ur type so it wont write that u got MAC it will say u got PC even if u use that MAC and as i think mta will launch only on PC but when u would have fake writed PC instead of MAC then u would play normal..Sry for my english.
  9. OG Guys pls enable sms or Onebip function more people will buy im sure!(me too)i don't believe in paypal and that so much
  10. Can you accept Onebip?or sms?
  11. Since OG-Servers Don't have OneBip function of paying,I Found gameservers4you which has OneBip function. And,My question is... My friend can't buy That Server on OneBip(We don't know the Problem) Anyway,We got an idea,We will translate money to me Because,I can pay it. But HOW THE HECK He can translate Money to me? I want to recieve Money in there.. -NOT WORKING I want that he send me Money but we searched all and didn't found that -NOT WORKING We searched youtube - NOTHING We searched google - NOTHING I'm Searching help on MTA Forum - Didn't replied (it's in here LOL) Please help,Thanks
  12. i saw that on community.. can you update that script and put all cars in so other players can have it and on english?
  13. man..idk am i doing something wrong pls fix i tried on server and later on client <meta> <info type="script" description="hack protection" author="Legend" version="1.0.3" name="Protection" /> <script src="script.lua" type="client" /> </meta> p.s i writed hack protection cuz to hide it cuz maybe some guy would stop that resource or something.. and i found out my serial on regedit and i copied it and paste and i get my ip from ingame and i know my nick..
  14. in all servers but in singleplayer its good
  15. Half of Las Venturas has this...and i can go through some houses. BTW it's not problem in my Server because i stopped all resource,rebooted server but still bugged. sry youtube button dont work for me https://www.youtube.com/watch?v=g6hRqPvC ... e=youtu.be
  16. idk where else to post it but...man can u send me that script?i need it please!
  17. Hi!i maked simple program where you just open it and click on picture of what u want to open. Your browser automatically opens it! You can open Youtube Google Facebook if you need more i can make it...pls dont steal it Created by Me. Link: http://www.mediafire.com/?8retx41af4p57c4
  18. in ERU server is that script only you need to use setnick command
  19. Well sometimes it happens when ur server owner some guy bans you so example lets imagine someone bans me... i will have to change pc or just delete me from banlist.xml but...im too lazy for that Can you do in next update or something in acl like protection so idk what line you would add in but you add users same as giving admin for example object name user.Mike for example but i didnt writed (") and that things now but my point is that when you have that protection noone can ban you or only who has too protection can ban you...JUST SUGGESTION
  20. one is mod loader resource named carmod and in it i found deleter.lua or something like that..maybe that cause the problem? addCommandHandler ( "mdel", function ( player, _, modDir, modName ) if not hasRights ( player ) then return false end if type ( modDir ) ~= "string" or type ( modName ) ~= "string" then outputDebugString ( "Please enter valid arguments! use 'mdel [moddir] [modname]'!" ) return false end local txd = modDir.."/"..modName..".txd" local dff = modDir.."/"..modName..".dff" local hnd = modDir.."/"..modName..".hnd" if fileExists ( txd ) then fileDelete ( txd ) xmlDestroyNode ( mods[txd] ) outputDebugString ( "Deleted TXD in "..modDir.." for item "..modName ) end if fileExists ( dff ) then fileDelete ( dff ) xmlDestroyNode ( mods[dff] ) outputDebugString ( "Deleted DFF in "..modDir.." for item "..modName ) end if fileExists ( hnd ) then fileDelete ( hnd ) outputDebugString ( "Deleted handling in "..modDir.." for item "..modName ) end outputDebugString ( "Deleted mod "..modName..". Restarting resource.." ) restartResource ( ) return true end ) addCommandHandler ( "mclear", function ( player, _, modDir ) if not hasRights ( player ) then return false end if type ( modDir ) ~= "string" then outputDebugString ( "Please enter valid arguments! use 'mclear [moddir]'!" ) return false end local tab if modDir == "vehicles" then tab = validVehicleModels elseif modDir == "weapons" then tab = validWeaponModels elseif modDir == "skins" then tab = validPedModels else outputDebugString ( "Please use a valid mod directory! Valids are: 'vehicles', 'weapons', 'skins'." ) return false end for modelName,modelID in pairs ( tab ) do local txd = modDir.."/"..modelName..".txd" local dff = modDir.."/"..modelName..".dff" local hnd = modDir.."/"..modelName..".hnd" if fileExists ( txd ) then fileDelete ( txd ) xmlDestroyNode ( mods[txd] ) outputDebugString ( "Deleted TXD in "..modDir.." for item "..modelName ) end if fileExists ( dff ) then fileDelete ( dff ) xmlDestroyNode ( mods[dff] ) outputDebugString ( "Deleted DFF in "..modDir.." for item "..modelName ) end if fileExists ( hnd ) then fileDelete ( hnd ) outputDebugString ( "Deleted handling in "..modDir.." for item "..modelName ) end end outputDebugString ( "Cleared mod directory "..modDir..". Restarting resource.." ) restartResource ( ) return true end ) function hasRights ( player ) if getElementType ( player ) == "console" then return true end local pAccount = getPlayerAccount ( player ) if isGuestAccount ( pAccount ) then return false end if isObjectInACLGroup ( "user."..pAccount, aclGetGroup ( "admin" ) ) then return true end return false end so....i just need to delete that script and edit meta.xml? and delete line which loads that script src delete.lua or something like that? EDIT//Thanks i didn't notice that file..now it's delete thank you very much for help again.
×
×
  • Create New...