Jump to content

ALSFA7

Members
  • Posts

    4
  • Joined

  • Last visited

ALSFA7's Achievements

Vic

Vic (3/54)

0

Reputation

  1. يعطيك الف عافيه بس الاي بي ماطلع !
  2. يعطيك الف عافيه اخ تابل عندي كود ابيك تشوف وش الخطا الي فيه بس addEventHandler("onClientResourceStart",resourceRoot, function() GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(310,251,680,382,"",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(10,20,661,353,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Information",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(18,32,91,25,"Serial:",false,GUIEditor_Tab[1]) GUIEditor_Label[2] = guiCreateLabel(53,32,260,20,"".. getPlayerSerial ( ) .."",false,GUIEditor_Tab[1]) GUIEditor_Label[3] = guiCreateLabel(16,77,54,26,"Ip:",false,GUIEditor_Tab[1]) GUIEditor_Label[4] = guiCreateLabel(43,34,5,5,"".. getPlayerIP ( ) .."",false,GUIEditor_Tab[3]) GUIEditor_Label[6] = guiCreateLabel(13,113,74,20,"Name:",false,GUIEditor_Tab[1]) GUIEditor_Label[7] = guiCreateLabel(51,113,168,21,"".. getPlayerName ( ) .."",false,GUIEditor_Tab[1]) GUIEditor_Label[8] = guiCreateLabel(16,151,73,21,"Ping:",false,GUIEditor_Tab[1]) GUIEditor_Label[9] = guiCreateLabel(44,151,71,22,"".. getPlayerPing ( ) .."",false,GUIEditor_Tab[1]) GUIEditor_Label[10] = guiCreateLabel(15,193,166,31,"Server Name :",false,GUIEditor_Tab[1]) GUIEditor_Label[11] = guiCreateLabel(94,193,558,26,"".. getServerName ( ) .."",false,GUIEditor_Tab[1]) end ) function open() if (guiGetVisible(GUIEditor_Window[1]) == true) then guiSetVisible(GUIEditor_Window[1], false) showCursor(false) else guiSetVisible(GUIEditor_Window[1], true) showCursor(true) end end bindKey("F10","down",open)
  3. تسسيف العيال عسساكم طيبين حبيت اسال عن الكود الي تكتبه واذا خش اللاعب يطلع عنده هذا outputChatBox بس الي محومن تسبدي اذا غيرت في ذولي 255, 0, 0 ) يطلع اللون ابيض عججزت احطه ملون وش الحل ياعيال
  4. سلام عليكم كيف الحال ابي اسوي مود الي يقولك عدد اللاعبين الموجودين في السيرفر كذا ابي الكود لاهنتو
×
×
  • Create New...