Can this crash my server ?
#1

Hello,

I wanted to know: Does "%" in a dialog can crash my server ?

Thanks
Reply
#2

Being that it's special, it could well do.

Quote:

A quite easy way to insert the literal percent sign (%) is by doing the following.
Код:
new string[35];
format(string,sizeof(string),"43%s of my shirts are black.","%%");
SendClientMessage(playerid,0xFFFFFAA,string);
Even though it's for SendClientMessage, it should still allow for you to mess around with it and confirm if it is that that is crashing it.

https://sampwiki.blast.hk/wiki/Format
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)