Doesn't show the name.
#4

Yeah, my bad I forgot that.
I have some thing else.
I tired to add text to a certain command that allows to show how many users are in a certain faction.
So I made that script, the problem it I want to change the color of the Valid and Invalid, to another but I can't, It gives me the same color of the User: %s
pawn Код:
if(PlayerInfo[playerid][pFaction1]) { text4 = "Valid"; } else { text4 = "Invalid";
}
    format(string, sizeof(string), "User: %s.", text4);
                        SendClientMessage(giveplayerid, COLOR_WHITE, string);
Reply


Messages In This Thread
Doesn't show the name. - by Scriptissue - 10.10.2010, 14:42
Re: Doesn't show the name. - by DarrenReeder - 10.10.2010, 14:43
Re: Doesn't show the name. - by GaGlets(R) - 10.10.2010, 14:48
Re: Doesn't show the name. - by Scriptissue - 10.10.2010, 14:59

Forum Jump:


Users browsing this thread: 1 Guest(s)