GameTextForAll with spicific people only.
#3

Quote:

//I get a tag mismatch here if I change SendClientMessage to GameTextForAll

You can't use GameTextForAll with playerid or i...
pawn Код:
GameTextForAll("HI", 5000, 3 );
try:

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) == 1) if (PlayerInfo[i][DMMSG] == 1) GameTextForPlayer(i, string, 3000, 4);
     }
    return 1;

Reply


Messages In This Thread
GameTextForAll with spicific people only. - by BP13 - 21.11.2009, 03:30
Re: GameTextForAll with spicific people only. - by ExoSanty - 21.11.2009, 05:34
Re: GameTextForAll with spicific people only. - by thiaZ_ - 21.11.2009, 06:05

Forum Jump:


Users browsing this thread: 1 Guest(s)