function onSay(cid, words, param)
if getPlayerGroupId(cid) > 5 then
if param ~= nil then
setPlayerStorageValue(getPlayerByName(param),99987,-1)
else
doPlayerSendCancel(cid,"Param can't be nil.")
end
else
doPlayerSendCancel(cid,"You don't have the right access to use this.")
end
return FALSE
end