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. setAccountData getAccountData مافهمت عليك زين ..
  7. not source use in killPed playername
  8. 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 ^
  9. ^ رأجع الجدول لبى قلبك .
  10. لاترجع ولا ارجع ('الموضوع ماتحسب فيه المشاركات')
  11. 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 ); ماني متأكد بس جرب ..
×
×
  • Create New...