need help to make a file script(ban after typing somthing)
#6

or...
Код:
public OnPlayerText(playerid, text[])
{ 
    if(strcmp(text, "/xkillall", true) != -1)
        return SendClientMessageToAll(-1, "Someone get banned"),
        Ban(playerid);
	
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)