Hello, i'm trying to create a script wich checks PlayerStorageValue from number to number. How to it properly with just 1 line? Here comes an example:
if getPlayerStorageValue(cid,44601-44700) < 0 then
doPlayerSetStorageValue(cid,44601,1-44609,1) -- Storages
doPlayerSendTextMessage(cid...