[Ajuda] Ajuda Label
#1

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
Reply
#2

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

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

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..
Reply
#5

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
Reply
#6

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!
Reply
#7

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
Reply
#8

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

Quer fazer um sistema como o do UIF ?
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)