Jump to content

Thelastride

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by Thelastride

  1. Works for me
  2. 1.2 and 1.3 both are buggy. 1.1 FTW!!
  3. i want a host
  4. :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: Good luck hosting mta server on webhost.Don't listen to others .they just dont know how to host mta server on webhost.Good LUCK! TRY THIS TOO :www.000webhost.com
  5. Its really annoying to see a guy moderator over scripting section who likes to be boss over others than really helping people. Whenever I see him he keeps shouting over others instead of helping and now when he is moderator he can just go around locking topics for small reasons.Its stupid and they should remove him from moderator.What you say
  6. Thelastride

    VPS

    You can run easily,Its good teamspeak doesn't uses much ram only some bandwidth. CPU power is good and ram too. 1 mta server uses around 350mb .If using gamemodes like roleplay than around 600 mb. 2 TB bandwidth will finish in 1 month if your server gets 250 players so its good.
  7. try reinstalling gtasa
  8. This is a stupid question.What you mean by item-system,I have no clue what you need.Its section for scripting help not running unknown gamemodes
  9. maybe your anti virus blocking mtasa
  10. not that good
  11. in resources folder
  12. Do u know what WIP stands for?
  13. looks like minecraft
  14. maybe you edited the resource
  15. you need to check if he is admin or not then edit the script function Superman.onJump(key, keyState) local self = Superman local admin = getElementData(localPlayer, "admin") local parachuting = getElementData(localPlayer, "parachuting") if admin>1 and not parachuting then local task = getPedSimplestTask(localPlayer) if not isPlayerFlying(localPlayer) then if task == "TASK_SIMPLE_IN_AIR" then setElementVelocity(localPlayer, 0, 0, TAKEOFF_VELOCITY) setTimer(Superman.startFlight, 100, 1) end end end end
  16. function outputEditBox () executeCommandHandler ( "hptoll2c" ) end addEventHandler ( "onClientGUIClick", gui["test"] ,outputEditBox) you forgot function name
  17. Xampp is much better and easy to use.
  18. Its completely wrong.You mixing onResourceStart arguments with onMarkerHit. What resouce you want to start.If its just one then marker = createMarker (222, -1956, 1, "cylinder", 1.5, 38, 255, 0, 255, getRootElement()) function startTheResource () resourceName = "mil_protection" local resource = getResourceFromName ( resourceName ) local start = startResource ( resource ) end addEventHandler ( "onMarkerHit", marker, startTheResource )
  19. XFire is a software, which uses dx overlay. This is a script. XFire can access microphone. This can't. It's a major difference, which makes this script useless. For example, have much nuubs don't know how install a simple programm like XFire. My script doesn't require installation but the server owner must have the script in his server My script is simple to use, it's my opinon. If you want use XFire for talk with your friend, it's your problem I never installed xfire..This will be better.
  20. Find on mta community.This section is for help with code.We can't give you whole code
  21. Returns A table over the accounts that exist in the server internal.db file. This table might be empty. Table is empty.No such account
  22. Then take x y z of locations and put in setElementPosition(player,x,y,z) You must provide something or we can't help.
  23. You need to do it client side function cancelkill ( attacker, weapon, bodypart ) cancelEvent() end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(),cancelkill )
×
×
  • Create New...