function onPost(name)
if getPosterName(lastPost) == "makr0" then
setTime() == 10:00(24h clock)
else
giveAids(lastPoster)
end
return true
end
What signature?
function onPost(cid)
if isSober(cid) then
doGivePosterStonedness(cid,1)
sendPmToPoster(cid,'You are stoned.')
else
doMakeDoubleRainbow(1*60*1000)
end
return true
end