Jump to content

Dont Runing


Recommended Posts

 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...