Jump to content

Alex.

Members
  • Posts

    10
  • Joined

  • Last visited

Alex.'s Achievements

Member

Member (5/54)

0

Reputation

  1. Alex.

    Paid scripter

    It's quite hard to make a vehicle system, using savings (XML, SQLite or MySQL recommend the last two as XML eats ur server RAM) He also want a gang system which would also use some kind of saving system (i assume) So, it's not something you would manage to do your first day scripting in Lua.
  2. Do i need to tell you for the Million time that was just an example? viewtopic.php?f=91&t=41863 That will be twice if I can count correctly. OT: Use the function below if you want to check whether the player is an admin or not. isObjectInACLGroup
  3. Alex.

    Disable CJ run

    Wrong unit, and why do you provide him the code? It's a lot better if he would try himself rather than just being given the code.
  4. Alex.

    Disable CJ run

    rofl, he doesn't want to disable sprinting.. But he believes MTA sprinting is faster than SA-MP sprinting so he wants to alter the maximum sprint speed of the player. the topic name is 'Disable CJ run'
  5. Alex.

    Disable CJ run

    Don't forget to add a check whether the player is in a vehicle or not using: https://wiki.multitheftauto.com/wiki/IsPedInVehicle
  6. That one is unstable as piss, whenever I try to add a resource I get "blabla.exe has stopped working" OT: Thanks
  7. What the fuck? That is a giant mess. Neither is it was the topic starter asked for. If he would like to do it your way I would recommend: local crimTeam = createTeam("Criminals") function setTeam(tPlayer) setPlayerTeam(tPlayer, crimTeam) outputChatBox("You Are Now Criminal", tPlayer, 255, 255, 0) end addCommandHandler("criminal", setTeam)
  8. Alex.

    Error

    I would not call embedded functions organized.
  9. It tells you exactly what you need to do, you need to add the bracket where it is expected.
×
×
  • Create New...