Nametag questions
#3

Код:
CMD:changename(playerid, params[], help)
{
	new name[24], igr, string[128];
	if(sscanf(params, "us[24]",igr, Ime)) return SCM(playerid, -1, "/changename [ID] [name]");
	format(string,sizeof(string),"Users/%s.ini",GetName(playerid));
	fremove(string);
	SetPlayerName(igr, Ime);
    return 1;
}
something like this
Reply


Messages In This Thread
Nametag questions - by NicholasA - 26.12.2012, 10:56
Re: Nametag questions - by Mike_Peterson - 26.12.2012, 11:09
Re: Nametag questions - by Blaeks - 26.12.2012, 11:12
Re: Nametag questions - by NicholasA - 26.12.2012, 12:03

Forum Jump:


Users browsing this thread: 1 Guest(s)