Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. كان نقلت شرحي معها مرهـ وحدهـ ..
  2. الى الان نسخ لصق مع تعديل lol!
  3. addEvent("M4", true) addEventHandler("M4", getRootElement(), function ( ) if getPlayerMoney( client ) >= 2000 then giveWeapon( client,31,600 ) takePlayerMoney( client,2000 ) outputChatBox('بـ 2000 دولآر M4 لـقـد اشـتـريـت ! ',client,0,255,0) else outputChatBox('لإتـمـلك مـآلإ كـآفيـآ ',client,255,0,0) end end ) اذا لوكال جرب كذا
  4. نسخ لصق؟ عزيزي العضو أنت في القسم الخاطئ حاول مجدداَ
  5. لاتستخدم كود bb لـ السنتر @ الهآجري يخرب كودك -_-" ؟
  6. Client : addEventHandler ("onClientGUIClick", root, function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end ) Server : addEvent("Login",true) addEventHandler("Login",root, function( userName,Password ) local v = getAccount ( username, Password ) if ( v ~= false ) then logIn ( client, v, Password ) else outputChatBox ( "Wrong username or password!", client, 255, 255, 0 ) end end )
  7. اختصر كذا ذذ bindKey("F2","down", function() guiSetVisible(Window,not guiGetVisible(Window)) showCursor(guiGetVisible(Windiw)) guiSetEnabled(guiGetVisible(Window),false) end ) + اذا بتاخذ اكواد جاهزه ما بتتعلم ذذ guiSetEnabled(guiGetVisible(Window),false)
  8. bindKey ( 'F2','down', function ( ) local v = guiGetVisible ( GUIEditor_Window[1] ) guiSetVisible ( GUIEditor_Window[1],not v ) showCursor ( v ) end )
  9. برمج بنفسك : bindKey guiSetVisible guiGetVisible showCursor
  10. انت شوف واعرف بنفسك أفضل لك ^^ اذا ماعرفت قولي اقلك وش هي
  11. addEvent("Login",true) addEventHandler("Login",root, function( userName,Password ) local v = getAccount ( username, Password ) if ( v ~= false ) then logIn ( client, v, Password ) else outputChatBox ( "Wrong username or password!", client, 255, 255, 0 ) end end )
  12. login > logIn getAccount ( username, password ) if ( GUIEditor_Label[13] ~= false ) then > local v = getAccount ( username, password ) if ( v ~= false ) then thePlayer > player
  13. Good work . Waiting for it it'll be great user panel.
  14. اي توني انتبة انت مسوي شيء زايد بنوع الماركر : local outHouse = createMarker( 493.39999389648,-25.10000038147,1002,"arrorw",2,0,255,0,0 ) غيرهـ لـ : local outHouse = createMarker( 493.39999389648,-25.10000038147,1002,"arrow",2,0,255,0,0 ) فية r زايدهـ ..
  15. مثال على كودك : addEventHandler ( "onClientGUIClick",GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) triggerServerEvent ("Setskin", getLocalPlayer()) triggerServerEvent ("SetTeam", getLocalPlayer()) local x,y,z = unpack( vTable [ math.random( #vTable ) ] ) one = createMarker ( x,y,z, "cylinder", 3, 255, 255, 0, 170 ) myBlip = createBlipAttachedTo ( one, 51 ) addEventHandler ( "onClientMarkerHit", one, Spawncar ) end,false ) function Spawncar ( hitPlayer ) if hitPlayer == localPlayer then triggerLatentServerEvent ( "money",hitPlayer ) if not isElement ( one ) then return outputChatBox ( 'NO MARKER' ) end setElementPosition ( one,-1733.11, 1306.04, 70 ) outputChatBox ( 'MARKER MOVED' ) end end لاتنسى الجدول!!
  16. What about the first crash? it's not solved yet?
×
×
  • Create New...