Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onSay(cid, words, param)
- local t = string.explode(param, ",")
- if(not t[2]) then
- doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "[GlobalStorage: "..t[1].."] = "..getGlobalStorageValue(t[1])..".")
- else
- setGlobalStorageValue(t[1], t[2])
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment