Jump to content

تصحيح كود


Recommended Posts

اابي اجيب الكلام من الملف يلي بالرابط...

function uploadFunction(data, errorNumber) 
outputChatBox("uploadFunction") 
if errorNumber == 0 then 
mapFile = fileCreate("newMap.map") 
fileWrite(mapFile, data)  
fileClose(mapFile) 
outputChatBox("file uploaded") 
else 
outputChatBox("Eror: #"..errorNumber) 
end 
end 
  
fetchRemote("http://download1472.mediafire.com/4igxxiaedw2g/3kfljg77k2ga087/basesMap.map", uploadFunction, "", false) 

Link to comment

لسا, ذي الاكواد شوف

fetchRemote("https://docs.google.com/forms/d/e/1FAIpQLSdTxcTTUdqWt0ttruiGSTL0Sf1xBYNAiLpQb-JyYJfkokUl2A/viewform", uploadFunction, "", false, source) 
  
function uploadFunction(data, errorNumber, thePlayer) 
outputChatBox("uploadFunction") 
if errorNumber == 0 then 
outputChatBox(data) 
outputChatBox("file uploaded") 
else 
outputChatBox("Eror: #"..errorNumber) 
end 
end 
  

Link to comment

جرب

  
local hh = fetchRemote("Link", uploadFunction, "", false, source) 
  
function uploadFunction(data, errorNumber, thePlayer) 
local fileHandle = fileCreate(hh)      
if fileHandle then                                    
fileWrite(fileHandle,hh)     
fileClose(fileHandle)   
outputChatBox("uploadFunction") 
if errorNumber == 0 then 
outputChatBox(data) 
outputChatBox("file uploaded") 
else 
outputChatBox("Eror: #"..errorNumber) 
end 
end 
end 

Link to comment

او جرب ذا

  
local hh = fetchRemote("Link", uploadFunction, "", false, source) 
  
function uploadFunction(data, errorNumber, thePlayer) 
local hFile = fileOpen(hh)          
if hFile then                                 
fileSetPos( hFile, fileGetSize( hFile ) )  
fileWrite(hFile, hh )                 
fileClose(hFile)  
outputChatBox("uploadFunction") 
if errorNumber == 0 then 
outputChatBox(data) 
outputChatBox("file uploaded") 
else 
outputChatBox("Eror: #"..errorNumber) 
end 
end 
end 
  
  
  
  

Link to comment
بالكودين بيجي خطأ بالسطر الي فيه fetchRemote

+

كيف تفتح ملف مو مصنوع

الملف مصنوع بس تظل تفتحه

المشكله هي مو بسطر المشكله هي بده رابط انا جربته

Link to comment
بالكودين بيجي خطأ بالسطر الي فيه fetchRemote

+

كيف تفتح ملف مو مصنوع

الملف مصنوع بس تظل تفتحه

المشكله هي مو بسطر المشكله هي بده رابط انا جربته

وريني وش حطيت انت بالضبط لحتى اشتغل معك, مع الرابط وكلشي

Link to comment
لازم تحط المود في قروب الادمن اول شي

ثاني شي بدك رابط

لانه يقلي في مشكله بالارقمنت

حاطه بقروب الادمن , وقبلها شوف اول كود بالموضوع ما كان ييجي شي بالدي بق ممكن انه مشكله من السيرفر او شي؟ او لآنه سيرفر مجاني؟

Link to comment
لازم تحط المود في قروب الادمن اول شي

ثاني شي بدك رابط

لانه يقلي في مشكله بالارقمنت

حاطه بقروب الادمن , وقبلها شوف اول كود بالموضوع ما كان ييجي شي بالدي بق ممكن انه مشكله من السيرفر او شي؟ او لآنه سيرفر مجاني؟

ما خص

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...