13.10.2016, 20:18
(
Последний раз редактировалось FalcaoNC; 13.10.2016 в 21:15.
)
@resolvido
new PlayerText:DepositAssalt[MAX_PLAYERS][6]; // Topo do GM
DepositAssalt[playerid][0] = CreatePlayerTextDraw(playerid, 511.647033, 314.249969, "box");
DepositAssalt[playerid][1] = CreatePlayerTextDraw(playerid, 530.941040, 315.999938, "assalto");
DepositAssalt[playerid][2] = CreatePlayerTextDraw(playerid, 532.823425, 325.916534, "-");
DepositAssalt[playerid][3] = CreatePlayerTextDraw(playerid, 542.705932, 332.916625, "deposito");
DepositAssalt[playerid][4] = CreatePlayerTextDraw(playerid, 574.235351, 347.500030, "tempo restante:");
DepositAssalt[playerid][5] = CreatePlayerTextDraw(playerid, 591.646728, 346.916687, "01:25");
Tenta
PHP код:
|
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)
stock MostrarBankAssalt(playerid)
{
TextDrawShowForPlayer(playerid, DepositAssalt[0]); // AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[1]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[2]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[3]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[4]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[5]);// AQUI
return 1;
}
Toda vez que eu olho pra assinatura do JPedro, kkkkk, й inevitбvel nгo rir
kkkkkkkkk |
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) PHP код:
|
stock MostrarBankAssalt(playerid)
{
TextDrawShowForPlayer(playerid, DepositAssalt[playerid][0]); // AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[playerid][1]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[playerid][2]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[playerid][3]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[playerid][4]);// AQUI
TextDrawShowForPlayer(playerid, DepositAssalt[playerid][5]);// AQUI
return 1;
}
Ei amigo, tenha mais respeito com o Lelezin, o cara й o Rei do SA-MP
PHP код:
|
warning 213: tag mismatch
stock MostrarBankAssalt(playerid)
{
PlayerTextDrawShow(playerid, DepositAssalt[0]); // AQUI
PlayerTextDrawShow(playerid, DepositAssalt[1]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[2]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[3]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[4]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[5]);// AQUI
return true;
}
Agora.. kk
nas mesmas linhas. PHP код:
|
stock MostrarBankAssalt(playerid)
{
PlayerTextDrawShow(playerid, DepositAssalt[playerid][0]); // AQUI
PlayerTextDrawShow(playerid, DepositAssalt[playerid][1]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[playerid][2]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[playerid][3]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[playerid][4]);// AQUI
PlayerTextDrawShow(playerid, DepositAssalt[playerid][5]);// AQUI
return 1;
}