Jump to content

إستفسار + كول شيب


Recommended Posts

يعطيكم العافية جميعاً ... عندي مشكلة بالسيرفر لما لاعب يخش السيرفر وبيضل معلق بالدخول بيجي لاق عند اللاعبين المتواجدين واللي مسجلين دخولهم لحد ما يسجل دخوله اللاعب اللي خش بيروح اللاق 

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

+ مسوي كول شيب بدي مساعدة بكود ما يخش الكول شيب غير تيم معين وإذا دخلها أي لاعب من تيم ثاني يموت أو يرجع لنقطة معينة الأفضل يرجع لإحداثيات معينة

ومشكورين سلف ❤️

Link to comment

طب كيف بدي اعرف ان كان تايمر مفتوح اوسكار وباي مود موجود ؟ + لو بق برضو المودات كثيرة بطلع كل مشاكل المودات لاني ما بستعمل الدي بق 

1 hour ago, -Ilker. said:

اول طلب تاكد ان مافيه بق في مود 

debugscript 3

الطلب الثاني 


'onColShapeHit' 
getPlayerTeam
getTeamFromName
killPed or setElementPosition

 

مشكور حبيبي

Link to comment
22 minutes ago, Abo-Al3ZaB said:

طب كيف بدي اعرف ان كان تايمر مفتوح اوسكار وباي مود موجود ؟ + لو بق برضو المودات كثيرة بطلع كل مشاكل المودات لاني ما بستعمل الدي بق 

 

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

اطفي لوحة التسجيل وشغل القديمه وجرب 

Link to comment
7 hours ago, #\_oskar_/# said:
 

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

اطفي لوحة التسجيل وشغل القديمه وجرب 

لا مو من اللوحة الجديدة اوسكار لانه اللاق من قبل من وقت القديمة

Link to comment
1 hour ago, Abdul KariM said:

ممكن تايمر وممكن في لوب عند دخول الاعب

عشان تتأكد استخدم


addDebugHook

 

تمام اخي

10 hours ago, -Ilker. said:

اول طلب تاكد ان مافيه بق في مود 

debugscript 3

الطلب الثاني 


'onColShapeHit' 
getPlayerTeam
getTeamFromName
killPed or setElementPosition

 

سويت الكود وتمام  شغال بس كيف بسويه اذا كان راكب طيارة او سيارة برضو ينقله ؟ 

هي الكود كلينت

addEventHandler("onClientColShapeHit",resourceRoot,function (z1)
    if z1 == localPlayer then
    if source == zombiesColl then
	if getPlayerTeam(z1) == getTeamFromName("Zombies") then
	exports ["guimessages"]:outputClient("#00FF00Welcome To #8B0000Zombie City", 0, 255, 0)
	else
    setElementPosition ( z1, 2878.2756347656,1156.1900634766,11 )
	exports ["guimessages"]:outputClient("#8B0000[Zombie City] #FF0000Sorry, You can't enter to the city becuse you are not a zombies team.", 0, 255, 0)
    end
end
end
end)

سويته هيك ما ضبط 

 

addEventHandler("onClientColShapeHit",resourceRoot,function (z1)
    if z1 == localPlayer then
	if isPedInVehicle ( z1 ) then
    if source == zombiesColl then
	if getPlayerTeam(z1) == getTeamFromName("Zombies") then
	exports ["guimessages"]:outputClient("#00FF00Welcome To #8B0000Zombie City", 0, 255, 0)
	else
    setElementPosition ( z1, 2878.2756347656,1156.1900634766,11 )
	exports ["guimessages"]:outputClient("#8B0000[Zombie City] #FF0000Sorry, You can't enter to the city becuse you are not a zombies team.", 0, 255, 0)
    end
end
end
end
end)

 

Link to comment
addEventHandler("onClientColShapeHit",resourceRoot,function (z1)
    local theVehicle = getPedOccupiedVehicle ( z1 )
    if z1 == localPlayer then
    if source == zombiesColl then
	if getPlayerTeam(z1) == getTeamFromName("Zombies") then
	exports ["guimessages"]:outputClient("#00FF00Welcome To Zombie City", 0, 255, 0)
	else
    setElementPosition ( z1, 2878.2756347656,1156.1900634766,11 )
	exports ["guimessages"]:outputClient("#8B0000[Zombie City] #FF0000Sorry, You can't enter to the city becuse you are not a zombies team.", 0, 255, 0)
    end
end
end
end)

كذا ؟

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