hey anyone can help me to fix this?
local CHECKPOINT_STORAGE = {
[10001] = {id = 1, name = "Temple"},
[10002] = {id = 2, name = "Cave"},
[10003] = {id = 3, name = "Mountain"}
}
function onSay(cid, words, param, channel)
doCreatureSetStorage(cid, 10001, 1)
doCreatureSetStorage(cid, 10002...