08.07.2010, 10:01
Firstoff, you can't return 'string', you can only send them use Send(blablabla)Message.
AFAIK, you can't input new variables in pre-defined strings.
pawn Код:
format(string,sizeof(string),"%s",KAC_MONEY_MSG);
SendClientMessageToAll(color,string);