[Ajuda] declarar variбveis
#1

Olб Boa Noite Galera!!

Intao eu queria uma ajuda com um erro aqui gostaria de saber o que e variaveis e pra que servem e onde colocб-las!

pawn Код:
error 028: invalid subscript (not an array or too many subscripts): "Tela"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Linha
pawn Код:
Tela[0] = TextDrawCreate(-1.000000, 2.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
Reply
#2

[Tutorial] Variбveis - Definiзгo, uso e tipos.
Reply
#3

Ola Lуs
ei criei a
pawn Код:
new tela;
mesmo assim o erro continua acontecendo oque pode ser?
Reply
#4

tem de ter a tag "Text:"

new Text:tela;

olha no exemplo: https://sampwiki.blast.hk/wiki/TextDrawCreate
Reply
#5

Me Ajuda Eu Olhei No Link Que o Sr. Mandou e ta certinho aqui mais continua dando o erro!

pawn Код:
new Text:tela;
pawn Код:
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    //TextDraw Tela De Login
    //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Tela[0] = TextDrawCreate(-1.000000, 2.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawBackgroundColor(Tela[0], 255);
    TextDrawFont(Tela[0], 1);
    TextDrawLetterSize(Tela[0], 0.500000, 1.000000);
    TextDrawColor(Tela[0], 255);
    TextDrawSetOutline(Tela[0], 0);
    TextDrawSetProportional(Tela[0], 1);
    TextDrawSetShadow(Tela[0], 1);
    TextDrawUseBox(Tela[0], 1);
    TextDrawBoxColor(Tela[0], 255);
    TextDrawTextSize(Tela[0], 638.000000, -40.000000);

    Tela[1] = TextDrawCreate(-1.000000, 368.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawBackgroundColor(Tela[1], 255);
    TextDrawFont(Tela[1], 1);
    TextDrawLetterSize(Tela[1], 0.500000, 1.000000);
    TextDrawColor(Tela[1], 255);
    TextDrawSetOutline(Tela[1], 0);
    TextDrawSetProportional(Tela[1], 1);
    TextDrawSetShadow(Tela[1], 1);
    TextDrawUseBox(Tela[1], 1);
    TextDrawBoxColor(Tela[1], 255);
    TextDrawTextSize(Tela[1], 638.000000, -40.000000);
    //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    return 1;
}
Reply
#6

Troque para:

PHP код:
new Text:Tela[2]; 
Reply
#7

Quote:
Originally Posted by Lуs
Посмотреть сообщение
Troque para:

PHP код:
new Text:Tela[2]; 
Aeeeeeeeee Compilo Certinho! Muito Obrigadoooooooooo

Lуs eu fui testa e nao aparece as barrinha preta oque poder ser?
Reply
#8

Quote:
Originally Posted by Klunnk
Посмотреть сообщение
Aeeeeeeeee Compilo Certinho! Muito Obrigadoooooooooo

Lуs eu fui testa e nao aparece as barrinha preta oque poder ser?
Verifique se vocк estб mostrando a textdraw no OnPlayerConnect. Utilize a funзгo TextDrawShowForPlayer.
Reply
#9

@Edit

Aee Depois De Muitas Tentativas Consegui! =D

Ultima Duvida Como Faзo Para Destruir Quando o Jogador Logar Quando Ele Click Em Spawn
Reply
#10

Quote:
Originally Posted by Klunnk
Посмотреть сообщение
@Edit

Aee Depois De Muitas Tentativas Consegui! =D

Ultima Duvida Como Faзo Para Destruir Quando o Jogador Logar Quando Ele Click Em Spawn
"Depende".

Existem 4 funзхes que "conversam" entre si, por exemplo, TextDrawCreate > TextDrawDestroy, e TextDrawShowForPlayer > TextDrawHideForPlayer.

Eu tenho uma TextDraw no meu GM que й criada (iniciada) em GameModeInit, mostrada ao player em OnPlayerConect, e depois escondida na OnPlayerRequestClass. Dessa forma assim que o player faz o login ele irб pra seleзгo de classes e a TextDraw some (й oculta).

Normalmente a TextDraw deve ser destruнda em OnPlayerDisconect.

Quado digo "depende" й que posso ocultar uma TextDraw apenas em OnPlayerSpawn, ou atй mesmo nгo ocultar a TextDraw em nenhum momento, como й o caso do nome do meu server acima do GPS.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)