SA-MP Forums Archive
[Ajuda] Ajuda Label - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda Label (/showthread.php?tid=568410)



Ajuda Label - BARDEK - 21.03.2015

Eaeee Galerinha queria Criar um sistema de label mais nao sei tipo criar um que dessa pra criar e apagar label pra eu poder espalhar label em alguns lugares no sv queria um tipo assim /criarlabel {cor} frase e para deletar /deletarlabel
e que ficasse salvo vlw ae


Re: Ajuda Label - LucasF - 21.03.2015

https://sampforum.blast.hk/showthread.php?tid=259368


Re: Ajuda Label - ThuuGLif3 - 21.03.2015

https://sampforum.blast.hk/showthread.php?tid=284419


Re: Ajuda Label - DokyPWN - 22.03.2015

pawn Код:
new Text3D:LABEL[MAX_PLAYERS];

new Float:LX[MAX_PLAYERS];
new Float:LY[MAX_PLAYERS];
new Float:LZ[MAX_PLAYERS];

CMD:createlabel(playerid,params[]){
new string[300];
GetPlayerPos(playerid, LX[playerid], LY[playerid], LZ[playerid]);
if(isnull(params))return SendClientMessage(playerid,0xFFFFFFFF,"{BABABA}Uso: {FFFFFF}/createlabel <text>");
format(string, sizeof(string), "{BABABA}Vocк criou a label {FFFFFF}%s",params);
SendClientMessage(playerid, cinza, string);
LABEL[playerid] = Create3DTextLabel(params,0xFFFFFFFF, LX[playerid], LY[playerid], LZ[playerid],20,0,0);
Update3DTextLabelText(LABEL[playerid], 0xFFFFFFFF, params);
return 1;}

CMD:eraselabel(playerid,params[]){
Delete3DTextLabel(Text3D:LABEL[playerid]);
SendClientMessage(playerid, cinza, "Label apagada");
return 1;}
Este code й bem simples, sу nгo tem salvamento. Toda vez que o servidor reinicia tem que criar novamente..


Re: Ajuda Label - matheusspohr - 22.03.2015

Muito bom vey, agora, faзa um salvamento, e defina algumas cores adicione o cmd cores e faзa um fs com seus crйditos, se fazer isso tem meu +rep


Re: Ajuda Label - DokyPWN - 22.03.2015

Mano, nгo manjo mexer com salvamento, eu sempre crio callremotefunction pro ladmin e copio e colo as coisas lб... conhece alguns tutoriais de dini ou dof2? Obrigado!


Re: Ajuda Label - Diogo123 - 22.03.2015

Quote:
Originally Posted by DokyPWN
Посмотреть сообщение
Mano, nгo manjo mexer com salvamento, eu sempre crio callremotefunction pro ladmin e copio e colo as coisas lб... conhece alguns tutoriais de dini ou dof2? Obrigado!
Eu fazia isso quando usava o ladmin4v2 atй que li uns tutoriais sobre DOF2 aqui mesmo no forum vou te mandar alguns links para vocк dar uma olhada depois disso pode atй iniciar seu prуprio sistema de admin ( que ocorreu no meu caso sendo baseado no ladmin ^^ )

https://sampforum.blast.hk/showthread.php?tid=422519
https://sampforum.blast.hk/showthread.php?tid=350855
https://sampforum.blast.hk/showthread.php?tid=346522


Re: Ajuda Label - DokyPWN - 22.03.2015

Й esse ladmin mesmo que uso, eu importo tudo pra salvar lб. Obrigado!


Re: Ajuda Label - ClaudioF - 22.03.2015

Quer fazer um sistema como o do UIF ?


Re: Ajuda Label - matheusspohr - 23.03.2015

Quote:
Originally Posted by DokyPWN
Посмотреть сообщение
Mano, nгo manjo mexer com salvamento, eu sempre crio callremotefunction pro ladmin e copio e colo as coisas lб... conhece alguns tutoriais de dini ou dof2? Obrigado!
Tudo Oque Vou Precisar E Vocк Tambйm estб aqui:
Tutorial
Й 1 Post Com Mais De 30 Tutoriais, contando com salvamento, usando includes e talz veja ae.