Jump to content

MetaGamer

Members
  • Posts

    233
  • Joined

  • Last visited

Everything posted by MetaGamer

  1. Nevermind it worked. if not (getElementData(team,"IsHidden") then Was missing a parenthesis. Thanks TAPL!
  2. It doesn't work. When I press Tab, nothing happens. No scoreboard.
  3. thank you. I will test to see if it works or not.
  4. I want specific teams to be hidden. What I mean by that is for example: there are 4 teams. I want 2 teams to be not shown on the player list which shows up when tab is pressed. How to do it?
  5. Bad character "*" after "<". Probable cause: Unescaped "<". Try escaping it as "<". <* = call(getResourceFromName("ajax"),"start", getResourceName(getThisResource()) ) *>
  6. MetaGamer

    querying ASE

    I also need help to make an external server browser. It should be possible. But the question is how.
  7. Is it possible to make a bus driver drives into bus stops with good syncing?
  8. I think we are the only two who is facing the same problem.
  9. Just like this http://forum.sa-mp.com/forumdisplay.php?f=70
  10. same problem happened to me. It didn't happened on SA-MP, CSS, WOW.
  11. Thanks man. At first, when I pm'ed you, you didn't replied me and I thought that you don't care. But you actually do and also quickly.
  12. another nice release from you!
  13. ok and the same goes to setPedArmor
  14. Why does not health change after spawnPlayer? setElementHealth(source, 40) spawnPlayer(source, 1446, -2286, 13) In the code up^ the player health should be 40 but instead it is 100. Why is that?
  15. So anyone have any idea about ^that error?
  16. Now another error Not starting resource freemind as section in the meta.xml is incorrect or missing (expected at least server 1.1.1-9.03328 because of 'dbConnect')
  17. function MysqlInit() handler = mysql_connect("", "", "", "", "") -- Establish the connection if ( not handler ) then -- The connection failed outputDebugString("Unable to connect to the MySQL server") else mysql_close(handler) -- Close the connection end end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), MysqlInit)
  18. I am always getting this error whenever I try to run my server ERROR: Unable to connect to mysql: (2013) Lost connection to MySQL server at 'waiting for initial communication packet', system error: 0
  19. how is the speed compared to the default mta sa saving system? (BTW I am using Premium Web Hosting)
  20. well I need to get information of the players to the website which can't be done on SQLite(Is there any remote method?) And in mysql there is many security issues.
  21. Right now I am using the default mta sqlite database. Is it good to switch to XML? Is there any pros or cons?
×
×
  • Create New...