addEventHandler ( "onClientResourceStart", resourceRoot,
function ( )
GUIEditor_Window = {}
GUIEditor_TabPanel = {}
GUIEditor_Tab = {}
GUIEditor_Button = {}
GUIEditor_Memo = {}
GUIEditor_Label = {}
GUIEditor_Radio = {}
GUIEditor_Image = {}
GUIEditor_Window[1] = guiCreateWindow(158,128,486,425,"Panel de Ayuda",false)
GUIEditor_Radio[1] = guiCreateRadioButton(14,115,85,42,"Comandos",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[1],"clear-normal")
GUIEditor_Image[1] = guiCreateStaticImage(29,18,419,89,"images/logobkz.png",false,GUIEditor_Window[1])
GUIEditor_Radio[2] = guiCreateRadioButton(14,148,96,42,"Informacion",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[2],"clear-normal")
GUIEditor_Memo[1] = guiCreateMemo(152,110,324,241,"Comandos :\n\n F1 : Gui Canciones / Music GUI\n F2 : Panel de Ayuda\n F3 : Panel de Spawn de vehiculos Comprados\n F4 : Shader Panel / Panel para texturas reales",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[1],true)
GUIEditor_Radio[3] = guiCreateRadioButton(14,178,96,42,"Sobre",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[3],"clear-normal")
GUIEditor_Radio[4] = guiCreateRadioButton(14,211,96,42,"Clan",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[4],"clear-normal")
GUIEditor_Button[1] = guiCreateButton(348,366,124,40,"Cerrar",false,GUIEditor_Window[1])
GUIEditor_Memo[2] = guiCreateMemo(152,110,324,241,"Informacion Sobre el server :\n\nBuee yo ago casi todos los scripts ( ElMota ) uno que otro descargado. Aveces me ayudan con las functions en el foro del MTA",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[2],true)
GUIEditor_Memo[3] = guiCreateMemo(152,110,324,241,"Sobre el server y la GUI :\n\nServer y GUI creada por ElMota ayudado con algunas Functions \n\n-----------------------------------------------------------------------------CopyRight 2012 (c)",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[3],true)
GUIEditor_Memo[4] = guiCreateMemo(152,110,324,241,"Bueeno el clan del server es BKZ| Best Killer of Zombies Clan\n\nPara entrar minimo ai que tener 200 zombies kills y estar loggeado y registrado",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[4],true)
GUIEditor_Image[2] = guiCreateStaticImage(18,367,59,30,"images/BAT.png",false,GUIEditor_Window[1])
GUIEditor_Image[3] = guiCreateStaticImage(88,367,75,29,"images/shruk.png",false,GUIEditor_Window[1])
GUIEditor_Radio[5] = guiCreateRadioButton(14,115,85,42,"Commands",false,GUIEditor_Window[1])
guiRadioButtonSetSelected(GUIEditor_Radio[5],true)
guiSetFont(GUIEditor_Radio[5],"clear-normal")
GUIEditor_Radio[6] = guiCreateRadioButton(14,148,96,42,"Information",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[6],"clear-normal")
GUIEditor_Radio[7] = guiCreateRadioButton(14,178,96,42,"About",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[7],"clear-normal")
GUIEditor_Radio[8] = guiCreateRadioButton(14,211,96,42,"Clan",false,GUIEditor_Window[1])
guiSetFont(GUIEditor_Radio[8],"clear-normal")
GUIEditor_Memo[5] = guiCreateMemo(152,110,324,241,"Sorry for my bad english :\n\nF1 : Music GUI\nF2 : Animations\nF3 : Car Panel\nF4 : Shader Panel\nF5 : Help Panel.",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[5],true)
GUIEditor_Memo[6] = guiCreateMemo(152,110,324,241,"This is my server and my Scripts by ( ElMota )\n\nSpam = Mute or Kick\nCheats or Hacks = Kick or Bann( 1 Year )\nBugs = Kick or Bann\n-",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[6],true)
GUIEditor_Memo[7] = guiCreateMemo(152,110,324,241,"This scripts and this server have CopyRight 2012 (c)\n\nAnd the official Creator of this server is me ( ElMota )",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[7],true)
GUIEditor_Memo[8] = guiCreateMemo(152,110,324,241,"The official Clan of this server is BKZ| Best Killer of Zombies Clan and is my clan , if u want be BKZ| u need 600 kills and be registered",false,GUIEditor_Window[1])
guiMemoSetReadOnly(GUIEditor_Memo[8],true)
GUIEditor_Button[2] = guiCreateButton(348,366,124,40,"Close",false,GUIEditor_Window[1])
GUIEditor_Button[3] = guiCreateButton(246,367,94,38,"Miembros",false,GUIEditor_Window[1])
addEventHandler ( "onClientGUIClick", GUIEditor_Button[3], abrirVentanaDeMiembros, false )
GUIEditor_Window[2] = guiCreateWindow(196,85,432,479,"Miembros del Clan",false)
GUIEditor_Label[1] = guiCreateLabel(36,79,5,5,"",false,GUIEditor_Window[2])
GUIEditor_TabPanel[1] = guiCreateTabPanel(9,88,414,328,false,GUIEditor_Window[2])
GUIEditor_Tab[1] = guiCreateTab("Rangos Altos",GUIEditor_TabPanel[1])
GUIEditor_Label[2] = guiCreateLabel(9,29,105,25,"BKZ|ElMota",false,GUIEditor_Tab[1])
guiSetFont(GUIEditor_Label[2],"clear-normal")
GUIEditor_Label[3] = guiCreateLabel(114,15,255,44,"Informacion del Jugador",false,GUIEditor_Tab[1])
guiSetFont(GUIEditor_Label[3],"sa-header")
GUIEditor_Label[4] = guiCreateLabel(118,65,174,27,"Nombre Real : Krlos Vaskez",false,GUIEditor_Tab[1])
guiLabelSetColor(GUIEditor_Label[4],200, 0, 10)
GUIEditor_Label[5] = guiCreateLabel(8,58,105,25,"BKZ|Roro",false,GUIEditor_Tab[1])
guiSetFont(GUIEditor_Label[5],"clear-normal")
GUIEditor_Label[6] = guiCreateLabel(118,94,174,27,"Edad : 14 años",false,GUIEditor_Tab[1])
guiLabelSetColor(GUIEditor_Label[6],200,0,10)
GUIEditor_Label[7] = guiCreateLabel(118,120,174,27,"Rango : Fundador Del Clan",false,GUIEditor_Tab[1])
guiLabelSetColor(GUIEditor_Label[7],200,0,10)
GUIEditor_Label[8] = guiCreateLabel(118,65,174,27,"Nombre Real : Rodrigo Soto",false,GUIEditor_Tab[1])
guiLabelSetColor(GUIEditor_Label[8],200,0,10)
GUIEditor_Label[9] = guiCreateLabel(118,94,174,27,"Edad : 10 años",false,GUIEditor_Tab[1])
guiLabelSetColor(GUIEditor_Label[9],200,0,10)
GUIEditor_Label[10] = guiCreateLabel(118,120,174,27,"Rango : SemiFundador Del Clan",false,GUIEditor_Tab[1])
guiLabelSetColor(GUIEditor_Label[10],200,0,10)
GUIEditor_Tab[2] = guiCreateTab("Rangos Bajos",GUIEditor_TabPanel[1])
GUIEditor_Button[4] = guiCreateButton(321,424,100,43,"Cerrar",false,GUIEditor_Window[2])
GUIEditor_Button[3] = guiCreateButton(19,265,126,23,"Ver Skins Modificados",false,GUIEditor_Window[1])
GUIEditor_Button[4] = guiCreateButton(19,297,126,23,"Show Skins defaults",false,GUIEditor_Window[1])
GUIEditor_Button[6] = guiCreateButton(19,297,126,23,"Ver Skins por Defecto",false,GUIEditor_Window[1])
GUIEditor_Button[5] = guiCreateButton(9,265,138,23,"Show Skins Modifications",false,GUIEditor_Window[1])
end
)
function abrirVentanaDeMiembros ( )
guiSetVisible ( GUIEditor_Window[2], true )
end