[Ajuda] Erros TextDraw
#10

Quote:
Originally Posted by JhowWatkins
Посмотреть сообщение
Do seu jeito gerou alguns avisos :/





PHP код:
stock TextDrawUpdate(playerid)
{
    new 
STR [270];
    
PlayerTextDrawShow(playeridNOME[playerid]);
    
format(STRsizeof(STR), "[~y~%s~w~]"PegarNome(playerid));
    
PlayerTextDrawSetString(playeridNOME[playerid], STR);
    
format(STRsizeof(STR), "~w~Level: %d"PlayerInfo[playerid][pLevel]);
    
PlayerTextDrawSetString(playeridTDEditor_PTD[playerid][1], STR);
    
PlayerTextDrawShow(playeridTDEditor_PTD[playerid][1]);
    
format(STRsizeof(STR), "~w~EXP:"PlayerInfo[playerid][pExp]);
    
PlayerTextDrawSetString(playeridTDEditor_PTD[playerid][2], STR);
    
PlayerTextDrawShow(playeridTDEditor_PTD[playerid][2]);
    
format(STRsizeof(STR), "~w~MV: %d"PlayerInfo[playerid][pCasher]);
    
PlayerTextDrawSetString(playeridTDEditor_PTD[playerid][4], STR);
    
PlayerTextDrawShow(playeridTDEditor_PTD[playerid][4]);
    return 
1;

Eu nгo coloquei as coisas que vocк pediu pra colocar na OnPlayerSpawn e coloquei aqui na Stock Que eu fiz....

Estб certo?
Vocк esta colocando o textdraw aonde? sabe que textdraws Playerid e na
Quote:

public OnPlayerConnect

Neh?
й tambem definiu a variavel da textdraw do Jeito que mandei ne?
Код:
new PlayerText:Nome[MAX_PLAYERS];
Reply


Messages In This Thread
Erros TextDraw - by JhowWatkins - 12.09.2016, 17:44
Re: Erros TextDraw - by BobbMarley - 12.09.2016, 18:23
Re: Erros TextDraw - by JhowWatkins - 12.09.2016, 19:52
Re: Erros TextDraw - by RodrigoMSR - 12.09.2016, 20:35
Re: Erros TextDraw - by BobbMarley - 12.09.2016, 20:58
Re: Erros TextDraw - by Carlos001 - 12.09.2016, 21:23
Re: Erros TextDraw - by JhowWatkins - 12.09.2016, 21:35
Re: Erros TextDraw - by JhowWatkins - 12.09.2016, 21:40
Re: Erros TextDraw - by JhowWatkins - 12.09.2016, 21:47
Re: Erros TextDraw - by Carlos001 - 12.09.2016, 21:52

Forum Jump:


Users browsing this thread: 2 Guest(s)