Help Me Write Function & Code

Hossi_Bad

Участник
Автор темы
68
23
Версия MoonLoader
Другое
Greetings and don't be tired, everyone

In the script below, how can I turn off the antiWpKick function after killing it?

function antiWpKick()
awk = not awk
if awk then
sampAddChatMessage('On')
else
sampAddChatMessage('Off')
end end

Please write the relevant code.. Thank you