[Ajuda] Contar String
#4

Basta contar quantos caracteres tem no format e o limite que cada string ira passar:

PHP код:
/*
'* Paciente ' = 11 caracteres
Limite de de caracteres no nick do jogador й definido por MAX_PLAYER_NAME (24)
entгo 11 + 24 = 35 + EOS (end of string) = 46
Ex:
*/
new sformat[61], numero 7574994nome[MAX_PLAYER_NAME];
GetPlayerName(playeridnomesizeof nome);
format(sformatsizeof sformat"Teste | Nъmero: %d | Nome: %s"numeronome);
SendClientMessage(playerid, -1sformat);
/*
"Teste | Nъmero:  | Nome: " = 25 caracteres + EOS = 26
O nъmero inteiro ocupa no mбximo 11 caracteres
E o nome do jogador no mбximo 24
Entгo 26 + 11 + 24 = 61
*/ 
Reply


Messages In This Thread
Contar String - by SmokeKiLL - 11.02.2019, 22:58
Re: Contar String - by Cauezin - 11.02.2019, 23:05
Re: Contar String - by Felipealves - 11.02.2019, 23:07
Re: Contar String - by MultiKill - 11.02.2019, 23:14
Re: Contar String - by SmokeKiLL - 11.02.2019, 23:23
Re: Contar String - by rjjj - 12.02.2019, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)