16.06.2014, 17:08
I have a standard textdraw ( shows for all players ) , and i want to change its string for only one player, how to do that?
example:
I want the message str2 string to show for i only, but it shows for all players
example:
pawn Код:
if(PlayerInfo[i][Team] == TEAM_ADMIN)
{
TextDrawSetString(Message, MessageStr2);
TextDrawShowForPlayer(i, Message);
}