Jump to content

LeooN15

Members
  • Posts

    15
  • Joined

  • Last visited

About LeooN15

  • Birthday 23/11/1993

LeooN15's Achievements

Square

Square (6/54)

0

Reputation

  1. I did what you said but it doesnt work. I paste de log:
  2. Hi, im spanish and my english isnt very good.. My problem is this: When i click the MTA icon on my screen appears the mta logo, after this the logo dissapear and the game doesnt start. Yesterday i was playing normaly but my graffic card offer me to update and i updated. I past all the computer info.
  3. No it is not a double post is another gate you can check it if you want:) Anyone know the error?
  4. Hi, i made another script, is a gate at LSPD i want that when an admin get close to the gate this will open but the gate move to other site please help me:) LSgate2 = createObject ( 976, 1545.0999755859, -1630.5, 12.39999961853, 0, 0, 90) col = createColRectangle(1542.9000244141, -1636.9000244141, 10.60000038147, 20) addEventHandler ( "onColShapeHit", col, function(hitElement) if (getElementType (hitElement) == "player") then if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(hitElement)), aclGetGroup ( "Admin" ) ) then moveObject (LSgate2, 2500, 1545, -1623.5, 12.39999961853, 0, 0, 90) -- here is where you enter the coordinatess of the new location of the object, 2200 = the speed of the movent. end end end) addEventHandler ( "onColShapeLeave", col, function(hitElement) if (getElementType (hitElement) == "player") then if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(hitElement)), aclGetGroup ( "Admin" ) ) then moveObject (LSgate2, 2500,1545.0999755859, -1623.5, 12.39999961853, 0, 0, 90) -- here is where you copy the coordinates of the orginal location of the object, 2951 = the timer of movent. end end end)
  5. LeooN15

    MTA jobs

    Sorry, im creating a roleplay server with other guys and we dont have a scripter so we are trying to make them. On december 1 we will have 250€ more or less to pay people.
  6. Only one thing to say... You´re incredible, Thanks
  7. LeooN15

    MTA jobs

    Post deleted. Sorry
  8. Post it when you finish please:) thanks
  9. is in ls, a gate in the LSPD garage, Thanks for the help Jaysds1, you´re the best
  10. Please im new with LUA scripting, i dont know what is a colshape and i dont know how to put it.. Can anyone put the script with that "colshape" please:) Thanks
  11. I dont know what is this can u explain please?
  12. Can you repair an put it please i have no idea about this
  13. i´m trying to make the LSPD gate automatic to Admin acl group can anyone tell me what is wrong? root = getRootElement () LSgate1 = createObject ( 969, 1584.9000244141, -1637.9000244141, 12.39999961853, 0, 0, 0) -- enter the ID of the object followed by the coordinates -- note the rotx y and z may not be required so you just remove these. x y and z is where you would put your cordinates. function Open ( pla ) if getElementType ( pla ) == "player" then if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(pla)), aclGetGroup ( "Admin" ) ) then moveObject (LSgate1, 2500, 1584.9000244141, -1637.9000244141, 15.99999961853) -- here is where you enter the coordinatess of the new location of the object, 2200 = the speed of the movent. end end end addEventHandler ( "onColShapeHit", col, Open) function Close ( pla ) if getElementType ( pla ) == "player" then if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(pla)), aclGetGroup ( "Admin" ) ) then moveObject (LSgate1, 2500,1584.9000244141, -1637.9000244141, 12.39999961853) -- here is where you copy the coordinates of the orginal location of the object, 2951 = the timer of movent. end end end addEventHandler ( "onColShapeLeave", col, Close ) Please help me
  14. If you dont want do not answer, maybe someone is interested
  15. Hi friends, I am creating a new rpg and freeroam server but i need some people like scripters and admins i someone want to join anwer. I need scripters please. Thanks
×
×
  • Create New...