- Версия 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
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