25/07/2023 18:36
(25/07/2023 15:06)UBUngido Escreveu:Caros amigos, gostaria de saber se no SAMP tem um certo "limite" de textDraw?
Por que estou fazendo um celular, e o mesmo quando liga no servidor fica só algumas partes
https://imgur.com/a/w4PbYwa
Coloquei nesse codigo simplesmente pra testar se era por conta o inventario ou não.Código:CMD:celular(playerid, params[])
{
if (IsPlayerConnected(playerid))
{
if(strcmp(PlayerName(playerid),"Ungido", true) == 0)
{
PlayerTextDrawShow(playerid, BASECELULAR[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR1[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR2[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR3[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR4[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR5[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR6[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR7[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR8[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR9[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR10[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR11[playerid]);
PlayerTextDrawShow(playerid, BASECELULAR12[playerid]);
SelectTextDraw(playerid, 0x0080FFC8);
}
else
{
SendClientMessage(playerid, COR_MSG, "Voce nao e autorizado!");
Kick(playerid);
}
}
return 1
}
Aqui está https://github.com/nexquery/samp-textdraw-streamer