[Pedido] Tamanho Exato de Variбvel.
#1

pawn Код:
new nome[25], s[150];
        GetPlayerName(playerid, nome, 25);
        format(s, 50, "{09D6E1}[ATENЗГO] {FFFFFF}O Jogador %s Cometeu um Atentado Terrorista Plantando uma {09D6E1}Bomba.", nome);
        SendClientMessageToAll(Branco, s);
Entгo Galera, Essa Mensagem Aparece quando um terrorista planta uma bomba.

Mais, a Mensбgem "{09D6E1}[ATENЗГO] {FFFFFF}O Jogador %s Cometeu um Atentado Terrorista Plantando uma {09D6E1}Bomba." Nгo Aparece Completamente, Fica Cortada, Sу Aparece "{09D6E1}[ATENЗГO] {FFFFFF}O Jogador %s Cometeu um Atentado Terr"

Ja aumentei o tamanho da variбvel s[150] , mais mesmo assim, a mensagem nгo fica completa.

Qual й o tamanho certo ?


Alguem me ajuda ?
Reply
#2

Код:
new nome[25], s[150];
		GetPlayerName(playerid, nome, 25);
		format(s, sizeof(s), "{09D6E1}[ATENЗГO] {FFFFFF}O Jogador %s Cometeu um Atentado Terrorista Plantando uma {09D6E1}Bomba.", nome);
		SendClientMessageToAll(Branco, s);
Reply
#3

Use: http://www.4shared.com/file/9iJs-M4I...Clulasv12.html

Contador de celulas ...
Reply
#4

Quote:
Originally Posted by humildadeforever
Посмотреть сообщение
Код:
new nome[25], s[150];
		GetPlayerName(playerid, nome, 25);
		format(s, sizeof(s), "{09D6E1}[ATENЗГO] {FFFFFF}O Jogador %s Cometeu um Atentado Terrorista Plantando uma {09D6E1}Bomba.", nome);
		SendClientMessageToAll(Branco, s);
Valeu vei, + Rep pra tu xD

Edit : n da pra te dar reputaзгo agora., ja deu hoje :\
Reply
#5

Voce definiu um tamanho na variavel e na format colocou outro tamanho LoL.
Esse foi seu erro , mas e melhor usar o que a HumildadeForever passou!
Reply
#6

Uma duvida

Hoje fiquei sabendo que tambem tem outro tipo de format alem do sizeof

Qual й melhor ?

PHP код:
new string[126];

format(string126"Teste %d"10);

Ou

format
(stringsizeof(string), "Teste %d"10); 
Reply
#7

nome = [MAX_PLAYER_NAME] OU NOME = [24]; que й dб na mesma (;
Reply
#8

Quote:
Originally Posted by Murilo_sousa
Посмотреть сообщение
Uma duvida

Hoje fiquei sabendo que tambem tem outro tipo de format alem do sizeof

Qual й melhor ?

PHP код:
new string[126];
format(string126"Teste %d"10);
Ou
format
(stringsizeof(string), "Teste %d"10); 
Dб no mesmo...
Reply
#9

Quote:
Originally Posted by humildadeforever
Посмотреть сообщение
Dб no mesmo...
Hm, Obrigado
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)