23.04.2014, 05:12
why are you using LetAllKnow ?? your not even using it somewhere
then try this
then try this
pawn Код:
new sString[1024],Name[MAX_PLAYER_NAME];
GetPlayerName(playerid,Name , sizeof(Name));
format(sString,sizeof(sString),"{FFCC00}News: %s has sold house id %d", Name, AHouseData[HouseID]);
SendClientMessageToAll(0xFFFFFFFF,sString);