Jump to content

#Wassem

Members
  • Posts

    21
  • Joined

  • Last visited

Details

  • Gang
    [L.C.A]

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

#Wassem's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. أتمنى اغلاق تمً خل مشكله
  2. وقريب ينفك حضري
  3. خلاص أحظر بكيفك تم عمل مود ومساعده
  4. خلاص اشتغل كل شكر لاجانب مع احترامي ل < الاجانب بس ابي كمان استفسار كيف اذا كتب امر من اف 8 يجي اوبكت مثل مزارع ؟
  5. OutTopChat this mod xXxMadeXxX
  6. ألي يحب الله يساعد
  7. Full Mod does not work Hope Correct me full code
  8. repier my codes plzz
  9. all codes Blip Marker Codes .. i start mod in server dont work :( plzz help me
  10. Client GUIEditor = { memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() gamer = guiCreateWindow(471, 255, 382, 477, "وظيفه صانع اسلحه | ", false) guiWindowSetSizable(gamer, false) guiSetAlpha(gamer, 0.71) GUIEditor.memo[1] = guiCreateMemo(9, 20, 363, 210, " وظيفه صانع الاسلحه الاصدار الاول\n\nما هي ؟ \nوكيف تربح منها ؟\nهي وظيفه تقوم بصنع سلاح عن طريق اوامر اف 8\n\ncreate1\ncreate2\n\n--\nالاصدار ثاني سوف يزيد الاوامر", false, gamer) start = guiCreateButton(9, 379, 89, 88, "قبول ", false, gamer) end ) addEventHandler(''onClinetMarkerHit'', resourceRoot,function (elment) if element == getLocalPlayer ( ) then if source == MarkerM then guiSetVisible(gamer,true ) showCrusor(true ) end end end Server markerM = createMarker(812.55450439453,-1106.7780761719,25.786380767822,'cylinder',3,255,255,0,155) createBlip ( 812.55450439453,-1106.7780761719,25.786380767822,49 ) addEventHandler('onMarkerHit',root, function (player) if source == markerM then if getElementType(player) == "player" then if getPlayerTeam(player) == getTeamFromName ( "No Team") then triggerClientEvent(player,"OpenWind",player) else triggerClientEvent(player, "outputTopChat", root, "يجب ان تكون في فريق النو تيم لـ تأخذ وظيفة صانع اسلحه", 255, 255, 0) end end end end ) addEventHandler(''onClinetGUIClick'', resourceRoot,function ( ) if (source == start ) then local id = 13 local ammo = 133 addCommandHandler ( "create", function ( Player ) if ( id and ammo ~= tonumber ) then return end if ( getPlayerMoney ( Player ) >= 500 ) then takePlayerMoney(Player, 500) giveWeapon ( Player, id, ammo ) outputChatBox ( "** تم صنع و اعطاءك سلأح", Player, 255, 0, 0, true ) end end ) local id = 55 local ammo = 55555 addCommandHandler ( "create2", function ( Player ) if ( id and ammo ~= tonumber ) then return end if ( getPlayerMoney ( Player ) >= 500 ) then takePlayerMoney(Player, 500) giveWeapon ( Player, id, ammo ) outputChatBox ( "** تم صنع و اعطاءك سلأح", Player, 255, 0, 0, true ) end end end end ) local marker = createMarker ( .... ) local Timer = { } addEventHandler ( "onMarkerHit", marker, function ( element ) if getElementType ( element ) == "player" then if isTimer( Timer[ element ] ) then outputChatBox ( "لقد قمت بالدخول مسبقاً .. انتظر لمدة 5 دقائق", element ) return else Timer[ element ] = setTimer( function( ) end, 30000, 1 ) end end end )
  11. اقول بروح اجانب .. #
  12. وين خبره ؟ مثل برستيج وذا كول .
×
×
  • Create New...