Jump to content

LaCosTa

Members
  • Posts

    191
  • Joined

  • Last visited

Everything posted by LaCosTa

  1. you can watch this video at 4:00 minute you'll see how it looks to him
  2. Hey guys i installed MySQL on my mta and i'm using XAMPP program for a localhost to get acess to PHPmyadmin , the problem is how to delete or to modify that table circled on red ?? see the picture to understand http://i.imgur.com/Dk0nodu.png
  3. LaCosTa

    Level?

    You made if nLevel < 20 which means , he can get the skin if his level is lower than 20 , you should use the greater and equal operator as TAPL gave you
  4. Is this code server or client one ?
  5. make the trigger event like this triggerClientEvent ( source,"Chamarseeds", source)
  6. استعمل table و ضع فيه السريالات التي توريدهم يركبون المركبة. ر
  7. viewtopic.php?f=148&t=42067
  8. LaCosTa

    Objects view

    i got the same problem too , try to use fadeCamera just few secondes till the camera get its real position
  9. This is not MTA team problem dude , you have to go to that server and speak to its owner either you get a solution or he back to you your money , MTA team can't close someone server for this reason and also it's your fault that you trusted the owner of that server , nothing to do in this case .
  10. looks good it deserves to be sold !:=) great work
  11. LaCosTa

    Hackers

    Are you here asking us for the hack program or finding a solution to your problem ??? i've doubts
  12. Man I'm not insulting you , I just gave you an advice , I'm not finding your problems as you said , just take it as advice even I can't create bank system cuz it requirs SQL to save and personaly i started recently learning it .
  13. Man you seemed to be beginner at scripting and you're going to make something bigger than your skills which means you can't make a script if you don't know the basics of the lua language and without working hard , in here we're to assist people not to make scripts for them , if you want a free scripts you'll find them here
  14. i think this will help you , this script has all the interiors of MTA and teleport you through https://community.multitheftauto.com/index.php?p= ... ils&id=436
  15. its addCommandHandler not addComandHandler EDIT : sorry i've a bad network that's why i posted after you :3
  16. LaCosTa

    Server error

    okay , this is the acl that you should write on it your username "Console"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "user.Console"> this line "user.Console"> change Console to your username account for example aaron Eventually go to your server and type /register your username that you putted it on the acl.xml file and a password , then type /login username password and you'll be admin in your server and you'll be able to start resources via f8 by typing start resourcename
  17. first of all use the lua codes , when you want to post a code just use lua codes . second your code is messy , you have to use tables instead of repeating the same function everytime and the tables are useful in this kind of scripts .
  18. what about this ??? pizzaguy = createMarker (-1721.0263671875, 1355.9541015625, 6.1805019378662, "cylinder", 1.25, 0,255,0,180 ) createBlip ( -1723.74, 1359.68, 6.18, 29, 2, 0, 0, 0, 255, 0, 200 ) function MarkerHit(hitPlayer) if (getElementType(hitPlayer) == "player" ) and not isPedInVehicle(hitPlayer) then triggerClientEvent (hitPlayer,"openWindow",getRootElement(),hitPlayer) end end addEventHandler("onMarkerHit", pizzaguy, MarkerHit) function help () outputChatBox("Pizza : In the pizza job you as a pizzaboy have to deliver pizzas to locations and you get money by delivering the package.") end addCommandHandler("pizzahelp",help)
  19. 98 - Been خاطئ مو الماضي من فعل be الماضي من فعل be هو was/were it's present perfect exemple = I have been to France. هذه الجملة تعني أن كان لديك تجربة تجري في فرنسا. ربما كنت قد تعرضت هناك مرة واحدة، أو عدة مرات.
×
×
  • Create New...