[Ajuda] GetPlayerName
#6

Esse cуdigo poderia ser mais poupбvel por redefiniзгo, nгo seria necessбrio criar duas variбveis pra isso:

Код:
static str[48];
GetPlayerName(playerid, str, 24);
format(str, 48, "%s entrou no servidor", str);
SendClientMessagetoall(-1, str);
Mas no fim das contas dб praticamente no mesmo, й uma boa alternativa quando for criar grandes strings, ao invйs de ter que criar duas grandes crie apenas uma e poupe heap size
Reply


Messages In This Thread
GetPlayerName - by Brasil0wna - 02.11.2015, 12:10
Re: GetPlayerName - by ipsLuan - 02.11.2015, 12:35
Re: GetPlayerName - by Brasil0wna - 02.11.2015, 12:51
Re: GetPlayerName - by ipsLuan - 02.11.2015, 13:10
Re: GetPlayerName - by Brasil0wna - 02.11.2015, 13:49
Re: GetPlayerName - by s0nny - 02.11.2015, 14:18
Re: GetPlayerName - by Brasil0wna - 02.11.2015, 14:41
Re: GetPlayerName - by s0nny - 02.11.2015, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)