Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. iPrestege

    need help

    I think it is impossible .
  2. iPrestege

    need help

    fetchRemote Maybe ?? This function allows you to post and receive data from HTTP servers. The calls are asynchronous so you do not get an immediate result from the call, instead a callback function you specify is called when the download completes. In the case when the call fails, a string containing "ERROR" followed by an integer containing the error reason will be passed to the callback function. The reason for failure will be similar to errors found with websites - file not found, server not found and timeouts. If you are using fetchRemote to connect to a PHP script, you can use file_get_contents("php://input") to read the postData sent from this function.
  3. من السطر : 34 - 42 ماله أي داعي لأنها مخفيه أصلا # و ماله داعي تظهر الماوس لانة ظاهر اصلا مع فتح اللوحة
  4. i get the link but there's pass word send the password "PM" .
  5. -- Client Side Script . addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() TXD = engineLoadTXD("FILE.txd") engineImportTXD(TXD, 287) DFF = engineLoadDFF("FILE.dff", 287) engineReplaceModel(DFF, 287) end ) Do not forget to add files to meta .
  6. لوول ماتفرق كذا أو كذا كلها قابلة للفك #
  7. onClientGUIClick createTeam setPlayerTeam CreateBlipAttachedTo destroyElement
  8. لآ بس أنشاء الله نشوهـ السمعهه #,
  9. Or better use : onClientResourceStart and onClientPlayerWasted
  10. You're Welcome , No Not Needed Am Here For Help People And There's No Need To Add Credit .
  11. Nice Job Keep Up The Good Job.
  12. iPrestege

    help!

    عزيزي مشكلتك مآ تفهم بـ الشيء ذآ #, وانتهى الموضوع
  13. Cancel the server side file and just use it client side here you are try it : GUIEditor = { memo = {}, window = {}, tab = {}, label = {}, tabpanel = {}, } GUIEditor.window[1] = guiCreateWindow(559, 209, 616, 468, "Welcome to Da.ESCaPE!", false) guiSetVisible(GUIEditor.window[1],false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.tabpanel[1] = guiCreateTabPanel(22, 25, 585, 434, false, GUIEditor.window[1]) GUIEditor.tab[3] = guiCreateTab("Intro", GUIEditor.tabpanel[1]) GUIEditor.memo[4] = guiCreateMemo(7, 10, 582, 234, "Welcome to Da.ESCaPE (Dutch and English Server Clan and Playing Evolution)! This is a Dutch/English server clan with servers on Multi Theft Auto, Garry's Mod and Team Fortress 2. Our goal is to make our servers as unique as possible. In this windows you will find the rules, help, who is in our team, our other servers and credits.\n\n---To close this window, type /close---", false, GUIEditor.tab[3]) guiMemoSetReadOnly(GUIEditor.memo[4], true) GUIEditor.tab[4] = guiCreateTab("Rules", GUIEditor.tabpanel[1]) GUIEditor.tab[5] = guiCreateTab("Help", GUIEditor.tabpanel[1]) GUIEditor.tab[6] = guiCreateTab("The Team", GUIEditor.tabpanel[1]) GUIEditor.tab[7] = guiCreateTab("Servers", GUIEditor.tabpanel[1]) GUIEditor.tab[8] = guiCreateTab("Credits", GUIEditor.tabpanel[1]) local infomarker = createMarker (415.29998779297, -2080.8000488281, 6.8000001907349, "cylinder", 1, 139, 127, 0, 100) addEventHandler ("onClientMarkerHit", infomarker, function (player) if ( player == localPlayer ) then guiSetVisible(GUIEditor.window[1],true) showCursor(true) outputChatBox("Freek: #FFFF00Hello! Can I help you?",0, 255, 0, true) end end ) addCommandHandler ("close", function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) outputChatBox("Freek: #FFFF00Come again when you need help! Have fun!", 0, 255, 0, true) end )
  14. iPrestege

    help!

    يخوي خل الملف ضيف جديد بـ أي أسم تبية!
  15. iPrestege

    help!

    الكلنت ركبة مشفر نفسة! بس ضيف ملف كلنت جديد وحط فية الكود ؟
  16. iPrestege

    help!

    سوي ملف جديد كلنت وضيف الكود وضيف ملفات الـ output وبس ؟ صعبهه؟
  17. iPrestege

    help!

    output_client.luac output_server.lua جب هالملفات من مود المسن وحطها بـ مودك وبعدين حطهم ميتا وبعدين ضيف ذا الكود بالكلنت : function putError(error) return outputMessage(error,0,255,0) end addEventHandler('onClientResourceStart', resourceRoot, function() putError("TEXT") end )
×
×
  • Create New...