Little mask command help
#3

You could try something like this.

pawn Код:
new Name[MAX_PLAYERS][24];

//OnPlayerConnect
new name[24];
GetPlayerName(playerid,name,24);
format(Name[playerid],24,"%s",name);
Untested but it should store their name when they connect and then you could just use it afterwards. You could format their name right before you changed it if you really wanted to. I don't really see the advantages of it though.
Reply


Messages In This Thread
Little mask command help - by Str8Deadly - 26.01.2010, 23:38
Re: Little mask command help - by gotenks918 - 26.01.2010, 23:40
Re: Little mask command help - by Backwardsman97 - 27.01.2010, 01:04

Forum Jump:


Users browsing this thread: 1 Guest(s)