Jump to content

Sparrow

Members
  • Posts

    378
  • Joined

  • Last visited

Everything posted by Sparrow

  1. line 9: local gangresult = executeSQLQuery ( "SELECT `gang` FROM `user_data` WHERE `username` = ?", playeraccount ) el table 'user_data' mahouch mawjoud fel registry.db
  2. hassan, this is an arabic section, but we don't write with arabic, we use french and tunisian
  3. if he'll make the marker on client side, it'll ve visible on for local player and not for all
  4. -- Server Side functions: createTeam createMarker setPlayerTeam getTeamFromName events: "onMarkerHit" -- Client side functions: guiGetText triggerServerEvent events: "onClientGUIClick"
  5. hhhh, ena adhoukom man5dmch behom jemla, mana3rch ech ynaykou asl
  6. 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
  7. dabert, BMW fi type B, soumha 1.4M hoh hoh hoh
  8. a9ra les TUTs fel topics eli 7at'hom wassim, idha 3andk problem fel SQLite kalmni enajm nsala7lk ama manajmch nfahmk
  9. there is this script on community, this is it: https://community.multitheftauto.com/in ... ls&id=5491
  10. you don't know server side? search on server side files[check them on meta] and search where you can add the missing events
  11. 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)
  12. 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 )
  13. 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 )
  14. hedhi export function. tnajm t9oul hedhakima group system idha enti fi group IV inGroupIV twali true
  15. SRC server released lbera7, we reach 59 players forum: SRC forum ip: mtasa://178.32.239.146:22003
  16. no one will give it for free, you have 2 choices, if you buy the, or script them
  17. zid element 9bal el "event" triggerClientEvent(player,"onEnter",source,player,seat)
×
×
  • Create New...