Jump to content

مساعدة في كود صغير


Recommended Posts

السلام عليكم اخوتي ممكن احد يعدل الأكواد يسويهم بدل مالاعب يرسبن معه سيارة يرسبن بدون سيارة وشكرا 

الأكواد 

spawns = {}
setElementData(resourceRoot,"map","no")
setElementData(resourceRoot,"winMoney","0")
addEventHandler("onPlayerChat",getRootElement(),function(message)
if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then


if getAccountData(getPlayerAccount(source),'forzaban') then
if string.find(text,"ديربي") then
return end
end

online = countPlayersOnDerby()
if tonumber(online)+1 < 15 then
setData(source,"onCrossMap","yes")
setD(source)
spawnOnMap(source)
else
outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لم يتبق مكان في الفورزا الرجاء الانتظار",source,0,255,0,true)
end
end end)
function checkDuel(p)
if tostring(getElementData(resourceRoot,"map")) == "yes" then
--outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 ",p,255,255,0,true)
elseif tostring(getElementData(resourceRoot,"map")) == "no" then
outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 الرجاء الانتظار حتى يبدأ الفورزا",p,255,255,0,true)
end
return tostring(getElementData(resourceRoot,"map"))
end
function checkExistPlrOnDuel(p)
per = getElementData(p,"onCrossMap")
if tostring(per) == "yes" then
return true
else
return false
end
end
function setData(element,key,vlr)
setElementData(element,key,vlr)
end
function setD(element)
setElementDimension(element,40)
end
function spawnOnMap(p)
count = countPlayersOnDerby()
spawned = "no"
for i,data in pairs(spawns)do
if tonumber(data.id) == tonumber(count) then
spawned = "yes"

setElementDimension(v,40)
setElementFrozen(v,true)
setElementData(v,"creatorForza","yes")
break
end
end
if spawned == "no" then
randomS = math.random("1","32")
for i,data in pairs(spawns)do
if tonumber(data.id) == tonumber(randomS) then

