Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Anderl

    DM server.

    LOLOLOLOL Put a server online with webhosting? Where dahell did you hear that?
  2. This code is copied from other script, right? Because there isn't any table declared in your code.
  3. exports.['resource_name']:showPlayerGUI( source, 'true' ) -- or exports.resource_name:showPlayerGUI( source, 'true' )
  4. if ( hour == 0 and event == 101 ) then meteor end if ( hour == 0 and event == 102 ) then zombie end if ( hour == 0 and event == 103 ) then alien end if ( hour == 0 and event == 104 ) then flood end if ( hour == 0 and event == 105 ) then sun end You're calling functions wrong here.
  5. https://wiki.multitheftauto.com/wiki/SetPedControlState https://wiki.multitheftauto.com/wiki/SetElementRotation ?
  6. but the only good feature is , my laptop is too small that i can carry it wherever i want. Thanks for that, I'm gonna wait till a year if you want. I also found another place with good computers too, there isn't the Asus N56V that I wanted but I found much good computers for gaming. Good thing: You can pay the computer weekly with prices from 7 to 15€. Bad thing: You must be in UK or PT. They may send to your country if you pay them the send fee, contact them for more info. Here the website: www.littlewoods.com
  7. If you want an entire gamemode and "amazing" just like you said you'll have to pay... much.
  8. Anderl

    Help Map: color

    race_client.lua => Race Gamemode located at %SERVERFOLDER%/mods/deathmatch/resources/[gamemodes]/[race]
  9. local aPlayerTime = { } addEventHandler( 'onPlayerLogin', root, function( ) if( not aPlayerTime[ source ] ) then aPlayerTime[ source ] = { iTime = getTickCount( ), bLoggedOut = false } end end ) function getPlayerPlayTime( pPlayer ) if( aPlayerTime[ pPlayer ] ) then -- convert player play time from ms to hour:minute:second return --[[ time converted ]] aPlayerTime[ pPlayer ] end return false end addEventHandler( 'onPlayerLogout', root, function( ) local endTime = getTickCount( ) aPlayerTime[ source ].iTime = aPlayerTime[ source ].iTime - endTime aPlayerTime[ source ].bLoggedOut = true end ) addEventHandler( 'onPlayerQuit', root, function( ) if( aPlayerTime[ source ].bLoggedOut ) then return end local endTime = getTickCount( ) aPlayerTime[ source ].iTime = aPlayerTime[ source ].iTime - endTime end ) Now edit it to SQL.
  10. You should break loop after return true, it's not necessary to continue.
  11. I think using "guiRoot" would work.
  12. If you have Skype opened, close it.
  13. Yeah, your laptop is not good. I'll look for a pic on the Google, just to know, the laptop is an Asus N56V-S4025V, It comes also with a subwoofer. Here the pic: http://www.oplan.cc/forum/fotografias/DSCN0023%20[640x480].JPG It seems a bit big, it's not too much but the resolution is 1920x1080 and the screen is only 15,6" Anyway, you'll have to wait 4 months if you want to know if the Asus is good because I'm gonna have to get the money by myself and 1199€ doesn't appear from nothing.
  14. Would not be easier using "isGangMember"?
  15. It's exactly the same as his code.
  16. This means the sound could not be found. Check if its path is right.
  17. local function connect( ) -- retrieve the settings local server ="mysql116.000webhost.com" local user = "21313_mtauser" local password ="asshole123" local db = "13213_mta" local port = 3306 local socket = nil end
  18. As I already said, I prefer laptop because I can take it with me. And I guess I won't need much luck, this should be enough to run on medium/high settings actual games.
  19. If it's not working then they are not open.
×
×
  • Create New...