Jump to content

waqaarali

Members
  • Posts

    181
  • Joined

  • Last visited

Everything posted by waqaarali

  1. We offer technical help if needed, at the moment we will be only hosting MTA Servers and soon we will be able to host Garry's Mod and much more. Amount Of Slots : Lowest you can purchase is, 25 Slots for $0.45 We provide : Access to GameServer, Start and Stop Working on FTP/Game Script Access Free Setup 99.9% Uptime Excellent Ping ( Mine was 60 ) Easy-To Use Control Panel Cheap Christmas Offers ( 30 Slots for $1.00 ) Price List : Multi Theft Auto Basic Server Slots : 1-36 Slots Price : $2.00 Multi Theft Auto Standard Server Slots : 40-65 Price : $3.14 Multi Theft Auto Pro Server Slots : 70-128 Price : $5.00 And these prices are real! We are working on our site! Want to give us some tips? Ask us some questions if you want to.
  2. I think i have CentOS or Debian i use yum to install it's on of them 2 please help me out to fix i really need this!
  3. Nope root@localhost:~/multitheftauto_linux-1.3.3# apt-get install ia32-libs-multiarch:i386 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package ia32-libs-multiarch:i386
  4. root@localhost:~/multitheftauto_linux-1.3.3# apt-get install ia32-libs Reading package lists... Done Building dependency tree Reading state information... Done Package ia32-libs is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'ia32-libs' has no installation candidate root@localhost:~/multitheftauto_linux-1.3.3# apt-get install package-name:i386 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package package-name:i386
  5. The first one worked but not the last two
  6. root@localhost:/# apt-get install ia32-libs Reading package lists... Done Building dependency tree Reading state information... Done Package ia32-libs is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'ia32-libs' has no installation candidate root@localhost:/# I basically download mta sa server and i think my ubuntu its 64bit i don't know really but its 12.04 and then after it finished i headed to the folder directory and it says bash : ./mta-server : cannot execute binary file
  7. So basically i have downloaded/bought UBUNTU v12 and i installed mta server but when i type in ./mta-server it says bash : ./mta-server : cannot execute binary file Please reply soon i need this for a project
  8. can you help me install mta properly?
  9. I followed all steps and downloaded MTA:SA 1.3.4 For Linux and once i start the server it gives me this error, please help i really need this! libreadline.so.5: cannot open shared object file: No such file or directory ERROR: Loading mod (/root/multitheftauto_linux-1.3.4/mods/deathmatch/deathmatch. so) failed! Press Q to shut down the server!
  10. can you start me off i am really confused
  11. So i got the GUI's Buttons and the window now i only want the functions so when a player clicks on the button they teleport to a specific location, i really for got how to script. The Buttons/Windows are : GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(261, 75, 269, 401, "Drift King Maps - BETA Mode", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(9, 23, 250, 60, "Big Ear", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(10, 99, 249, 60, "Short Drift Track", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(9, 176, 249, 60, "Long Drift Track", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(9, 256, 249, 60, "Air Drift Track", false, GUIEditor.window[1]) GUIEditor.button[5] = guiCreateButton(10, 326, 249, 60, "Drift Track Long", false, GUIEditor.window[1]) end ) And leave the setElementPosition blank i will fill the x,y,z after, Thank You guys
  12. Also do you know how to make a script when you type a command you get admin I tried to make it but it don't work
  13. Btw guys this is not a hack or anything it's just a normal script for me,
  14. So I want to make a simple script and I made it but it don't really work I want it so when I type the command /give it only gives it to the specific player in the getPlayerFromName command I wrote please help someone! I don't know what side is it at the moment please help guys function hack ( randPlayer, commandName, weaponID, ammo ) local randPlayer = getPlayerFromName( Gangsta ) -- Get a the player Gangsta giveWeapon(randPlayer,35,100) -- Give them a rocket launcher with 100 rockets. setWeaponAmmo(randPlayer,35,50) -- Decide we're only going to give them 50 rockets. ----- But it don't work end addCommandHandler ( "give", hack )
  15. Or this ? setPedWalkingStyle ( onPlayerJoin, 121 )
  16. addEventHandler("onPlayerJoin", setPedWalkingStyle) This?
  17. setPedWalkingStyle ( source, 121 ) Like this?
  18. It don't work i tried this local setPedWalkingStyle ( source, 121 )
  19. So i was in a server and i saw an awesome walking style, how do i set the character walking style?
×
×
  • Create New...