function ev.onServerMessage(color, text)
if activeone == true then
playertag, playernick, playerid = text:match("{......}%[(.*)%]{......} (.*)%[(%d+)%]{......}: "..captcha)
sampSendChat('/vr win '..playernick)
sampSendChat('/giveitem '..playerid..' '..captchaone)
activeone = false
end
end