[ajuda] aqui..
#6

pawn Код:
public coisas(playerid)
{
    new Float:Vida, text[14];
    GetPlayerHealth(playerid, Vida);
    format(text,sizeof(text),"~g~Vida: %f",vida);
    TextDrawSetString(Textdraw0, text);
    TextDrawShowForPlayer(playerid, Textdraw0);
    return 1;
}
Obs: Vocк precisa criar um textdraw para cada jogador para informaзхes de cada jogador.

pawn Код:
new Text:TextDraw[MAX_PLAYERS];
// ... etc
Reply


Messages In This Thread
[ajuda] aqui.. - by Leeo_Perez - 19.09.2011, 00:54
Re: [ajuda] aqui.. - by Macintosh - 19.09.2011, 01:09
Re: [ajuda] aqui.. - by Leeo_Perez - 19.09.2011, 01:12
Re: [ajuda] aqui.. - by Lуs - 19.09.2011, 01:14
Re: [ajuda] aqui.. - by Macintosh - 19.09.2011, 01:15
Re: [ajuda] aqui.. - by Shelby - 19.09.2011, 01:18
Re: [ajuda] aqui.. - by Leeo_Perez - 19.09.2011, 01:20
Re: [ajuda] aqui.. - by Ricop522 - 19.09.2011, 01:20
Re: [ajuda] aqui.. - by Leeo_Perez - 19.09.2011, 01:23
Re: [ajuda] aqui.. - by CyNiC - 19.09.2011, 01:52

Forum Jump:


Users browsing this thread: 3 Guest(s)