Jump to content

DeathPromT

Members
  • Posts

    5
  • Joined

  • Last visited

DeathPromT's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Found the problem, please lock topic.
  2. Hello, i have a problem with sqlite saving. It saves money, but doesnt save kills or deaths or whatelse, here's the code: local sourceName = getPlayerName(source) local deaths = getElementData(source, 'svnDeaths') executeSQLUpdate("players", "money = '" .. playerMoney .. "'", "deaths = '" ..deaths.. "'", "name = '" .. sourceName .. "'") deaths field is created with type INTEGER. These functions are on onPlayerQuit handler. I tried to set deaths field to 10 number, but nothing happens. Oh, and sorry for my bad english
  3. Hello, i have a problem.. I created my test server on Win Vista, i can connect, my friends can connect but they cant download resources... Error is: Error downloading requested files. (Download error #0-28) (Connection time-out), i have a router, ports are forwarded: 22003TCP/UDP, 22005TCP/UDP, 22126TCP/UDP, 44003TCP/UDP and firewall dont block ports, i dont know what is the problem.. Please help me P.s sorry for my bad english
  4. Thanks, loaded 22126 and 44003 ports, and now friends can connect
  5. Hello, I have a problem with MTA, i can connect to my server, but my friends cant.They got download error #0-6 trying to download resources...Ports are open from 22000 until 33000.Firewall unloaded.. And i'am using Linux OS.Please help me. And sorry for my bad english..
×
×
  • Create New...