23.02.2012, 05:34
you need use a string for a text no const
try this
try this
pawn Код:
new string[256];
format(string,sizeof(string),"[SCORE SET] Your score has been set to %d by an administrator.",score);
SendClientMessage(setid,COLOR_ADMIN,string);