need help in in name format
#1

i saw in some servers like 190.102.215.134:7777 name format is name_name how this
Reply
#2

note : i try wiki but can't understand https://sampwiki.blast.hk/wiki/File_Functions
Reply
#3

so what your saying like a rp name?
Reply
#4

Код:
new plname[MAX_PLAYER_NAME];
 	new namestring = strfind(plname, "_", true);
 	if(namestring == -1)
	{
		Kick(playerid);
		return 1;
	}
add this under public OnPlayerConnect(playerid)
Reply
#5

note : i want player join to server his name = name_SERVername if his name = name change it to the name = name_server name note this used changenme command right and don't want to kick
Reply
#6

thanks for pawn it's help me i used SetPlayerName
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)