Jump to content

xXMADEXx

Members
  • Posts

    2,718
  • Joined

  • Last visited

Everything posted by xXMADEXx

  1. Original: https://community.multitheftauto.com/index.php?p= ... ls&id=1873 Stolen: https://community.multitheftauto.com/index.php?p= ... ls&id=7712 DONE
  2. What does debugscript say?
  3. are you stupid or drink some think ? and im not new here . i said befor you didn't know how to i make my script and just want to make a post for make your Posts : 1000 and said my english bad so how TAPL know what i wil do ? hahahahah waiting for other members can give me the function that i need it to make my script , Okey... I will not help you with this. It might have been wiser of you to be nice to the ones that help. So please, leave this forum and when you fix your god damn bold English & become more respectful then come back. Its callRemote for the LUA side, but you'll need to also learn PHP.
  4. user,pass is about the the phpmyadmin login information ? yea. Instead of using "localhost" use "127.0.0.1"
  5. i dosen't have a arabic keyboard so when i wil post with english what you wil said ?? this is a section arabic no english ! Google translate... yes i want like this i can make it's or not ? This is possible to make, however it would be fairly compilicated for someone who is new to scripting. You'll probably have to pay someone.
  6. This is what I use to connect my database: local user = "xXMADEXx" local pass = "" local host = "127.0.0.1" local db = "" db = dbConnect ( "mysql", "host="..host..";dbname="..db , user, pass ) If it dosn't work then its the MySQL host...
  7. for id, playeritem in ipairs(getElementModel(player,356)) do You can use: for playeritem=1,46 do And it will return an id for all the weapons
  8. The update function is "updateBars" in "race_client.lua" (should be lines 539-545) and you can just find what it returns from there.
  9. Why don't you search in the Race resource?
  10. You need to make it on the server side, then trigger to the client side to play the sound.
  11. Any errors in debugscript?
  12. Your English is a little hard to understand... Im a little confused. Are you trying to get the player from his IP or are you trying to get all the players IPs onto a gridlist?
  13. Lol, this is the script for RRC right? (Added on skype)
  14. Also, if you don't have 'local' in the function, it will be stored as a global variable.
  15. /kill isn't a default MTA command. Its in one of your scripts.
  16. yes i solved it x.x but you answered before i edit lol thanks very much No problameo.
  17. getAttachedElements returns a table. addEventHandler ( "onClientMarkerHit", myMarker, function ( p ) if ( p == localPlayer ) then local attachedElements = getAttachedElements (p) for _,v in ipairs ( attachedElements ) detachElements ( v, p ) end outputChatBox ( " hi " .. getPlayerName(p), 100, 100, 100, true ) end end)
  18. My top two hosting companies are gta-servers (https://gta-servers.net) and VortexServers (https://vortexservers.com/)
  19. I visted it, but i never played because the download was so big & slow. You should really take some mods off..
×
×
  • Create New...