Jump to content

AidisProPlayer

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by AidisProPlayer

  1. ERROR: skript.lua:44 attempt to compare two nil values local spaces=tonumber(DGS:dgsGridListGetItemData(grid4, selectedRow, 2)) local maxspaces=tonumber(DGS:dgsGridListGetItemData(grid4, selectedRow, 3)) local reputation=tonumber(DGS:dgsGridListGetItemText(grid4, selectedRow, 3)) if spaces >= maxspaces then outputChatBox("* Brak wolnych miejsc.", 255, 0, 0) return end if reputation > getElementData(localPlayer,"player:reputation") then outputChatBox("* Nie Posiadasz Wymaganej Reputacji.", 255, 0, 0) return end
  2. How i can change guiCreateGridList backgroud to transparent.
×
×
  • Create New...