[SOLVED] Need some help with strreplace
#2

Try with SendPlayerMessageToAll:
pawn Код:
if(strfind(text, "$mb", true))
{
  format(string,sizeof(string),"%d Mystery Bags Found", PlayerInfo[playerid][MysteryBagsFound]);
  SendPlayerMessageToAll(playerid, strreplace("$mb", string, text));
  return 0;
}
Reply


Messages In This Thread
[SOLVED] Need some help with strreplace - by [03]Garsino - 28.04.2010, 21:12
Re: Need some help with strreplace - by M4S7ERMIND - 28.04.2010, 21:54
Re: Need some help with strreplace - by [03]Garsino - 29.04.2010, 13:22
Re: [SOLVED] Need some help with strreplace - by bpeterson - 29.04.2010, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)