Jump to content

مساعده


+Source|>

Recommended Posts

3 minutes ago, Source|> said:

dxDrawText(text, sx+1, sy+1, sx, sy, tocolor( 255, 255, 255, 255 ), (size or 1.4)-(distanceBetweenPoints / distance), font or "default-bold", "center", "center")

 

dxDrawText(text, sx+1, sy+1, sx, sy, tocolor( 255, 255, 255, 255 ), (size or 1.4)-(distanceBetweenPoints / distance), font or "default-bold", "center", "center",false,false,false,true)

بدل وجرب

Link to comment
Just now, 3laa33 said:

dxDrawText(text, sx+1, sy+1, sx, sy, tocolor( 255, 255, 255, 255 ), (size or 1.4)-(distanceBetweenPoints / distance), font or "default-bold", "center", "center",false,false,false,true)

بدل وجرب

تمام اشتغل مشكور

مشكله اخرى

لما اللاعب يطلع ويدخل التاج ما ينحفظ

addEventHandler("onPlayerLogin",root,function(_,acc)
if ( isPlayerInACL ( source , "TagUp" ) ) then 
setElementData ( source , "VIP-TAG" , true )
end
end)

 

Link to comment
52 minutes ago, Source|> said:

تمام اشتغل مشكور

مشكله اخرى

لما اللاعب يطلع ويدخل التاج ما ينحفظ


addEventHandler("onPlayerLogin",root,function(_,acc)
if ( isPlayerInACL ( source , "TagUp" ) ) then 
setElementData ( source , "VIP-TAG" , true )
end
end)

 

الداتا تروح لما اللاعب يطلع او ينطفئ المود

Link to comment
9 minutes ago, Source|> said:

مثال ممكن + كيف الاكونت داتا تنحط بالكلنت .؟

سو ترايقر من سيرفر لكلينت

+ مو لازم تسوي ترايقر

تعرف الرو وترسل ترايقر وتستقبله في السيرفر

وتحطه في الأكاونت داتا

Edited by Talis
Link to comment
24 minutes ago, Talis said:

سو ترايقر من سيرفر لكلينت

+ مو لازم تسوي ترايقر

تعرف الرو وترسل ترايقر وتستقبله في السيرفر

وتحطه في الأكاونت داتا

والله مفهمت شي  ضض

ملف كلينت

addEventHandler( "onClientGUIClick", root,
	function()
	local NK = guiGetText( nkedit1 )
	local NKC = guiGetText( nkedit2 )
		if source == con then
			guiGridListClear( grdnk )
			for i, v in ipairs( getElementsByType( 'player' ) ) do
			local Row = guiGridListAddRow( grdnk )
			guiGridListSetItemText( grdnk, Row, 1, tostring( getPlayerName( v ) ):gsub( "%x%x%x%x%x%x", "" )..",", false, false )
			guiGridListSetItemText( grdnk, Row, 2, NK..",", false, false )
			guiGridListSetItemText( grdnk, Row, 3, NKC..",", false, false )
			end
		end
	end
)

addEvent("row", true)
addEventHandler("row", root,
	function()
	local Row = guiGridListAddRow( grdnk )
	guiGridListSetItemText( grdnk, Row, 1, tostring( getPlayerName( v ) ):gsub( "%x%x%x%x%x%x", "" )..",", false, false )
	guiGridListSetItemText( grdnk, Row, 2, NK..",", false, false )
	guiGridListSetItemText( grdnk, Row, 3, NKC..",", false, false )
	end
)

 

ملف سيرفر


function roo (  )
	triggerClientEvent( source, "row", source )
	setAccountData( source, "Save", true )
end
addEventHandler( "onResourceStart", root, roo )

ما فهمت ض

Link to comment
20 minutes ago, Talis said:

وش تبي تسوي بالضبط؟

هذا مود فيه ايديت بوكس 2

الاول يكتب فيه اسم

لثاني كود لون

ويرسل يجي للوحه المانجر في الجريد ليست

الكولمن الاول اسمه الكولمن 2 اسم اللي كتبه الكولمن 3 كود لون

وتجي بالجريد ليست

ولما اطلع وادخل ما تروح

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