Jump to content

Sparrow

Members
  • Posts

    378
  • Joined

  • Last visited

Everything posted by Sparrow

  1. no, no problems
  2. line 9: local gangresult = executeSQLQuery ( "SELECT `gang` FROM `user_data` WHERE `username` = ?", playeraccount ) el table 'user_data' mahouch mawjoud fel registry.db
  3. hassan, this is an arabic section, but we don't write with arabic, we use french and tunisian
  4. if he'll make the marker on client side, it'll ve visible on for local player and not for all
  5. -- Server Side functions: createTeam createMarker setPlayerTeam getTeamFromName events: "onMarkerHit" -- Client side functions: guiGetText triggerServerEvent events: "onClientGUIClick"
  6. hhhh, ena adhoukom man5dmch behom jemla, mana3rch ech ynaykou asl
  7. this board is to help you fixing your scripting errors abut not to make a working script for you. also no one will do it for free
  8. dabert, BMW fi type B, soumha 1.4M hoh hoh hoh
  9. a9ra les TUTs fel topics eli 7at'hom wassim, idha 3andk problem fel SQLite kalmni enajm nsala7lk ama manajmch nfahmk
  10. r4y, 3andk problem m3a el SQL?
  11. awl serveur drift tounsi, ama hedha 2eme fi mta SRC loul muahahahhah
  12. there is this script on community, this is it: https://community.multitheftauto.com/in ... ls&id=5491
  13. amine, 7el les ports men: 192.168.1.1
  14. you don't know server side? search on server side files[check them on meta] and search where you can add the missing events
  15. this events are missing on server side: "onLoadedAtClient_tt" "onClientRequestToptimesUpdates" "onClientRequestToptimesUpdates" check that the correct event name is written on: addEvent("eventName", true) addEventHandler("eventName", root, functionName)
  16. addEventHandler("onClientRender",root, function () if (getPedOccupiedVehicle(localPlayer)) then for i=0,5 do local doorState = getVehicleDoorState(getPedOccupiedVehicle(localPlayer), i) if doorState == 2 or doorState == 3 or doorState == 4 or doorState == 5 then playSound("sound.mp3") end end end end )
  17. addEventHandler("onClientRender",root, function () if (getPedOccupiedVehicle(localPlayer)) then local doorState = getVehicleDoorState(getPedOccupiedVehicle(localPlayer)) if doorState == 2 or doorState == 3 or doorState == 4 or doorState == 5 then playSound("sound.mp3") end end end )
  18. ech to9sd? mafhmtkch
  19. hedhi export function. tnajm t9oul hedhakima group system idha enti fi group IV inGroupIV twali true
  20. SRC server released lbera7, we reach 59 players forum: SRC forum ip: mtasa://178.32.239.146:22003
  21. no one will give it for free, you have 2 choices, if you buy the, or script them
  22. zid element 9bal el "event" triggerClientEvent(player,"onEnter",source,player,seat)
×
×
  • Create New...