Advertisement
Guest User

الكود

a guest
Mar 3rd, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.83 KB | None | 0 0
  1. addEventHandler("onClientResourceStart",resourceRoot,
  2.     function()
  3.         GUIEditor_Button = {}
  4.         GUIEditor_Label = {}
  5.  
  6.         wind = guiCreateWindow(278,322,244,265,"مود اعطاء الدم والدرع ",false)
  7.         guiSetAlpha(wind,0.80000001192093)
  8.         GUIEditor_Button[1] = guiCreateButton(71,32,89,82,"دم",false,wind)
  9.         guiSetFont(GUIEditor_Button[1],"default-bold-small")
  10.         GUIEditor_Button[2] = guiCreateButton(68,177,93,63,"درع",false,wind)
  11.         guiSetFont(GUIEditor_Button[2],"default-bold-small")
  12.         GUIEditor_Label[1] = guiCreateLabel(7,123,219,26,"مرحبا بك ",false,wind)
  13.         guiLabelSetColor(GUIEditor_Label[1],255,0,0)
  14.         guiLabelSetHorizontalAlign(GUIEditor_Label[1],"center",false)
  15.         guiSetFont(GUIEditor_Label[1],"default-bold-small")
  16.     end
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement