[Ajuda] Oque tem de errado?
#1

Em ongamemonit:

PHP код:
SetTimer("AtualizarScore"1000true);
    
TextDraw CreatePlayerTextDraw(playerid383.0000002.000000"");
    
PlayerTextDrawAlignment(playeridTextDraw2);
    
PlayerTextDrawBackgroundColor(playeridTextDraw255);
    
PlayerTextDrawFont(playeridTextDraw2);
    
PlayerTextDrawLetterSize(playeridTextDraw0.2100001.299999);
    
PlayerTextDrawColor(playeridTextDraw, -1);
    
PlayerTextDrawSetOutline(playeridTextDraw1);
    
PlayerTextDrawSetProportional(playeridTextDraw1);
    
PlayerTextDrawSetSelectable(playeridTextDraw0); 
Abaixo:

PHP код:
forward AtualizarScore();
public 
AtualizarScore()
{
    for(new 
playeridplayerid GetMaxPlayers(); playerid++) {
    if(!
IsPlayerConnected(playerid)) continue;
    new 
STR[200];
    
format(STR200"~w~scores: ~g~%d ~w~- ping: ~b~%d ~w~- fps: ~y~%d ~w~- %d/%d"GetPlayerScore(playerid), GetPlayerPing(playerid), pFPS[playerid], ContarJogadores(), GetMaxPlayers());
    
PlayerTextDrawSetString(playeridTextDrawSTR);
    }
    return 
true;

Topo:

PHP код:
new PlayerText:TextDraw
Onplayerspawn:

PHP код:
PlayerTextDrawShow(playeridTextDraw); 
o code nгo esta funcionando...Oq pode ser?
Reply
#2

nгo funciona mas oque acontece?
Reply
#3

Ela nгo aparece, e tbm buga o settimer do relуgio...e o relуgio fica parado..
Reply
#4

Porque estбs a criar um PlayerTextdraw apenas para 1?
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw

tens que fazer um array de textdraws...

Quote:

Player-textdraws are automatically destroyed when a player disconnects.

Nunca trabalhei com PlayerTextDraws, mas se eu fosse a ti seguia o exemplo do wiki. Cria as texts no OnPlayerConnect e usa um array, porque assim estбs a usar 1 text para todos os players. Nao sei atй que ponto tudo isto pode bugar, mas o mais certo й ser uma destas coisas que disse...
Reply
#5

PlayerTextDraw em OnGameModeInit ?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)