addEventHandler("onClientGUIClick",root,
function ( )
if source == aButton then
triggerServerEvent ( "AccountData" , localPlayer , tostring ( guiGetText ( aEdit ) ) )
end
end
)
addEvent ("AccountData",true)
addEventHandler ("AccountData",root,
function ( aAccount_ )
if getAccountName ( aAccount_ ) == getAccount ( aAccount ) then
setAccountData ( getAccountName ( tostring (aAccount_ ) ) , "VIP" , true )
else
ouputChatBox ( " هذا الحساب غير موجود بالسيرفر " , source )
end
end
)
كنت فاضي وسويته لك ، والكود للعيون شاطح