AidisProPlayer Posted May 4, 2018 Share Posted May 4, 2018 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now