[Help]pName
#4

I hope that is what you want.. I didn't really understand your request.
pawn Код:
//OnPlayerConnect
  new n[24];
  GetPlayerName(playerid,n,24);
  new rpname=strfind(n, "_", true);
  if(rpname==-1)
  {
    SendClientMessage(playerid,COLOR,"Text");
    return 1;
  }
Reply


Messages In This Thread
[Help]pName - by tony_fitto - 09.03.2009, 16:30
Re: [Help]pName - by saiberfun - 09.03.2009, 16:32
Re: [Help]pName - by tony_fitto - 09.03.2009, 19:42
Re: [Help]pName - by MenaceX^ - 09.03.2009, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)