Jump to content

Cyandie

Members
  • Posts

    112
  • Joined

  • Last visited

Everything posted by Cyandie

  1. Cyandie

    stop Car Damage

    Looks to me like he's trying to stop it so it'd be more realistic ( roleplay )/
  2. Instead of forcing it for everyone they should be able to enable it thru a command such as 'addCommandHandler' Because Modifications can lag people a lot so it's good to be able to disable modifications most of the time.
  3. Mine is cuz I like DJ's music :>
  4. Same Sorta but I like the guns and huds of different games such as Ballad of Gay Tony It's good to have some mods I guess...
  5. If you don't know what he means it's a ACL Admin Account you have to add yourself to the ACL and you have to use /register via Console or you make it work InGame you can add a account by doing this /addaccount username password in the console once you do add the admin to the ACL.xml and /login with the details you put it.
  6. Then why do you need our help here?
  7. Cyandie

    [REL] DxWorld

    Nice Script man.
  8. Should make a brand new GameMode better then using some already made GameMode + You get bored quicker if it's not selfmade ;P
  9. Heres a point don't use Valhalla code mabe make your own Code instead of using Ex-vG Code
  10. Do you even have that table in your MySQL database?
  11. Updated - Fixed the 'local screenX, screenY = guiGetScreenSize()' Problem sorry I forgot about it but now it's there enjoy people.
  12. yes you can by using the function mysql_connect best thing to do islook in the MTASA Wiki
  13. Cyandie

    [Error]MySQL

    Well ask ur host what the config is.
  14. Cyandie

    [Error]MySQL

    -- retrieve the settings local server = "localhost" -- server local user = "root" -- username local password = "" -- password local db = "mta" -- database local port = 3306 handler = mysql_connect( server, user, password, db, port) this mabako's? and make sure you connection settings are the exact same as connection the SQL script other-wise it will not work.
  15. Cyandie

    [Error]MySQL

    Is your connection Settings to the SQL correct and show us your mysql_connect in the script.
  16. Cyandie

    Lag Problems

    Is there any way to change this?
  17. Cyandie

    Lag Problems

    My FPS now go up to 70 sometimes it's mostly at 63/65 btw here it is http://pastebin.com/G5pNbvDM
  18. Cyandie

    Lag Problems

    Okay so I seem to be getting lag issues when setting my server FPS to 80 or higher and my FPS won't go any higher then 60 when I put it on 100 or 80 http://pastebin.com/JXq8ADTf
  19. I installed the forums he wants me to fix his XAMMP because the vg Ucp won't work on it lol.
  20. Cyandie

    Xampp

    I've never had that Problem when you install it, sometimes you have to restart your PC.
  21. Okay so this is a short tutorial but I will show you how to get your GUI's screen resolution's first you should add something like this to your code local screenX, screenY = guiGetScreenSize() local width, height = 200, 450 local x = (screenX/2) - (width/2) local y = (screenY/2) - (height/2) the GUi Window would be like this SampleWindow = guiCreateWindow(x, y, width, height, "Hello World", false) Whe you have a gui window like this guiCreateWindow(15,125,129,17, "Hello World", false) you put the last two numbers at 'local width, height such as you put a new line in like this local width, height = 129, 17 and when you do something like guiCreateWindow(x, y, width, height, "Test Command", false) you'll get it working for all screen res's. Here is my Example Advanced Window GUI http://imgur.com/o7Dzd
  22. If it still does not work go into the UCP and go into the 'includes' folder then into config.php and look for this // Server Database $Config['database'] = array(); $Config['database']['hostname'] = '127.0.0.1'; $Config['database']['username'] = ''; $Config['database']['password'] = ''; $Config['database']['database'] = ''; You have to change that stuff to what your server config is. Edit: Then you have to re-register if you get any more errors repply to this topic!
  23. okay go into the accounts-system then into s_login.lua If you go onto Line 2 you should find this local salt = "vgrpkeyscotland" replace it with local salt = ""
×
×
  • Create New...