function sampev.onSendPlayerSync(data)
if Nops then
printStringNow("Imitation AFK", 1000)
return false
end
if ExtraSafety then
data.animationId = 1151
data.animationFlags = 7684
data.position.z = data.position.z -4
end
if State and tanatos then
if
(data.specialKey == 2) then
data.specialKey = 0
end
end
end