17.06.2012, 18:08
Hey there.
I editing admin script look and there is the message
When i use string 128 then whole message isnt showing iemesls part dissapeared. when i use string 256 nothing shows at all. So im confused now. why so?
Thanks!
I editing admin script look and there is the message
pawn Код:
#define G "{8FE11F}" //Green
#define GR "{C8D1CC}" //Grey
#define R "{C14124}" //Red
pawn Код:
string[256]
pawn Код:
else format(string,sizeof(string),""GR"Administrātors "R"%s "GR"ielika cietumā "R"%s "GR"uz "R"%d "GR"minūtēm [iemesls: "R"%s"GR"]",adminname, playername, jtime, params[strlen(tmp2)+strlen(tmp)+1] );
Thanks!