[Ajuda] Algo bбsico!
#1

Boas Amigos!

Eu sei que isto й super fбcil, mas eu apenas nгo sei como se faz :S
Se existe alguma funзгo para isso ou nгo.

O que eu queria fazer й tipo num tutorial ficar com 2 margens pretas.
Em anexo manda uma forma de como gostava de por.
Reply
#2

Tu queres й isto.

mete na funзгo onde queres que isso esteja visivel.


pawn Код:
TextDrawShowForPlayer(playerid, BoxMovie[playerid][0]);
TextDrawShowForPlayer(playerid, BoxMovie[playerid][1]);


pawn Код:
BoxMovie[playerid][0] = TextDrawCreate(645.000000, -40.000000, "_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~");
    TextDrawBackgroundColor(BoxMovie[playerid][0], 255);
    TextDrawFont(BoxMovie[playerid][0], 1);
    TextDrawLetterSize(BoxMovie[playerid][0], 0.500000, 1.000000);
    TextDrawColor(BoxMovie[playerid][0], -1);
    TextDrawSetOutline(BoxMovie[playerid][0], 0);
    TextDrawSetProportional(BoxMovie[playerid][0], 1);
    TextDrawSetShadow(BoxMovie[playerid][0], 1);
    TextDrawUseBox(BoxMovie[playerid][0], 1);
    TextDrawBoxColor(BoxMovie[playerid][0], 255);
    TextDrawTextSize(BoxMovie[playerid][0], -6.000000, 0.000000);

    BoxMovie[playerid][1] = TextDrawCreate(643.000000, 325.000000, "_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~");
    TextDrawBackgroundColor(BoxMovie[playerid][1], 255);
    TextDrawFont(BoxMovie[playerid][1], 1);
    TextDrawLetterSize(BoxMovie[playerid][1], 0.500000, 1.000000);
    TextDrawColor(BoxMovie[playerid][1], -1);
    TextDrawSetOutline(BoxMovie[playerid][1], 0);
    TextDrawSetProportional(BoxMovie[playerid][1], 1);
    TextDrawSetShadow(BoxMovie[playerid][1], 1);
    TextDrawUseBox(BoxMovie[playerid][1], 1);
    TextDrawBoxColor(BoxMovie[playerid][1], 255);
    TextDrawTextSize(BoxMovie[playerid][1], -8.000000, 0.000000);

Mete na funзгo onde queres que a Textdraw seja destruida.


pawn Код:
TextDrawHideForPlayer(playerid, BoxMovie[playerid][0]);
TextDrawHideForPlayer(playerid, BoxMovie[playerid][1]);

Ajudei ? Carrega na estrelinha sff.
Reply
#3

Bom eu consegui colocar no meu pq no meu antigo GM tinha, mais eu gostei desse fundo atras da parte preta, me passa? hahaha..
Reply
#4

Sr. Pekeno tens ai o cуdigo.
agora basta pores cada cуdigo em cada funзгo eu que nгo percebo muito de pawno, isto й bбsico.
Reply
#5

sу queria a imagem de trбs..
Reply
#6

a imagem de trбs terбs ser tu a faze-la com o SetPlayerPos & SetPlayerLookAt & SetPlayerCameraPos.
Reply
#7

yah mesmo
E olha pedro nobre eu conheзote sabias? xD
Reply
#8

pawn Код:
// Topo
new Text:topblack, Text:bottomblack;

// OnPlayerConnect ( Onde Vai se Iniciar, se nгo quiser aqui, mude )
TextDrawShowForPlayer(playerid, topblack);
TextDrawShowForPlayer(playerid, bottomblack);  

// OnPlayerSpawn ( Onde Vai Parar, se nгo quiser aqui, mude )
TextDrawHideForPlayer(playerid, topblack);
TextDrawHideForPlayer(playerid, bottomblack);

// OnGameModeInit
topblack = TextDrawCreate(1.000000,-45.000000,"__");
bottomblack = TextDrawCreate(-2.000000,371.000000,"__");
TextDrawUseBox(topblack,1);
TextDrawBoxColor(topblack,0x000000ff);
TextDrawTextSize(topblack,655.000000,80.000000);
TextDrawUseBox(bottomblack,1);
TextDrawBoxColor(bottomblack,0x000000ff);
TextDrawTextSize(bottomblack,840.000000,240.000000);
TextDrawAlignment(topblack,0);
TextDrawAlignment(bottomblack,0);
TextDrawBackgroundColor(topblack,0x000000ff);
TextDrawBackgroundColor(bottomblack,0x000000ff);
TextDrawFont(topblack,3);
TextDrawLetterSize(topblack,1.000000,14.000000);
TextDrawFont(bottomblack,3);
TextDrawLetterSize(bottomblack,1.000000,24.000000);
TextDrawColor(topblack,0xffffffff);
TextDrawColor(bottomblack,0xffffffff);
TextDrawSetOutline(topblack,1);
TextDrawSetOutline(bottomblack,1);
TextDrawSetProportional(topblack,1);
TextDrawSetProportional(bottomblack,1);
TextDrawSetShadow(topblack,1);
TextDrawSetShadow(bottomblack,1);
Pronto Criou.
Como criar uma cвmera: https://sampforum.blast.hk/showthread.php?tid=253319
Reply
#9

Quote:
Originally Posted by SlinghShoot
Посмотреть сообщение
yah mesmo
E olha pedro nobre eu conheзote sabias? xD
eu tambйm jб ouvi falar de ti.
manda private message a dizer detalhes de quem йs (;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)