How...???
#1

In The Code Given Below return is 0 then Why When I Typed Something In Server It Appears Like This:

TheRaGeLord: TheRaGeLord[0]: Hi

Код:
if(PlayerInfo[playerid][Level] >= 0) {
    new string[256]; GetPlayerName(playerid,string,sizeof(string));
    format(string,sizeof(string),"{FF0000}%s[%d]:{FFFFFF} %s",string ,playerid, text);
    SendPlayerMessageToAll(playerid,string);
    return 0;// return 0 !!!! otherwise you get a double chat message
	}
Reply
#2

You're sending a PlayerMessage not a ClientMessage.
Reply
#3

Ok Ty....Now Its Working Properly
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)