setElementDimension(v,40)
setElementFrozen(v,true)
setElementData(v,"creatorForza","yes")
break
end end
end
toggleControl(p,"enter_exit", false ) 
warpPedIntoVehicle(p,v)
setCameraTarget(p,p)
end
function countPlayersOnDerby()
c = -1
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
c = c+1
end
end 
return tonumber(c)
end
function eventCheck ()
if checkExistPlrOnDuel(source) then
toggleControl(source,"enter_exit",true ) 
setData(source,"onCrossMap","no")
checkEnd()
end
end
addEventHandler("onPlayerWasted",getRootElement(),eventCheck)
addEventHandler("onPlayerQuit",getRootElement(),eventCheck)
addEventHandler("onPlayerJoin",getRootElement(),function()
exports.killmessages:outputMessage("",source,255,255,0,true)
setData(source,"onCrossMap","no")
end)
for i,p in pairs(getElementsByType("player"))do
setData(p,"onCrossMap","no")
end
function checkEnd()
c = 0
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
c = c+1
winner = p
end end
if tonumber(c) == 1 then
givePlayerMoney(winner,tonumber(getElementData(resourceRoot,"winMoney")))
n = string.gsub(getPlayerName(winner), "#%x%x%x%x%x%x", "")
exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 في مهمة الفورزا" .. n .. "لقد فاز اللاعب ",root,255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000****************************************************",root,255,255,0,true)
setElementData(resourceRoot,"map","no")
endDerby()
setTimer(newDuel,1000,1)
end
end
function newDuel()
for i,p in pairs(getElementsByType("player"))do
setData(p,"onCrossMap","no")
end
setElementData(resourceRoot,"map","prestart")
exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لدخول الفورزا اكتب في الشات دخول",255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)
RMoney = math.random("50000","300000")
setElementData(resourceRoot,"winMoney",tonumber(RMoney))
setTimer(checkPlrs,60000,1)
end
function checkPlrs ()
c = 0
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
c = c+1
end end
if tonumber(c) > 1 then
setElementData(resourceRoot,"map","yes")
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
setElementCollisionsEnabled(getPedOccupiedVehicle(p),true)
outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لقد بدأ الفورزا يمكنكم الانطلاق",p,0,255,0,true)
setElementFrozen(getPedOccupiedVehicle(p),false)
end end
else
endDerby()
setElementData(resourceRoot,"map","no")
exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لم يبدأ الفورزا لعدم توفر لاعبين",255,255,0,true)
setTimer(newDuel,60000,1)
end
end
setTimer(newDuel,60000,1)
function onStartLoadSpawns ()
file = fileOpen("map.map")
localFile = fileOpen("map.xml")
fileWrite(localFile,"")
data = fileRead(file,999999)
fileWrite(localFile,data)
fileClose(localFile)
xml = xmlLoadFile("map.xml")
c = 0
for i,data in pairs(xmlNodeGetChildren(xml)) do
if  xmlNodeGetName(data) == "spawnpoint" then
c = c+1
v,xx,yy,zz,rxx,ryy,rzz = xmlNodeGetAttribute(data,"vehicle"),xmlNodeGetAttribute(data,"posX"),xmlNodeGetAttribute(data,"posY"),xmlNodeGetAttribute(data,"posZ"),xmlNodeGetAttribute(data,"rotX"),xmlNodeGetAttribute(data,"rotY"),xmlNodeGetAttribute(data,"rotZ")
table.insert(spawns,{id = c,model = v,x = xx,y = yy,z = zz,rx = rxx,ry = ryy,rz = rzz})
end
end
for i,data in pairs(xmlNodeGetChildren(xml)) do
if  xmlNodeGetName(data) == "object" then
m,xx,yy,zz,rxx,ryy,rzz = xmlNodeGetAttribute(data,"model"),xmlNodeGetAttribute(data,"posX"),xmlNodeGetAttribute(data,"posY"),xmlNodeGetAttribute(data,"posZ"),xmlNodeGetAttribute(data,"rotX"),xmlNodeGetAttribute(data,"rotY"),xmlNodeGetAttribute(data,"rotZ")
object = createObject(m,xx,yy,zz,rxx,ryy,rzz)
setElementDimension(object,40)
end end
end
setTimer(onStartLoadSpawns,3000,1)
function endDerby()
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
killPed(p)
end end
for i,v in pairs(getElementsByType("vehicle"))do
if getElementData(v,"creatorDerby") then
destroyElement(v)
end end
end
setTimer(function()
for i,p in pairs(getElementsByType("player"))do
sea(p)
resetHan(p)
checkVeh(p)
checkModel(p)
end
end,1000,0)
outputChatBox("",getRootElement(),255,255,0,true)
function sea(p)
if checkExistPlrOnDuel(p) then
x,y,z = getElementPosition(p)
if tonumber(z) <= 0 then
killPed(p)
end
end
end
function checkVeh(p)
if (tonumber(getElementDimension(p)) == 40) and not (isPedInVehicle(p))then
killPed(p)
end
end
function resetHan(p)
if checkExistPlrOnDuel(p) then
setVehicleHandling (getPedOccupiedVehicle(p), true )
end
end
function checkModel(p)
if checkExistPlrOnDuel(p) and isPedInVehicle(p) then
if tonumber(getElementModel(getPedOccupiedVehicle(p))) ~= 502 then 
killPed(p)
end end
end

 

Link to comment
8 minutes ago, MR_Mahmoud said:

@N3xT

مدري صح او غلط

بس جربء

 


