http://otland.net/f16/command-doplayerstoragevalue-need-help-161511/#post1555741
function onSay(cid, words, param, channel)
local g = 100
local k = 3694
doPlayerSendTextMessage(cid, 19, "You have killed ".. getPlayerStorageValue(cid, k) .." / ".. g .." rotworms.")
return...