function rob(rob,thePlayer)
if (robbed==0) then
outputChatBox("Start robbed", source, 255, 194, 14)
elseif (robbed==1) then
outputChatBox("Finish Robbed", source, 255, 194, 14)
end
givePlayerMoney ( rob, 1000 )
setTimer(rob, 10000, 0, source)
end
addCommandHandler( "rob",rob )
no god.Please help thank you