Jump to content

مساعده


+Source|>

Recommended Posts

  On 11/09/2017 at 20:42, 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")

 

Expand  
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
  On 11/09/2017 at 20:46, 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)

بدل وجرب

Expand  

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

مشكله اخرى

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

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

 

Link to comment
  On 11/09/2017 at 20:47, Source|> said:

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

مشكله اخرى

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


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

 

Expand  

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

Link to comment
  On 12/09/2017 at 18:32, Talis said:

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

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

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

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

Expand  

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

ملف كلينت

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
  On 12/09/2017 at 19:03, Talis said:

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

Expand  

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

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

لثاني كود لون

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

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

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

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

Link to comment
  On 12/09/2017 at 19:54, Source|> said:

المشكله السكل

ابد ابد ما اعرف ول حرف فيه

وحاولة افهمه لكنه صعب

Expand  

شف شرح الاخ ماستر في قسم الشروحات

وشرح الاخ تيتي شرحهم ممتاز

 

https://forum.multitheftauto.com/topic/48386-sqlite-شرح/

 

Edited by Talis
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...