[AJUDA] TextDraw
#10

Quote:
Originally Posted by isli27
Посмотреть сообщение
Agora como eu faзo isso com Nomes ?

Malz o double D;
pawn Код:
new Text:LOL[MAX_PLAYERS];

//OnGameModeInit
for(new i = 0; i < MAX_PLAYERS; i++)
{
    LOL[i] = TextDrawCreate(......
}

//OnPlayerConnect
new LOL2[7], Nome[24];
GetPlayerName(playerid, Nome,sizeof(Nome));
format(LOL2,sizeof(LOL2),"%s",Nome);
TextDrawSetString(LOL[playerid],LOL2);
TextDrawShowForPlayer(playerid, LOL[playerid]);
Reply


Messages In This Thread
[AJUDA] TextDraw - by isli27 - 08.02.2012, 00:33
Re: [AJUDA] TextDraw - by Don_Speed - 08.02.2012, 00:38
Re: [AJUDA] TextDraw - by isli27 - 08.02.2012, 00:39
Re: [AJUDA] TextDraw - by Abravanel - 08.02.2012, 00:45
Re: [AJUDA] TextDraw - by Don_Speed - 08.02.2012, 00:46
Re: [AJUDA] TextDraw - by isli27 - 08.02.2012, 00:48
Re: [AJUDA] TextDraw - by isli27 - 08.02.2012, 00:57
Re: [AJUDA] TextDraw - by Don_Speed - 08.02.2012, 01:00
Re: [AJUDA] TextDraw - by isli27 - 08.02.2012, 01:17
Re: [AJUDA] TextDraw - by Abravanel - 08.02.2012, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)