Jump to content

xXMADEXx

Members
  • Posts

    2,718
  • Joined

  • Last visited

Everything posted by xXMADEXx

  1. xXMADEXx

    help me

    It can be hosted on local server.... Not sure, but try this: connection = dbConnect( "mysql", "dbname=mtadev;host=127.0.0.1;", "mtadev", "t9CPZJbJTe8FtnwC", "autoreconnect=1" )
  2. Try this.. dxSize = get( "dxtextsize" ) function settingsOnJoin() triggerClientEvent ( source, "settings", source, dxSize ) end addEventHandler ( "onPlayerJoin", root, settingsOnJoin )
  3. 1. No limit 2. Im not sure if you can, but if you can, it will have to be done throw .txd and .dff 3. Peds just stand in the same position, unless other scripts affect them 4. I don't believe it would create lag, if scripted correctly.
  4. xXMADEXx

    help me

    local function connect( ) maybe that?
  5. Right here: https://community.multitheftauto.com/ind ... ls&id=6911
  6. Then, there is probably another script somewhere?
  7. He put the name of the player in the end. outputChatBox("You're in "..getTeamName( getPlayerTeam ( source ) ).. " team "..getPlayerName( source ),root,255,255,255,true) oh, didn't see that. Sorry. Thanks for fixing it.
  8. Use MTA wiki. www.wiki.multitheftauto.com
  9. Try: outputChatBox("You're in "..getTeamName( getPlayerTeam ( source ) ).. " team "..getTeamName( getPlayerTeam ( source ) ),root,255,255,255,true)
  10. You have to make a shader. And, shaders arn't very easy to make at first.
  11. Change "source" to "hitElement" on line 71.
  12. You can just use "setElementPosition" and, make the position under water somewhere.
  13. Most of the settings are in the meta.xml
  14. xXMADEXx

    1s

    I made a tutorial on how to make a basic jailing system, click here.
  15. Just try to make the code, where here to help, not do everything for you. If we did everything for you, you wouldn't learn any thing...
  16. Basicly, he means, you need to make a shader in order to replace the bandana.
  17. wouldn't it just be an object ID replace? If it is (i'm not really sure) you can just go into editor, and try to find the ID.
  18. SAUR for life, until you get banned anyway, great job on the theme, it looks awsome.
  19. These are the arguments: element dbConnect ( string databaseType, string host [, string username = "", string password = "", string options = "" ] ) therefore, i belive my code would work just fine.
  20. Thank you castillo, code works
  21. well guys, i'v learned that it isn't something on the client side. Is something in the server side sending the wrong vehicle table.
  22. Still, it's still creating the vehicles from the last created spawner in the "vehicleCarSpawns" tabel, in all spawners. (i know i wasn't very clear right there.)
×
×
  • Create New...