Jump to content

Xedo

Members
  • Posts

    18
  • Joined

  • Last visited

Xedo's Achievements

Square

Square (6/54)

0

Reputation

  1. Xedo

    Save player team

    it doesn't work too
  2. Xedo

    Save player team

    tnx, but it doesn't works too i made something like you yesterday function playerLogin (thePreviousAccount, theCurrentAccount, autoLogin) if not (isGuestAccount (getPlayerAccount (source))) then account = getPlayerAccount (source) if (accountData) then local playerTeam = getAccountData (theCurrentAccount, "Team") spawnPlayer (source, playerteam) end end end addEventHandler ("onPlayerLogin", getRootElement(), playerLogin) function onQuit (quitType, reason, responsibleElement) if not (isGuestAccount (getPlayerAccount (source))) then account = getPlayerAccount (source) if (account) then setAccountData (account, "Team", getPlayerTeam (source)) end end end addEventHandler ("onPlayerQuit", getRootElement(), onQuit)
  3. hi gyus. I try to save team to account but every time after reconnect i'm not in saved team o_O, can anyone help me please?
  4. Xedo

    MySQL

    Please, upload to another filehosting i can't download from rapid
  5. ok, i try My server have only internal ip and players connect to this ip Server don't have connection to the internet
  6. but server is lan and i can't monitoring it traditional
  7. how did this? Something like game-monitor.com
  8. Xedo

    Autologin in 1.0.4

    it's good but in 1.0.4 used internal.db no more accounts.xml
  9. i have this problem too
  10. I thought that this me help that's wrote in serever log any map: [23:27:05] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-rustlerrampage
  11. i'm installed MTA SA 1.0.3 Server and Client, but when i start gamemode "race" on my server always have a message: " Error loading map" on standart map on standart server
  12. standart, and clean server any standart map, info: resource could't be found
×
×
  • Create New...