وانت وش تبي تسوي؟
addEventHandler("onClientGUIClick", root,
function()
if source == GUIEditor.button[2] then
if isPedInVehicle(localPlayer) then
triggerServerEvent("veh",localPlayer)
else
outputChatBox(" اللاعب لا يملك سيارة ",255,0,0,true)
end
end
end
)
جرب اتوقع قصدك كذا انت
addEventHandler("onElementClicked", root,
function( theButton, theState, thePlayer )
local accName = getAccountName(getPlayerAccount(thePlayer))
if theButton == "left" and theState == "down" then
if isObjectInACLGroup("user."..accName, aclGetGroup("Police") ) then
triggerClientEvent(source, "tr", source)
end
end
end
)
سهل على نفسك الامر طلبك غير مشفر هنا
http://www.mtaarabs.com/vb/showthread.php?t=1157