Gate Help
#3

You would first have to get the player name with 'GetPlayerName' and to a 'strcmp' comparison with the name you want.

Example:
pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
if(!strcmp(name,"Bob_Jones",false))
{
  ...function...
}
Reply


Messages In This Thread
Gate Help - by b0r1quajay - 06.07.2009, 02:14
Re: Gate Help - by boelie - 24.07.2009, 17:25
Re: Gate Help - by Joe Staff - 24.07.2009, 17:28

Forum Jump:


Users browsing this thread: 1 Guest(s)