[Ajuda] TextDraw String
#5

Assim
PHP код:
public info(playerid)
{
    new 
STR[128], str2[128], str3[128], str4[128], str5[128];
    
format(STRsizeof(STR), "~b~Matou:~w~ %d"pInfo[playerid][Matou]);
    
PlayerTextDrawSetString(playeridINFO[2][playerid], STR);
    
PlayerTextDrawShow(playeridInfo[2][playerid]);//atualizou
    
format(str3sizeof(str3), "~b~Morreu:~w~ %d"pInfo[playerid][Morreu]);
    
PlayerTextDrawSetString(playeridINFO[3][playerid], str3);
    
PlayerTextDrawShow(playeridInfo[3][playerid]);//atualizou
    
format(str2sizeof(str2), "~b~Score:~w~ %d",GetPlayerScore(playerid));
    
PlayerTextDrawSetString(playeridINFO[5][playerid], str2);
    
PlayerTextDrawShow(playeridInfo[5][playerid]);//atualizou
    
format(str4sizeof(str4), "~b~Nick:~w~ %s",PlayerName(playerid));
    
PlayerTextDrawSetString(playeridINFO[6][playerid], str4);
    
PlayerTextDrawShow(playeridInfo[6][playerid]);//atualizou
    
format(str5sizeof(str5), "Seje Bem Vindo Ao Servidor ~b~%s ~w~Para Algumas Informaзoes Use /regras & /comandos"PlayerName(playerid));
    
PlayerTextDrawSetString(playeridTela_LoginNome[playerid], str5);
    return 
1;

Reply


Messages In This Thread
TextDraw String - by JuniorTheDM - 27.07.2015, 04:20
Re: TextDraw String - by n0minal - 27.07.2015, 04:22
Re: TextDraw String - by JuniorTheDM - 27.07.2015, 04:24
Re: TextDraw String - by n0minal - 27.07.2015, 04:29
Re: TextDraw String - by JuniorTheDM - 27.07.2015, 04:34
Re: TextDraw String - by n0minal - 27.07.2015, 04:35
Re: TextDraw String - by JuniorTheDM - 27.07.2015, 04:37
Re: TextDraw String - by n0minal - 27.07.2015, 04:54

Forum Jump:


Users browsing this thread: 1 Guest(s)