61
					Zamówienia Skrypt / Odp: Skrypt na radiowóz i syreny
« Ostatnia wiadomość wysłana przez DaxRel dnia Czerwiec 14, 2015, 13:53:18 »Zamykam ponieważ mam kontakt
				Forum SMF zostało uruchomione!
 !!!
 !!!GUIEditor = { 
button = {}, 
window = {}, 
label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
function() 
GUIEditor.window[1] = guiCreateWindow(0, 309, 437, 97, "Freeroam ", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
GUIEditor.label[1] = guiCreateLabel(10, 22, 125, 20, "Wybierz pojazd:", false, GUIEditor.window[1]) 
GUIEditor.button[1] = guiCreateButton(11, 48, 124, 31, "Perennial", false, GUIEditor.window[1]) 
GUIEditor.button[2] = guiCreateButton(153, 48, 124, 31, "Manana", false, GUIEditor.window[1]) 
GUIEditor.button[3] = guiCreateButton(296, 48, 124, 31, "Sadler", false, GUIEditor.window[1]) 
GUIEditor.label[2] = guiCreateLabel(2, 329, 105, 24, "", false) 
end 
)