Please help!
#14

Quote:
Originally Posted by SAWC™
It's pretty simple:
pawn Код:
public OnPlayerConnect(playerid)
{
  new
    pName[27];

  GetPlayerName(playerid, pName, 24);
  format(pName, 27, "%s[ID_%d]", pName, playerid);
  SetPlayerName(playerid, pName);
  return 1;
}
Why OnPlayerConnect?

I tryed that and din't work
Reply


Messages In This Thread
Please help! - by Nexotronix - 21.02.2010, 15:54
Re: Please help! - by Rzzr - 21.02.2010, 16:02
Re: Please help! - by Nexotronix - 21.02.2010, 16:19
Re: Please help! - by Rzzr - 21.02.2010, 16:33
Re: Please help! - by Nexotronix - 21.02.2010, 16:37
Re: Please help! - by Rzzr - 21.02.2010, 16:59
Re: Please help! - by Nexotronix - 21.02.2010, 17:16
Re: Please help! - by Rzzr - 21.02.2010, 17:20
Re: Please help! - by Nexotronix - 21.02.2010, 17:25
Re: Please help! - by Rzzr - 21.02.2010, 17:30
Re: Please help! - by Miguel - 21.02.2010, 18:57
Re: Please help! - by Rzzr - 21.02.2010, 19:11
Re: Please help! - by Nexotronix - 22.02.2010, 17:25
Re: Please help! - by Fedee! - 22.02.2010, 23:17
Re: Please help! - by Nexotronix - 23.02.2010, 15:04

Forum Jump:


Users browsing this thread: 7 Guest(s)