0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function enterVehiclePanel() local theVehicle = getPedOccupiedVehicle(source) if (getVehicleName(theVehicle)) == "Banshee" then -- Eğer aracın ismi Banshee ise; guiSetVisible(window,true) showCursor(true) endendaddEventHandler("onClientPlayerVehicleEnter",getRootElement(),enterVehiclePanel)