Jump to content

Hero192

Members
  • Posts

    512
  • Joined

  • Last visited

Everything posted by Hero192

  1. Great job xXMadeXx but you have two bugs in Turf script , 1) If you restart script it doesn't save owners 2) If you entred to turf and left it, when the progress become 0% the turf being with black color i thought that what you gonna fix in this 1.1.4 sadly i hope you fix it and add it in 1.1.4 good luck
  2. Anyone can explain how to calcul and put the guiGetScreenSize in the place of crosshair for the custom crosshair that show for all different computers in same location , please tell me how
  3. Hello everyone,anyone of you guys know a good way to calcul the normal Gui size to the function getScreenSize? that will shows to all different computers the same size ,like if you did it in middle it show in middle but i need a good way please and how to calculs it to make it exactly and easier to any pos you want,thank you for your care
  4. Hero192

    Question!!??

    Guys anyone of you know how to give an player his password/account back if he lost it? there's a way to know player's account/ password? if yes tell me how please
  5. Hello guys,im trying to make an DM system that if a player entred the ColShape he get message "You have entered the DM area" and if he left it he'll have an message with you have left the DM area, i made an code about that but it doesn't working Here's my code: when i hit the dm zone i dont get anymessage please try to help me out of it local hillArea = createColRectangle ( -2171.0678710938, 678.17950439453, 15, 15 ) local hillRadar = createRadarArea ( -2183.5678710938, 705.67950439453, 40, -40, 0, 255, 0, 0 ) -- i want to set it invisible function hill_Enter ( thePlayer, matchingDimension ) if (getElementType(thePlayer) == "player") then outputChatBox( "DM system: You have entered the DM Area.", getRootElement(), 255, 255, 109 ) end end addEventHandler ( "onColShapeHit", hillArea, hill_Enter ) function hill_Exit ( thePlayer, matchingDimension ) if (getElementType(thePlayer) == "player") then if isPedDead ( thePlayer ) ~= true then outputChatBox ( "DM system:You have left the DM Area.", getRootElement(), 255, 255, 109 ) end end end addEventHandler ( "onColShapeLeave", hillArea, hill_Exit )
  6. Thank you alot MADE you're helpful like always, if others want to share their informations and their advices with me please write them here
  7. Hello everyone,im old player in MTA but im trying to learn Lua mta script so my questions are: 1)What's the differient between "Functions" and "Events" and what does the function do and what does the event do (if you guys have examples should be great). 2)Also,What's the differient between Client side and Server Side 3)Which programes should i learn like C/C++ or something will helps me in scripting ..etc im already had good skills in HTML i learnt that in School and if you have more informations / Guides that will helps me please advice me
  8. Doesn't works even if i changed the default ranks to custom and adding them in ACL ,help me please?
  9. Yeah thats what i mean,I tried that but not working ,i know the custom ranks must be in the ACL admin too but the problem is in how to switch them to custom ranks
×
×
  • Create New...