28.06.2014, 21:32
i think it s still possible to crash servers in 0.3z-r2. My server crashes many times so i want to know how hack tools work and how to block them. I m also thinking maybe they discovered a laggy command which makes the server crash. So is it wrong to do this?
Код:
CMD:example(playerid,params[]) {
//stuff
format(params,128,"example of str should be 127 chars");
SendClientMessageToAll(-1,params);
return 1;
}