setElementData(resourceRoot,"map","no")
setElementData(resourceRoot,"winMoney","0")
addEventHandler("onPlayerChat",getRootElement(),function(message)
if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then


if getAccountData(getPlayerAccount(source),'forzaban') then
if string.find(text,"ديربي") then
return end
end

online = countPlayersOnDerby()
if tonumber(online)+1 < 15 then
setData(source,"onCrossMap","yes")
setD(source)
spawnOnMap(source)
else
outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لم يتبق مكان في الفورزا الرجاء الانتظار",source,0,255,0,true)
end
end end)
function checkDuel(p)
if tostring(getElementData(resourceRoot,"map")) == "yes" then
--outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 ",p,255,255,0,true)
elseif tostring(getElementData(resourceRoot,"map")) == "no" then
outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 الرجاء الانتظار حتى يبدأ الفورزا",p,255,255,0,true)
end
return tostring(getElementData(resourceRoot,"map"))
end
function checkExistPlrOnDuel(p)
per = getElementData(p,"onCrossMap")
if tostring(per) == "yes" then
return true
else
return false
end
end
function setData(element,key,vlr)
setElementData(element,key,vlr)
end
function setD(element)
setElementDimension(element,40)
end
function spawnOnMap(p)
count = countPlayersOnDerby()
spawned = "no"
spawned = "yes"

setElementDimension(source,40)
setElementFrozen(source,true)
setElementData(source,"creatorForza","yes")
break
if spawned == "no" then
randomS = math.random("1","32")

setElementDimension( source, 40 )
setElementFrozen( source, true )
setElementData( source, "creatorForza", "yes" )
break
end
toggleControl(p,"enter_exit", false ) 
setCameraTarget(p,p)
end
function countPlayersOnDerby()
c = -1
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
c = c+1
end
end 
return tonumber(c)
end
function eventCheck ()
if checkExistPlrOnDuel(source) then
toggleControl(source,"enter_exit",true ) 
setData(source,"onCrossMap","no")
checkEnd()
end
end
addEventHandler("onPlayerWasted",getRootElement(),eventCheck)
addEventHandler("onPlayerQuit",getRootElement(),eventCheck)
addEventHandler("onPlayerJoin",getRootElement(),function()
exports.killmessages:outputMessage("",source,255,255,0,true)
setData(source,"onCrossMap","no")
end)
for i,p in pairs(getElementsByType("player"))do
setData(p,"onCrossMap","no")
end
function checkEnd()
c = 0
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
c = c+1
winner = p
end end
if tonumber(c) == 1 then
givePlayerMoney(winner,tonumber(getElementData(resourceRoot,"winMoney")))
n = string.gsub(getPlayerName(winner), "#%x%x%x%x%x%x", "")
exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 في مهمة الفورزا" .. n .. "لقد فاز اللاعب ",root,255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000****************************************************",root,255,255,0,true)
setElementData(resourceRoot,"map","no")
endDerby()
setTimer(newDuel,1000,1)
end
end
function newDuel()
for i,p in pairs(getElementsByType("player"))do
setData(p,"onCrossMap","no")
end
setElementData(resourceRoot,"map","prestart")
exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لدخول الفورزا اكتب في الشات دخول",255,255,0,true)
exports.guimessages:outputServer( root," ",255,255,0,true)
exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)
RMoney = math.random("50000","300000")
setElementData(resourceRoot,"winMoney",tonumber(RMoney))
setTimer(checkPlrs,60000,1)
end
function checkPlrs ()
c = 0
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
c = c+1
end end
if tonumber(c) > 1 then
setElementData(resourceRoot,"map","yes")
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
setElementCollisionsEnabled(getPedOccupiedVehicle(p),true)
outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لقد بدأ الفورزا يمكنكم الانطلاق",p,0,255,0,true)
setElementFrozen(getPedOccupiedVehicle(p),false)
end end
else
endDerby()
setElementData(resourceRoot,"map","no")
exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لم يبدأ الفورزا لعدم توفر لاعبين",255,255,0,true)
setTimer(newDuel,60000,1)
end
end
setTimer(newDuel,60000,1)
function onStartLoadSpawns ()
file = fileOpen("map.map")
localFile = fileOpen("map.xml")
fileWrite(localFile,"")
data = fileRead(file,999999)
fileWrite(localFile,data)
fileClose(localFile)
xml = xmlLoadFile("map.xml")
c = 0
for i,data in pairs(xmlNodeGetChildren(xml)) do
if  xmlNodeGetName(data) == "spawnpoint" then
c = c+1
end
end
for i,data in pairs(xmlNodeGetChildren(xml)) do
if  xmlNodeGetName(data) == "object" then
m,xx,yy,zz,rxx,ryy,rzz = xmlNodeGetAttribute(data,"model"),xmlNodeGetAttribute(data,"posX"),xmlNodeGetAttribute(data,"posY"),xmlNodeGetAttribute(data,"posZ"),xmlNodeGetAttribute(data,"rotX"),xmlNodeGetAttribute(data,"rotY"),xmlNodeGetAttribute(data,"rotZ")
object = createObject(m,xx,yy,zz,rxx,ryy,rzz)
setElementDimension(object,40)
end end
end
setTimer(onStartLoadSpawns,3000,1)
function endDerby()
for i,p in pairs(getElementsByType("player"))do
if checkExistPlrOnDuel(p) then
killPed(p)
end end
for i,v in pairs(getElementsByType("vehicle"))do
if getElementData(v,"creatorDerby") then
destroyElement(v)
end end
end
setTimer(function()
for i,p in pairs(getElementsByType("player"))do
sea(p)
resetHan(p)
checkVeh(p)
checkModel(p)
end
end,1000,0)
outputChatBox("",getRootElement(),255,255,0,true)
function sea(p)
if checkExistPlrOnDuel(p) then
x,y,z = getElementPosition(p)
if tonumber(z) <= 0 then
killPed(p)
end
end
end
function checkVeh(p)
if (tonumber(getElementDimension(p)) == 40) and not (isPedInVehicle(p))then
killPed(p)
end
end
function resetHan(p)
if checkExistPlrOnDuel(p) then
setVehicleHandling (getPedOccupiedVehicle(p), true )
end
end
function checkModel(p)
if checkExistPlrOnDuel(p) and isPedInVehicle(p) then
if tonumber(getElementModel(getPedOccupiedVehicle(p))) ~= 502 then 
killPed(p)
end end
end

 

  • Confused 1
