SA-MP Forums Archive
[DUV]Poder usar sу se usar tal nick... '-' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUV]Poder usar sу se usar tal nick... '-' (/showthread.php?tid=146080)



[DUV]Poder usar sу se usar tal nick... '-' - Guilherme_Canani - 05.05.2010

[b]Aew... como faz pra por exemplo:

/abrir mais vocк tem que tar com tal nick?

'-' Eu vi um exemplo com strfind e sei la mais o que, mais nгo deu


Re: [DUV]Poder usar sу se usar tal nick... '-' - andmeida10 - 05.05.2010

pawn Code:
new name[MAX_PLAYER_NAME];
if(GetPlayerName(playerid, name, sizeof(name)) == Coiso_1)
{

//O que faz aqui

}

Tenta


Re: [DUV]Poder usar sу se usar tal nick... '-' - SlashPT - 05.05.2010

nao da... tenta assim


pawn Code:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name))

if((strcmp(name, "NOME QUE VC QUER!!", true) == 0)
{
   
    // O QUE VC QUER

}



Re: [DUV]Poder usar sу se usar tal nick... '-' - Guilherme_Canani - 05.05.2010

Quote:
Originally Posted by ☣┋☠☢юдηкб™☢☠┋☣ [KylePT
[DarK TeaM PT] ]
nao da... tenta assim


pawn Code:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name))

if((strcmp(name, "NOME QUE VC QUER!!", true) == 0)
{
   
    // O QUE VC QUER

}
Funciono vlw =)