Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 25/08/17 in Posts

  1. It is very useful for repeating (dx) animations. local duration = 4000 -- ms local progress = getTickCount() % duration / duration -- progress 0 t/m 1
    3 points
  2. @iMr.WiFi..! من داخل اللوب عشان مايكرر الرسالة outputChatBox مفروض تشيل
    1 point
  3. شكراً لك على هذا الرد الجميل حياك الله نورت الموضوع
    1 point
  4. Then just change getRootElement() to localPlayer and plr and thePlayer to source
    1 point
  5. You have "plr" and "thePlayer" they are not defined as far as what I can see in the code. Who is plr and who is thePlayer? I'm guessing that plr = player sending money and thePlayer = player receiving money If so then you should set the source of the event to the localPlayer by changing getRootElement() to LocalPlayer in line 23 Then add that "el" variable to 1 of the arguments along with payment at line 23 so it would look like: localPlayer, el, payment) Next in your server event change "plr" to source which will be the localPlayer and add "thePlayer" right before payment in line 3 as a function parameter it would look like: function(thePlayer,payment)
    1 point
  6. موفقين , فونـآسسة ~ صراحة اشكر نصور على برمجة هو ومستر طلآل صراحة مبدعين مرةة
    1 point
  7. mysql = exports.mysql addEvent("getPlayerCredits",true) addEventHandler("getPlayerCredits", resourceRoot, function (payment) if getElementData(plr, "delivered") == true then exports.global:giveMoney(thePlayer,payment) outputChatBox("OK!",root,0,255,0) return end end) Line 3 script_s addEventHandler("getPlayerCredits", resourceRoot, payment should be addEventHandler("getPlayerCredits", resourceRoot, function(payment) the reason for the error is because you didnt have a comma after payment which is still wrong syntax btw. TIP: You should use an editor that shows simple errors in Lua
    1 point
  8. this very good But you did this in SF make in Other city No LV And 'LS
    1 point
  9. Yeah, this is when you are tired.....Thanks a lot Very amateur mistake by me. Dropped you a like (Reputation)
    1 point
  10. العفو بالتوفيق حبيبي
    1 point
  11. Not good format. The correct format is: <export function="addLog" type="server" /> <export function="saveLog" type="server" /> <export function="createLog" type="server" />
    1 point
  12. You have to restart it.
    1 point
  13. سطر 8 استبدل root ب resourceRoot
    1 point
  14. عدلته كود جربه
    1 point
  15. انا جربتها كدا واشتغلت
    1 point
  16. جرب ذا مدري بينجح او لا بس انت جرب setElementData ( localPlayer, "clothesvipSkin", getElementModel ( localPlayer ), true ) --triggerServerEvent ( "OnClientGetPreminumTime", localPlayer ) guiSetVisible(WindowVIPanel, true) showCursor(true) guiSetText( LabelAccountName, "account name : "..getElementData(localPlayer,"Account").."" ) guiSetText( LabelAccountName, "account name : "..getElementData(localPlayer,"Account").."" ) guiSetText( LabelPlayerName, "player name : "..getPlayerName( localPlayer ).."" ) guiSetText( GUIEditor.label[5], "Serial : ".. getPlayerSerial( ).."" )
    1 point
  17. مو كلهم محتاجين فلوس يبون يربحون فقط ..
    1 point
  18. سيرفر كفو وما شاء الله ومودات حصرية وشكر خاص للاخ نصور و طلال وما ننسا الاخ فوكس تحياتي ل هوليود / احبك / ماكس / وائل / ابداع تحياتي لككم اخوك لوفي w.T|LooFe
    1 point
  19. Hola les cuento. Busco: *STAFF *AYUDANTES *MODERADORES Toda clase de gente que dese participar en este Proyecto ya sea ayudando compartiendo ¡No es necesario gente con conocimiento en scripting! Cuento con Servidor hosteado y en unos días me moveré a un vps mientras termino de ajustar DETALLES... Cualquier gente que dese ayudar se le darán RANGOS Y PREMIOS especiales. STAFF para los que ayuden y inviertan tiempo y quieran participar verdaderamente en el proyecto. -Un poco de mi servidor: *35 vehiculos diferentes *Todos los autos tienen skins * 6 Vips variados *Sistema de niveles *Mas de 35 armas diferentes *Sistema de lanzar granadas *Chaleco y casco instalados *Rhino,Hunter,Hydra Agregados (1 Respawn cada uno cambio constante de lugar) cualquier cosa contactarme por PM u dejarme algún contacto para comunicarnos. ¡Gracias por su atencion!
    1 point
×
×
  • Create New...