19.04.2016, 09:36
Hello,
I wanted to know: Does "%" in a dialog can crash my server ?
Thanks
I wanted to know: Does "%" in a dialog can crash my server ?
Thanks
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); |