0 Üye ve 1 Ziyaretçi konuyu incelemekte.
addEventHandler ( "onClientGUIClick", resourceRoot, function() if source == ButonAdi then --local id = guiGetText(editbox) <--Eğer editbox ile id çekmek istersen triggerServerEvent ( "aracAl", resourceRoot,id or 411) endend)
function aracAl ( id ) local x,y,z = getElementPosition(source) local arac = createVehicle ( id, x, y, z, 0, 0, 0 ) warpPedIntoVehicle ( source, arac ) endaddEvent( "aracAl", true )addEventHandler( "aracAl", resourceRoot, aracAl )