Link to comment
43 minutes ago, +Source|> said:

مدري صح او غلط

بس جربء

 


setElementData(resourceRoot,"map","no")setElementData(resourceRoot,"winMoney","0")addEventHandler("onPlayerChat",getRootElement(),function(message)if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) thenif getAccountData(getPlayerAccount(source),'forzaban') thenif string.find(text,"ديربي") thenreturn endendonline = countPlayersOnDerby()if tonumber(online)+1 < 15 thensetData(source,"onCrossMap","yes")setD(source)spawnOnMap(source)elseoutputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لم يتبق مكان في الفورزا الرجاء الانتظار",source,0,255,0,true)endend end)function checkDuel(p)if tostring(getElementData(resourceRoot,"map")) == "yes" then--outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 ",p,255,255,0,true)elseif tostring(getElementData(resourceRoot,"map")) == "no" thenoutputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 الرجاء الانتظار حتى يبدأ الفورزا",p,255,255,0,true)endreturn tostring(getElementData(resourceRoot,"map"))endfunction checkExistPlrOnDuel(p)per = getElementData(p,"onCrossMap")if tostring(per) == "yes" thenreturn trueelsereturn falseendendfunction setData(element,key,vlr)setElementData(element,key,vlr)endfunction setD(element)setElementDimension(element,40)endfunction spawnOnMap(p)count = countPlayersOnDerby()spawned = "no"spawned = "yes"setElementDimension(source,40)setElementFrozen(source,true)setElementData(source,"creatorForza","yes")breakif spawned == "no" thenrandomS = math.random("1","32")setElementDimension( source, 40 )setElementFrozen( source, true )setElementData( source, "creatorForza", "yes" )breakendtoggleControl(p,"enter_exit", false ) setCameraTarget(p,p)endfunction countPlayersOnDerby()c = -1for i,p in pairs(getElementsByType("player"))doif checkExistPlrOnDuel(p) thenc = c+1endend return tonumber(c)endfunction eventCheck ()if checkExistPlrOnDuel(source) thentoggleControl(source,"enter_exit",true ) setData(source,"onCrossMap","no")checkEnd()endendaddEventHandler("onPlayerWasted",getRootElement(),eventCheck)addEventHandler("onPlayerQuit",getRootElement(),eventCheck)addEventHandler("onPlayerJoin",getRootElement(),function()exports.killmessages:outputMessage("",source,255,255,0,true)setData(source,"onCrossMap","no")end)for i,p in pairs(getElementsByType("player"))dosetData(p,"onCrossMap","no")endfunction checkEnd()c = 0for i,p in pairs(getElementsByType("player"))doif checkExistPlrOnDuel(p) thenc = c+1winner = pend endif tonumber(c) == 1 thengivePlayerMoney(winner,tonumber(getElementData(resourceRoot,"winMoney")))n = string.gsub(getPlayerName(winner), "#%x%x%x%x%x%x", "")exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)exports.guimessages:outputServer( root," ",255,255,0,true)exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 في مهمة الفورزا" .. n .. "لقد فاز اللاعب ",root,255,255,0,true)exports.guimessages:outputServer( root," ",255,255,0,true)exports.guimessages:outputServer( root,"#ff0000****************************************************",root,255,255,0,true)setElementData(resourceRoot,"map","no")endDerby()setTimer(newDuel,1000,1)endendfunction newDuel()for i,p in pairs(getElementsByType("player"))dosetData(p,"onCrossMap","no")endsetElementData(resourceRoot,"map","prestart")exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)exports.guimessages:outputServer( root," ",255,255,0,true)exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لدخول الفورزا اكتب في الشات دخول",255,255,0,true)exports.guimessages:outputServer( root," ",255,255,0,true)exports.guimessages:outputServer( root,"#ff0000****************************************************",255,255,0,true)RMoney = math.random("50000","300000")setElementData(resourceRoot,"winMoney",tonumber(RMoney))setTimer(checkPlrs,60000,1)endfunction checkPlrs ()c = 0for i,p in pairs(getElementsByType("player"))doif checkExistPlrOnDuel(p) thenc = c+1end endif tonumber(c) > 1 thensetElementData(resourceRoot,"map","yes")for i,p in pairs(getElementsByType("player"))doif checkExistPlrOnDuel(p) thensetElementCollisionsEnabled(getPedOccupiedVehicle(p),true)outputChatBox("#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لقد بدأ الفورزا يمكنكم الانطلاق",p,0,255,0,true)setElementFrozen(getPedOccupiedVehicle(p),false)end endelseendDerby()setElementData(resourceRoot,"map","no")exports.guimessages:outputServer( root,"#ff0000-[ #ffffffForzaMission #ff0000]-:#FF0000 لم يبدأ الفورزا لعدم توفر لاعبين",255,255,0,true)setTimer(newDuel,60000,1)endendsetTimer(newDuel,60000,1)function onStartLoadSpawns ()file = fileOpen("map.map")localFile = fileOpen("map.xml")fileWrite(localFile,"")data = fileRead(file,999999)fileWrite(localFile,data)fileClose(localFile)xml = xmlLoadFile("map.xml")c = 0for i,data in pairs(xmlNodeGetChildren(xml)) doif  xmlNodeGetName(data) == "spawnpoint" thenc = c+1endendfor i,data in pairs(xmlNodeGetChildren(xml)) doif  xmlNodeGetName(data) == "object" thenm,xx,yy,zz,rxx,ryy,rzz = xmlNodeGetAttribute(data,"model"),xmlNodeGetAttribute(data,"posX"),xmlNodeGetAttribute(data,"posY"),xmlNodeGetAttribute(data,"posZ"),xmlNodeGetAttribute(data,"rotX"),xmlNodeGetAttribute(data,"rotY"),xmlNodeGetAttribute(data,"rotZ")object = createObject(m,xx,yy,zz,rxx,ryy,rzz)setElementDimension(object,40)end endendsetTimer(onStartLoadSpawns,3000,1)function endDerby()for i,p in pairs(getElementsByType("player"))doif checkExistPlrOnDuel(p) thenkillPed(p)end endfor i,v in pairs(getElementsByType("vehicle"))doif getElementData(v,"creatorDerby") thendestroyElement(v)end endendsetTimer(function()for i,p in pairs(getElementsByType("player"))dosea(p)resetHan(p)checkVeh(p)checkModel(p)endend,1000,0)outputChatBox("",getRootElement(),255,255,0,true)function sea(p)if checkExistPlrOnDuel(p) thenx,y,z = getElementPosition(p)if tonumber(z) <= 0 thenkillPed(p)endendendfunction checkVeh(p)if (tonumber(getElementDimension(p)) == 40) and not (isPedInVehicle(p))thenkillPed(p)endendfunction resetHan(p)if checkExistPlrOnDuel(p) thensetVehicleHandling (getPedOccupiedVehicle(p), true )endendfunction checkModel(p)if checkExistPlrOnDuel(p) and isPedInVehicle(p) thenif tonumber(getElementModel(getPedOccupiedVehicle(p))) ~= 502 then killPed(p)end endend

 

