display pic
#3

Text Draw's or GameTextForPlayer

Example:
OnGameModeInit
pawn Код:
SetTimer("CarHealth",true,1000);
Final In GM:
pawn Код:
forward CarHealth(playerid);
public CarHealth(playerid)
{
new string[55];
new Float:health;
GetVehicleHealth(GetPlayerVehicleID(playerid), health);
format(string, sizeof(string), "Vehicle Health Is: %f", health);
GameTextForPlayer(playerid, string, 3000, 4);
Sorry My Bad English I Am Brazilian
Reply


Messages In This Thread
display pic - by Kar - 30.05.2010, 00:23
Re: display pic - by sjvt - 30.05.2010, 00:57
Re: display pic - by ipsBruno - 30.05.2010, 01:14

Forum Jump:


Users browsing this thread: 1 Guest(s)