Jump to content

Mike269

Members
  • Posts

    218
  • Joined

  • Last visited

Everything posted by Mike269

  1. Mike269

    Saving

    oh guys, anyone know spawnpanel from RPG servers? I have good save system now it's save position and weapons but when I reconnect spawn panel show up anyway, there's "lua code" help me please setElementData( player, "Class", class ) if team ~= nil then spawnPlayer( player, x, y, z, 0, skin, 0, 0, getTeamFromName( team ) ) else spawnPlayer( player, x, y, z, 0, skin, 0, 0 ) end setCameraTarget( player, player ) for i, v in pairs( weapon ) do giveWeapon( player, i, v ) end triggerClientEvent( player, "systemspawn:toggle", player ) end addEvent( "systemspawn:spawnPlayer", true ) addEventHandler( "systemspawn:spawnPlayer", root, spawnPlayerSystem ) function trigger( player ) triggerClientEvent( player, "systemspawn:toggle", player ) end addEventHandler( "onPlayerLogin", root, function( ) trigger( source ) end ) addEventHandler( "onPlayerWasted", root, function( ) setTimer( trigger, 2500, 1, source ) end )
  2. Mike269

    Saving

    btw should i have SQL in the server? Can't I just download it?
  3. Mike269

    Saving

    thanks ill test it btw can you tell me what SQL is, where to get it and what I can use it for?
  4. Mike269

    Saving

    Hello guys, anyone know how could I save money and weapons after dying/reconnecting/restarting the server? I'm also using spawn selection but when I got timed out I have to spawn again, I would like to keep my position.. Thanks
  5. Mike269

    Need help!

    Hello guys I'm working on my spawn selection and cuz I'm using host I'm also using ingame script editor to make it easy, but there's a error, it says like: line 5: unexpected simbol near '[' thanks!<3 local spawnGUI = { } local data = { [ "Weed Slingers" ] = { { "WS Probie", "WS HQ" }, { { [1]=1, [5]=1, [24]=300, [27]=350, [28]=500, [30]=600, [34]=60, [41]=5000} }, { [1]=1, [5]=1, [24]=300, [27]=350, [28]=500, [30]=600, [34]=60, [41]=5000} }, { {231}, {33} }, { {566, -1764, 5}, { 566, -1764, 5} }, { { "WS Probie", "Weed Slingers" }, { "WS HQ", "WS HQ" } } }, [ "Criminals" ] = { { "Arms Dealer" }, { { [1]=1, [31]=500} }, { {231} }, { {404, 1301, 15} }, { { "Arms Dealer", "Criminal" } } }, } local data2 = { { 'Weed Slingers', "WS Probie", "WS HQ" }, { 'Criminals', 'Arms Dealer' }, } local restriction = { ["Weed Slingers"] = { { "WS Probie", "gang", "Weed_Slingers" }, { "WS HQ", "acl", "WS HQ" } }, ["Criminals"] = { { "Arms Dealer", "none" } }, }
  6. Hello everyone, I have my own server and I want to know how can I buy host via pay safe card I want to buy it on https://billing.blac...cart.php?a=view but how that host works? will I still have console or how i will edit scripts etc? help please!
  7. Mike269

    I need help!

    It works only with that gang system: https://community.multitheftauto.com/in ... ls&id=1514 well the point is example: If you're in gang "Killers" you can spawn as Killers if you're not this gang, you can't spawn as "Killers"
  8. Mike269

    SQLVehicles

    Thanks madex but this is so hard to me I'm not that good in scripting to do that
  9. Mike269

    SQLVehicles

    Hello guys I need help with this script: https://community.multitheftauto.com/in ... ls&id=9337 Everything works fine but when I restart the scripts color of vehicles is not the same.. Help please!
  10. Mike269

    I need help!

    Hello guys I recently downloaded spawn panel made by shaman: viewtopic.php?f=108&t=84331 but I can use only gang_system from castillo but I don't like that kind of gang system could anyone tell me how could I use this one with this spawn panel? gang system that I want to use: https://community.multitheftauto.com/in ... ls&id=8992 if anyone will help me fix that I'm ready to pay him by paypal
  11. LOL are you kidding me? Sure I know there's a map editor but ingame map editor that means you can place objects while you're playing
  12. Anyone know a script like "ingame map editor" so specific group can builds events etc...
  13. Mike269

    Spawn Panel

    Does anyone know a spawn panel like in SAES:RPG but not copy of their panel or stolen script I just want same type of spawn panel but not with classes but with teams, thanks!
  14. Hello guys, I know that most of you will say that you're just helping us and you wont make scripts for us but I just need help how could I spawn cars for team only like if my team name is NAVY I could use command /create infernus NAVY or something like that, would be very cool if anyone could help me with that, thanks!
  15. Hello MTA why should I need database and SQL? And how to make it? I have SQL from another server but I don't know what's that about.. Could anyone explain me?
  16. Oh my god your picture is right you're einstein do you have skype so I can ask you some things?
  17. Mike269

    A question

    Lol don't be such a dick I just didn't find it
  18. But I will still have to make buttons works right?
  19. Lol how many times more I will have to tell you that I can't just get it it's hard for me cuz I'm new I just don't understand those numbers and all that shit man..
  20. I didn't delete my script I just deleted the text "What do you mean" lmao
  21. No idea man lol my friend gave me this script I really need help with that
  22. nvm fixed it thanks but now there's another error.. error: https://fbcdn-sphotos-h-a.akamaihd.net/ ... 1797eb54de line 89: https://fbcdn-sphotos-h-a.akamaihd.net/ ... d45737a9c7
  23. Hello guys I really need help with that panel: https://forum.multitheftauto.com/viewtopic.php?f=108&t=84331 1. I changered server.lua and client.lua and made my own gang with good gang panel from community but it works only until I reconnect from the server 2. How could I make that spawn menu shows up only when you die and only when you're login and you're dead. Thanks very much, my skype: simonos2000
×
×
  • Create New...