29.09.2012, 16:48
but it appears double chat
when i edited on player text like this
new string[256], name[24], pColor;
GetPlayerName(playerid,name,24);
pColor=GetPlayerColor(playerid) >>> 8;
format(string,128,"{%06x}%s: {FFFFFF}%s", pColor,name,text[0]);
for(new i=0;i<MAX_PLAYERS;i++){
if(!IgnorePlayer[i][playerid]){
}
}
then the doublechat removed, and thanks for your cmd boy.
when i edited on player text like this
new string[256], name[24], pColor;
GetPlayerName(playerid,name,24);
pColor=GetPlayerColor(playerid) >>> 8;
format(string,128,"{%06x}%s: {FFFFFF}%s", pColor,name,text[0]);
for(new i=0;i<MAX_PLAYERS;i++){
if(!IgnorePlayer[i][playerid]){
}
}
then the doublechat removed, and thanks for your cmd boy.