30.12.2014, 14:58
try this
Код:
if(strfind(text, "$cash"))
{
str_replace("$cash", GetPlayerMoney(playerid), text));
}

