Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if topCreat.uid > 0 and isPlayer(topCreat.uid) then
- if questCfg_1.storage > 0 then
- if getPlayerStorageValue(topCreat.uid, questCfg_1.storage) == -1 and getPlayerLevel(topCreat.uid) < questCfg_1.level then
- table.insert(player, topCreat.uid)
- else
- doPlayerSendTextMessage(cid,19,"Error, done or you no have " .. questCfg_1.level .. "+ level!")
- end
- else
- table.insert(player, topCreat.uid)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement