Jump to content

Naif

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by Naif

  1. اللغة ولا اللغات العربيه ولا الدباب في ولا ان خطر ولا حظر
  2. طيب انا قلت ان الكوماند خطأء اذا بتسويه بزر تحتأج triggerServerEvent
  3. ^ XXX removePedFromVehicle < Server Side Only onClientGUIClickr < Client Side Only
  4. # بـ إلتوفـيق لـك إآأخوي عَميد <3 ..
  5. ينفجر ولا ماينفحر
  6. يموت ولا ينتحر
  7. ^ +1
  8. أولا برو قيمر ولد عمي وانا قلتله انشر السكربت وكذأ واحد يعرف انه ولد عمي ي حسن مكي
  9. يقدر يحط صوره
  10. setAccountData getAccountData مافهمت عليك زين ..
  11. هو ولا هي
  12. not source use in killPed playername
  13. شوتر ولا ديربي
  14. دد ولا دي ام ضضَ
  15. addEvent("car1", true) addEventHandler("car1", root, function() if ( isElement(pg) ) then destroyElement(pg) end if (getPlayerMoney (source) >= 0) then takePlayerMoney(source, 0) local x, y, z = getElementPosition(source) pg = createVehicle(411 , x, y, z) warpPedIntoVehicle(source, pg) end end ) addEvent("car2", true) addEventHandler("car2", root, function() if ( isElement(pn) ) then destroyElement(pn) end if (getPlayerMoney (source) >= 0) then takePlayerMoney(source, 0) local x, y, z = getElementPosition(source) pn = createVehicle(429, x, y, z) warpPedIntoVehicle(source, pn) end end ) addEvent("car3", true) addEventHandler("car3", root, function() if ( isElement(xx) ) then destroyElement(xx) end if (getPlayerMoney (source) >= 0) then takePlayerMoney(source, 0) local x, y, z = getElementPosition(source) xx = createVehicle(489, x, y, z) warpPedIntoVehicle(source, xx) end end ) -- Server Side ^
  16. ممَ آوك اول م تخش آقبل ضضَ
  17. نو ولا يس
  18. افضل ولا اخيس
  19. تنسخ ولا تلصق
  20. حرف ولا رقم
  21. ^ رأجع الجدول لبى قلبك .
  22. لاترجع ولا ارجع ('الموضوع ماتحسب فيه المشاركات')
  23. skin = { {"skin1",20,10000}, {"skin2",150,22}, {"skin3",46,333}, } for i,skins in ipairs(skin) do local row = guiGridListAddRow(GridList) guiGridListSetItemText(GridList,row,1,skins[1],false,false) guiGridListSetItemText(GridList,row,2,skins[3],false,false) guiGridListSetItemText( GridList, row, 3, skins[2],false,false ) end ------------------------------------------- addEventHandler('onClientGUIClick', root, function () if source == x then guiSetVisible(Buywnd ,false) destroyElement(ped) showCursor(false) elseif source == GridList then ped = createPed(264,337.81802,-7989.18262,16.00000,180) local sel = guiGridListGetSelectedItem(GridList) if sel ~= -1 then local id = guiGridListGetItemText(GridList,sel,3) setElementModel(ped,id) else destroyElement(ped) end end end ); ماني متأكد بس جرب ..
  24. وات ولا وآيت
×
×
  • Create New...