Jump to content

AlexSwamp

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AlexSwamp's Achievements

Vic

Vic (3/54)

0

Reputation

  1. I don't problem with linux, because i used linux in the past. I just would like to know linux or windows are better for the mta server (in the past i read in this forum the linux server has some problem with mta sa server). For website and mysql i will use only linux.
  2. In the past i used linux (ubuntu and debian x64), but now i use windows server 2012. I would like to one vps which only running the mta sa server (i think the linux is better than windows for mysql server and web server).
  3. I have one vps (after i have one for sql, one for web and one for game server) and i would like to use the best OS for mta. Which OS is best for the server?
  4. Hi! I would like to cancelEvent() the fire when i press the "tab" button. I tryed with this code, but it doesn't work. update: I think the 'onClientPlayerWeaponFire' can't cancelEvent(), but I do not know how to replace it. function playerPressedKey(button, press) if getElementData(localPlayer, "char >> usingWeapon")[1] then if (press) and button == "tab" then return true end return false end end addEventHandler("onClientKey", getRootElement(), playerPressedKey) addEventHandler('onClientPlayerWeaponFire',getRootElement(),function() if playerPressedKey then cancelEvent() end end)
×
×
  • Create New...