[Ajuda] OnRconLoginAttempt
#8

Se tivesse lido o wiki como eu sugeri, nгo teria esse problema...

https://sampwiki.blast.hk/wiki/GetPlayerName

Код:
A funзгo retorna o tamanho do nome do jogador. 0 caso o jogador nгo esteja online.
Ou seja, nгo se trabalha com o retorno dessa funзгo, mas sim com a variбvel 'Name' que vocк faz pass-reference no mйtodo...

pawn Код:
new nome[MAX_PLAYER_NAME]; //24 length
GetPlayerName(playerid, nome, sizeof(nome)); //retorna o tamanho do nome do jogador, ou 0 se nгo tiver jogador.

print(nome); //ai sim retorna o nome do jogador e imprime o mesmo.
Reply


Messages In This Thread
OnRconLoginAttempt - by Mackdaddy - 29.01.2015, 00:20
Re: OnRconLoginAttempt - by WLSF - 29.01.2015, 00:22
Re: OnRconLoginAttempt - by Mackdaddy - 29.01.2015, 00:26
Re: OnRconLoginAttempt - by WLSF - 29.01.2015, 00:33
Re: OnRconLoginAttempt - by .Skool_. - 29.01.2015, 00:35
Re: OnRconLoginAttempt - by Mackdaddy - 29.01.2015, 00:41
Re: OnRconLoginAttempt - by .Skool_. - 29.01.2015, 00:46
Re: OnRconLoginAttempt - by WLSF - 29.01.2015, 00:47
Re: OnRconLoginAttempt - by Mackdaddy - 29.01.2015, 00:54
Re: OnRconLoginAttempt - by Mackdaddy - 29.01.2015, 01:00

Forum Jump:


Users browsing this thread: 3 Guest(s)