[Ajuda] PlayerText..
#1

@resolvido
Reply
#2

Tenta


PHP код:
new PlayerText:DepositAssalt[MAX_PLAYERS][6]; // Topo do GM
DepositAssalt[playerid][0] = CreatePlayerTextDraw(playerid511.647033314.249969"box");
DepositAssalt[playerid][1] = CreatePlayerTextDraw(playerid530.941040315.999938"assalto");
DepositAssalt[playerid][2] = CreatePlayerTextDraw(playerid532.823425325.916534"-");
DepositAssalt[playerid][3] = CreatePlayerTextDraw(playerid542.705932332.916625"deposito");
DepositAssalt[playerid][4] = CreatePlayerTextDraw(playerid574.235351347.500030"tempo restante:");
DepositAssalt[playerid][5] = CreatePlayerTextDraw(playerid591.646728346.916687"01:25"); 
Reply
#3

Toda vez que eu olho pra assinatura do JPedro, kkkkk, й inevitбvel nгo rir kkkkkkkkk
Reply
#4

Quote:
Originally Posted by JPedro
Посмотреть сообщение
Tenta


PHP код:
new PlayerText:DepositAssalt[MAX_PLAYERS][6]; // Topo do GM
DepositAssalt[playerid][0] = CreatePlayerTextDraw(playerid511.647033314.249969"box");
DepositAssalt[playerid][1] = CreatePlayerTextDraw(playerid530.941040315.999938"assalto");
DepositAssalt[playerid][2] = CreatePlayerTextDraw(playerid532.823425325.916534"-");
DepositAssalt[playerid][3] = CreatePlayerTextDraw(playerid542.705932332.916625"deposito");
DepositAssalt[playerid][4] = CreatePlayerTextDraw(playerid574.235351347.500030"tempo restante:");
DepositAssalt[playerid][5] = CreatePlayerTextDraw(playerid591.646728346.916687"01:25"); 
Man '-' kkk... eu que tinha errado um bgl aqui na callback ai... ;-;
...
Mas deu um problema aqui..

Код:
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
Aqui o codigo..
PHP код:
stock MostrarBankAssalt(playerid)
{
    
TextDrawShowForPlayer(playeridDepositAssalt[0]); // AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[1]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[2]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[3]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[4]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[5]);// AQUI
    
return 1;

Reply
#5

Quote:
Originally Posted by Castiell
Посмотреть сообщение
Toda vez que eu olho pra assinatura do JPedro, kkkkk, й inevitбvel nгo rir
kkkkkkkkk
Ei amigo, tenha mais respeito com o Lelezin, o cara й o Rei do SA-MP

Quote:
Originally Posted by FalcaoNC
Посмотреть сообщение
Man '-' kkk... eu que tinha errado um bgl aqui na callback ai... ;-;
...
Mas deu um problema aqui..

Код:
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)
Aqui o codigo..
PHP код:
stock MostrarBankAssalt(playerid)
{
    
TextDrawShowForPlayer(playeridDepositAssalt[0]); // AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[1]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[2]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[3]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[4]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[5]);// AQUI
    
return 1;

PHP код:
stock MostrarBankAssalt(playerid)
{
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][0]); // AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][1]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][2]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][3]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][4]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][5]);// AQUI
    
return 1;

Reply
#6

Quote:
Originally Posted by JPedro
Посмотреть сообщение
Ei amigo, tenha mais respeito com o Lelezin, o cara й o Rei do SA-MP




PHP код:
stock MostrarBankAssalt(playerid)
{
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][0]); // AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][1]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][2]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][3]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][4]);// AQUI
    
TextDrawShowForPlayer(playeridDepositAssalt[playerid][5]);// AQUI
    
return 1;

Agora.. kk
nas mesmas linhas.
PHP код:
warning 213tag mismatch 
Reply
#7

Tenta
Ex:
PHP код:
stock MostrarBankAssalt(playerid

    
PlayerTextDrawShow(playeridDepositAssalt[0]); // AQUI 
    
PlayerTextDrawShow(playeridDepositAssalt[1]);// AQUI 
    
PlayerTextDrawShow(playeridDepositAssalt[2]);// AQUI 
    
PlayerTextDrawShow(playeridDepositAssalt[3]);// AQUI 
    
PlayerTextDrawShow(playeridDepositAssalt[4]);// AQUI 
    
PlayerTextDrawShow(playeridDepositAssalt[5]);// AQUI 
    
return true

Reply
#8

Quote:
Originally Posted by FalcaoNC
Посмотреть сообщение
Agora.. kk
nas mesmas linhas.
PHP код:
warning 213tag mismatch 
porra

PHP код:
stock MostrarBankAssalt(playerid)
{
    
PlayerTextDrawShow(playeridDepositAssalt[playerid][0]); // AQUI
    
PlayerTextDrawShow(playeridDepositAssalt[playerid][1]);// AQUI
    
PlayerTextDrawShow(playeridDepositAssalt[playerid][2]);// AQUI
    
PlayerTextDrawShow(playeridDepositAssalt[playerid][3]);// AQUI
    
PlayerTextDrawShow(playeridDepositAssalt[playerid][4]);// AQUI
    
PlayerTextDrawShow(playeridDepositAssalt[playerid][5]);// AQUI
    
return 1;

@edit

carai, os kra й rapido
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)