[Help]pName
#1

Hey i need some help!
When i conect to some server with out a last name exampel First_Lastname then i cant conect its a bad name
how can i do it on my server and is it possible or is it a bug ?
Reply
#2

then they r rp servers where u need to register on the forum i guess
Reply
#3

Quote:
Originally Posted by saiberfun
then they r rp servers where u need to register on the forum i guess
Okej that sucks
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)