29.07.2015, 19:49
hi guys,
i have problem with bot attack. it have special command like !kill or something like this.. i added this under onplayertext:
but they can write it with bot program and it's not ban them.. so how can i do that it ban them and command be return 0
i have problem with bot attack. it have special command like !kill or something like this.. i added this under onplayertext:
Quote:
public OnPlayerText(playerid, text[]) { if(strfind(text, "!kill", true) != -1) { Ban(playerid); return false; } |