[AJUDA] Comando exclusivo por nick
#3

pawn Код:
if (strcmp(cmdtext, "/xd", true) == 0)    {    
new pname[MAX_PLAYER_NAME];  
GetPlayerName(playerid,pname,sizeof(pname));
if(!strcmp(pname, "[KoD]DanieeeL"))    {    
SendClientMessage(playerid, COLOR_YELLOW, "DANIEL OWNA");    
}    else    {    
SendClientMessage(playerid, COLOR_YELLOW, "voce nao й daniel!");    
}    
return 1;    
}
Esqueceu do GetPlayerName e o ! antes do strcmp para comparar.
Reply


Messages In This Thread
[AJUDA] Comando exclusivo por nick - by danieltricolor12 - 08.08.2010, 17:53
Re: [AJUDA] Comando exclusivo por nick - by BiieL - 08.08.2010, 19:33
Re: [AJUDA] Comando exclusivo por nick - by SuB_ZeRo0_ - 08.08.2010, 20:11
Re: [AJUDA] Comando exclusivo por nick - by Macintosh - 08.08.2010, 20:18
Re: [AJUDA] Comando exclusivo por nick - by danieltricolor12 - 09.08.2010, 17:53
Re: [AJUDA] Comando exclusivo por nick - by azull - 09.08.2010, 23:47
Re: [AJUDA] Comando exclusivo por nick - by SuB_ZeRo0_ - 09.08.2010, 23:51
Re: [AJUDA] Comando exclusivo por nick - by Marco_Nutz - 10.08.2010, 00:29

Forum Jump:


Users browsing this thread: 1 Guest(s)