ماصار يطلع في الديبق غلط في السطر 48 

if

Link to comment

من رأي تسوي واحد من الصفر لإن المود كله معتمد علي السيارة وانه يشوف اللاعب معه سيارة ام لا

ولو محتاج مساعدة في تكوين الاكواد من الصفر انا معكـ

  • Sad 1
Link to comment
2 hours ago, MrKAREEM said:

من رأي تسوي واحد من الصفر لإن المود كله معتمد علي السيارة وانه يشوف اللاعب معه سيارة ام لا

ولو محتاج مساعدة في تكوين الاكواد من الصفر انا معكـ

ولله اكون ممنونك 

Link to comment
5 minutes ago, Rakan# said:

مانعطيك اكواد روح تعلم البرمجه

ثم تعال طبق هنا نساعدك

 

ياخي انت مريض ؟؟ مابدك تساعدني ليه تعلق اصلا خلص شكرا لك علا النصيحة البيض وعلبت سردين

Edited by MR_Mahmoud
Link to comment
12 hours ago, MR_Mahmoud said:

ياخي انت مريض ؟؟ مابدك تساعدني ليه تعلق اصلا خلص شكرا لك علا النصيحة البيض وعلبت سردين

العفو

ولله الحمد مو مريض مرض نفسي .

بس قلت الكلام ذا لان كل شخص بيقوله لك . 

