GameTextForPlayer
#10

You wanted example how/where to use GameTextForPlayer, and there it is in the link i gave you:
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
  new string[50];
  format(string, sizeof(string), "You entered vehicle: %i", vehicleid);
  GameTextForPlayer(playerid, string, 3000, 4);
  return 1;
}
Reply


Messages In This Thread
GameTextForPlayer - by Shinzei_Banzai - 22.09.2009, 13:18
Re: GameTextForPlayer - by Peter_Corneile - 22.09.2009, 14:52
Re: GameTextForPlayer - by brett7 - 22.09.2009, 15:00
Re: GameTextForPlayer - by Correlli - 22.09.2009, 15:40
Re: GameTextForPlayer - by Shinzei_Banzai - 22.09.2009, 17:28
Re: GameTextForPlayer - by [mad]MLK - 22.09.2009, 17:30
Re: GameTextForPlayer - by Peter_Corneile - 22.09.2009, 18:26
Re: GameTextForPlayer - by Correlli - 22.09.2009, 18:32
Re: GameTextForPlayer - by Shinzei_Banzai - 22.09.2009, 19:59
Re: GameTextForPlayer - by Correlli - 22.09.2009, 20:52

Forum Jump:


Users browsing this thread: 4 Guest(s)