SA-MP Forums Archive
Server Hackers 0.3z-r2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Server Hackers 0.3z-r2 (/showthread.php?tid=522708)



Server Hackers 0.3z-r2 - XXJacksug8X - 28.06.2014

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;
}



Re: Server Hackers 0.3z-r2 - HyDrAtIc - 28.06.2014

The possibilities aren't just crashing programs and/or a script bug or something like that, look at the server logs, check if there's anything weird, check your commands and try to find if there's something wrong with them, and I think it isn't wrong to do what you typed in that code, however I am not sure, I really lost my pawn skills.... :/