Untitled

 avatar
unknown
plain_text
2 years ago
195 B
6
Indexable
if getCreatureStorage(cid, 7800) >= 1 then
    return doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "NO PUEDES VOLVER.")
end

setPlayerStorageValue(cid, 7800, 1) -- darle storage al jugador
Editor is loading...