Link to comment
22 minutes ago, Rakan# said:

العفو

ولله الحمد مو مريض مرض نفسي .

بس قلت الكلام ذا لان كل شخص بيقوله لك . 

اي صح بس ماعطيتني الأكواد الي بتعلم عليهم يعني بدون تركيبهم مثل كل المبرمجين 

Link to comment
6 hours ago, MR_Mahmoud said:

اي صح بس ماعطيتني الأكواد الي بتعلم عليهم يعني بدون تركيبهم مثل كل المبرمجين 

الاكواد هاذي ماراح تتعلمها , الى اذا فهمتها ,

يعني لو عطاك الاكواد ماراح تستفيد حاجه لو ماكنت فاهم فل برمجه

من الأفضل انك تراجع قسم دروس البرمجه , وراح تفهم البرمجه حبه حبه

الكل كان من حالك مايفهم شي , بس حالهم حال الناس , تعلم البرمجه , حبه حبه ممن الشروحات , وتعديل المودات المنشوره , والخخ

حبيت افيدك ,  #

  • Like 1
Link to comment
7 hours ago, MR_Mahmoud said:

اي صح بس ماعطيتني الأكواد الي بتعلم عليهم يعني بدون تركيبهم مثل كل المبرمجين 

فيه شيء اسمه ويكي, تفتحه وتدور الفنكشن اللي تبيه

اذا ماحصلت اللي تبيه تسوي موضوع, مو أي شيء تبيه تنزل موضوع عشان تسألنا عن فنكشن

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...