Help me
#4

Go to your server folder open "scriptfiles" folder then "users" and find Joey_Owner, Change it to Joey_...Put here what you want... and rejoin and it works


or if you want that lastnames aren't used then remove this part. do as i say

ctrl + f - type in: public onplayerconnect

now look down until you see something like

Код:
new namestring = strfind(plname, "_", true);
 	if(namestring == -1)
	{
		SendClientMessage(playerid, COLOR_YELLOW2, "Immigration Department: Your name is not acceptable.");
		SendClientMessage(playerid, COLOR_YELLOW2, "Hint: Your name must be in the format Firstname_Lastname.");
		Kick(playerid);
		return 1;
	}
delete it, compile, restart server, run, Done
Reply


Messages In This Thread
Help me - by Gurjyot - 08.07.2011, 17:01
Re: Help me - by HayZatic - 08.07.2011, 17:02
Re: Help me - by WoodPecker - 08.07.2011, 19:16
Re: Help me - by andruz99 - 08.07.2011, 20:50
Re: Help me - by Shadoww5 - 09.07.2011, 01:22
Re: Help me - by SchurmanCQC - 09.07.2011, 01:31
Re: Help me - by Shadoww5 - 09.07.2011, 03:31

Forum Jump:


Users browsing this thread: 2 Guest(s)