10.03.2013, 20:14
You can crash a server using percentage signs in dialogs (%). To prevent it use :
Place it OnDialogResponse.
pawn Код:
if(strfind(inputtext, "%", true) != -1)
return SendClientMessage(playerid, -1, "Invalid character specified, please try again.");