[Ajuda] Nick Autorizado a logar no Servidor!
#3

strcmp

Exemplo:

pawn Код:
if(strcmp("Batata", "Batata", true) == 0)
{
     print("Batata й igual a Batata");
}
else
{
    print("Batata nгo й igual a Batata");
}
GetPlayerName

Exemplo:
pawn Код:
new st[36], nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof nome);
format(st, st, "Seu nick й %s", nome);
SendClientMessage(playerid, -1, st);
Reply


Messages In This Thread
Nick Autorizado a logar no Servidor! - by best95 - 07.01.2015, 00:07
Re: Nick Autorizado a logar no Servidor! - by humildadeforever - 07.01.2015, 00:23
Re: Nick Autorizado a logar no Servidor! - by MultiKill - 07.01.2015, 00:25
Re: Nick Autorizado a logar no Servidor! - by best95 - 07.01.2015, 13:04
Re: Nick Autorizado a logar no Servidor! - by best95 - 07.01.2015, 13:19
Re: Nick Autorizado a logar no Servidor! - by Andrew020 - 07.01.2015, 13:34
Re: Nick Autorizado a logar no Servidor! - by MultiKill - 07.01.2015, 13:41
Re: Nick Autorizado a logar no Servidor! - by humildadeforever - 07.01.2015, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)