Gametext Color
#1

hi, how can i change the color like ~g~ for Green in this Gametext?:

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
  new string[50];
  format(string, sizeof(string), "You entered vehicle: %i", vehicleid);
  GameTextForPlayer(playerid, string, 3000, 4); //This Gametext should be another color
  return 1;
}
Reply


Messages In This Thread
Gametext Color - by nesty - 22.01.2010, 22:05
Re: Gametext Color - by JoeDaDude - 22.01.2010, 22:07
Re: Gametext Color - by nesty - 22.01.2010, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)