Garry's Mod Leaks

[LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

Submitted by Ebygor, , Thread ID: 66107

Thread Closed
Ebygor
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
22
Credits:
1.34K
21-12-2017, 12:12 PM
This post was last modified: 21-12-2017, 12:13 PM by Ebygor
#1
RP Name Menu [Now supports FR, DE, LT languages]
[Image: 13cf265074fc0aa217fb14a12dffd795.png]
[Image: 62d1e1dbbae93804e22c3600ca50ad26.png&w=1...output=jpg][Image: 919368b561a607b1796021d51aeb5bf2.png&w=1...output=jpg][Image: a8b2eeaa61b0b456c63b906758c1d9b0.png&w=1...output=jpg]
Description



This addon adds a roleplay menu. So whenever someone joins your server without a roleplay name, they are to enter one.

It is super easy to install and works well. Supports almost all versions of DarkRP.



*Works with all DarkRP versions

*Has an NPC to change names if enabled

*Has a word blacklist

*Admins can force name change by right clicking players with context© menu

*Has 3 type of skins to chose from - Default, Poly Blur, Flat Blur (check images)






Installation



1.) Open the zip file.



2.) Extract it to your addons folder.



3.) Configuration.

cl_rpnamemenu.lua

On the first line there you can change the community name displayed on the menu. Changing it to local CommunityName = "CoderHire Community" for example would make it display "Welcome to CoderHire Community" at the top of the menu.



On the third line you can choose which skin to use. If it's local Skin = 1 then the default skin will be used. Change the number to use other skins, such as 2 for Poly Blur skin or 3 for Flat Blur skin.



rpnamemenu.lua

If you want to add extra words to the phrase blacklist or disable /rpname(DarkRP 2.6+ only). Add extra words in the 5rd line where it says BlackList = {... for blacklisting. To disable /rpname, change DisableDarkRPNameChatCommand from false to true.



To enable the Name Change NPC change RPNAME_EnableNPC from false to true. Also change RPNAME_NameChangePrice to the price you want it to cost for a change.

When it's enabled go to the place you want your NPC to stand and look at the direction too. Type in console rpname_setpos "models/Humans/Group02/male_02.mdl". Replace the model with other models if you please.



Language localisation

If you want to change the language then open up the sh_rpnamemenu.lua file and on line 1 change local language = "EN" to another one, like "FR" for French for example. Languages supported by default: EN - English, FR - French, DE - German, LT - Lithuanian. You can add other languages there, just copy the EN language table and rename it to whichever language you are translating.



4.) You're done. Enjoy!





FAQ



The script does not seem to be working?
-When you join the menu will not pop up if you already had an rp name before installing the script. One way to test would be to enable /rpname command in the config file and change your name to "NULL", after that rejoin and the menu should pop up. Or have a friend join who doesn't have an rp name set already.

Content locked
This content has been locked. Please login or register in order to unlock it.


This hidden content has been reported as still working 0 times this month.
1 times in total
This hidden content has been reported as not working 0 times this month.
1 times in total
The link in this hidden content has been reported as down 0 times this month.
1 times in total

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

21-12-2017, 08:44 PM
This post was last modified: 21-12-2017, 11:37 PM by Lucky_For_Life
#2
The addon is very handy because then you do not always have to tell the newbies "Please change your name to a Roleplay name"

I have a questin... What is the command for open the name menu on a player?

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

Ebygor
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
22
Credits:
1.34K
OP
23-12-2017, 01:31 AM
#3
21-12-2017, 08:44 PM
Lucky_For_Life Wrote:
The addon is very handy because then you do not always have to tell the newbies "Please change your name to a Roleplay name"

I have a questin... What is the command for open the name menu on a player?

Each time the player first enters the server, it opens the name menu.

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

HEROGATER
Novice
Level:
0
Reputation:
0
Posts:
25
Likes:
1
Credits:
14
04-01-2018, 05:01 PM
#4
21-12-2017, 12:12 PM
Ebygor Wrote:
RP Name Menu [Now supports FR, DE, LT languages]
[Image: 13cf265074fc0aa217fb14a12dffd795.png]
[Image: 62d1e1dbbae93804e22c3600ca50ad26.png&w=1...output=jpg][Image: 919368b561a607b1796021d51aeb5bf2.png&w=1...output=jpg][Image: a8b2eeaa61b0b456c63b906758c1d9b0.png&w=1...output=jpg]
Description



This addon adds a roleplay menu. So whenever someone joins your server without a roleplay name, they are to enter one.

It is super easy to install and works well. Supports almost all versions of DarkRP.



*Works with all DarkRP versions

*Has an NPC to change names if enabled

*Has a word blacklist

*Admins can force name change by right clicking players with context© menu

*Has 3 type of skins to chose from - Default, Poly Blur, Flat Blur (check images)






Installation



1.) Open the zip file.



2.) Extract it to your addons folder.



3.) Configuration.

cl_rpnamemenu.lua

On the first line there you can change the community name displayed on the menu. Changing it to local CommunityName = "CoderHire Community" for example would make it display "Welcome to CoderHire Community" at the top of the menu.



On the third line you can choose which skin to use. If it's local Skin = 1 then the default skin will be used. Change the number to use other skins, such as 2 for Poly Blur skin or 3 for Flat Blur skin.



rpnamemenu.lua

If you want to add extra words to the phrase blacklist or disable /rpname(DarkRP 2.6+ only). Add extra words in the 5rd line where it says BlackList = {... for blacklisting. To disable /rpname, change DisableDarkRPNameChatCommand from false to true.



To enable the Name Change NPC change RPNAME_EnableNPC from false to true. Also change RPNAME_NameChangePrice to the price you want it to cost for a change.

When it's enabled go to the place you want your NPC to stand and look at the direction too. Type in console rpname_setpos "models/Humans/Group02/male_02.mdl". Replace the model with other models if you please.



Language localisation

If you want to change the language then open up the sh_rpnamemenu.lua file and on line 1 change local language = "EN" to another one, like "FR" for French for example. Languages supported by default: EN - English, FR - French, DE - German, LT - Lithuanian. You can add other languages there, just copy the EN language table and rename it to whichever language you are translating.



4.) You're done. Enjoy!





FAQ



The script does not seem to be working?
-When you join the menu will not pop up if you already had an rp name before installing the script. One way to test would be to enable /rpname command in the config file and change your name to "NULL", after that rejoin and the menu should pop up. Or have a friend join who doesn't have an rp name set already.

Content has been stripped. Go to the quoted post to view the content.

tix for this Smile

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

Mikel682
Closed Account
Level:
0
Reputation:
0
Posts:
10
Likes:
0
Credits:
30
04-01-2018, 05:07 PM
#5
J'espre que l'addon marche car j'ai pas envie de gacher 8 crdit.

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

coldhart gbc
Active Member
Level:
5
Reputation:
0
Posts:
214
Likes:
15
Credits:
2
14-01-2018, 07:12 PM
This post was last modified: 14-01-2018, 07:13 PM by coldhart gbc
#6
Thanks for this mann! will definitely +1 if it works!!

+1, working for me i dont know about anyone elsee though
LUA Developer//Yes I script Addons//No I won't script them for you; but I'm happy to help you learn.

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

Gamertester
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
2
23-04-2018, 01:38 AM
#7
Oh It's unbelievable !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

26-04-2018, 05:48 PM
#8
Very old version without: THEMES and NPC. But description for new version... nvm reported.

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

TrashKid_
Closed Account
Level:
0
Reputation:
0
Posts:
4
Likes:
0
Credits:
8
29-04-2018, 12:24 AM
#9
Look cool thanks for the leak and i be sure to check the addon out

RE: [LEAK] RP Name Menu [Now supports FR, DE, LT languages] [NEW]

Max Kelton
Lurker
Level:
0
Reputation:
0
Posts:
4
Likes:
0
Credits:
4
01-06-2018, 02:20 PM
This post was last modified: 01-06-2018, 02:21 PM by Max Kelton
#10
21-12-2017, 12:12 PM
Ebygor Wrote:
RP Name Menu [Now supports FR, DE, LT languages]
[Image: 13cf265074fc0aa217fb14a12dffd795.png]
[Image: 62d1e1dbbae93804e22c3600ca50ad26.png&w=1...output=jpg][Image: 919368b561a607b1796021d51aeb5bf2.png&w=1...output=jpg][Image: a8b2eeaa61b0b456c63b906758c1d9b0.png&w=1...output=jpg]
Description



This addon adds a roleplay menu. So whenever someone joins your server without a roleplay name, they are to enter one.

It is super easy to install and works well. Supports almost all versions of DarkRP.



*Works with all DarkRP versions

*Has an NPC to change names if enabled

*Has a word blacklist

*Admins can force name change by right clicking players with context© menu

*Has 3 type of skins to chose from - Default, Poly Blur, Flat Blur (check images)






Installation



1.) Open the zip file.



2.) Extract it to your addons folder.



3.) Configuration.

cl_rpnamemenu.lua

On the first line there you can change the community name displayed on the menu. Changing it to local CommunityName = "CoderHire Community" for example would make it display "Welcome to CoderHire Community" at the top of the menu.



On the third line you can choose which skin to use. If it's local Skin = 1 then the default skin will be used. Change the number to use other skins, such as 2 for Poly Blur skin or 3 for Flat Blur skin.



rpnamemenu.lua

If you want to add extra words to the phrase blacklist or disable /rpname(DarkRP 2.6+ only). Add extra words in the 5rd line where it says BlackList = {... for blacklisting. To disable /rpname, change DisableDarkRPNameChatCommand from false to true.



To enable the Name Change NPC change RPNAME_EnableNPC from false to true. Also change RPNAME_NameChangePrice to the price you want it to cost for a change.

When it's enabled go to the place you want your NPC to stand and look at the direction too. Type in console rpname_setpos "models/Humans/Group02/male_02.mdl". Replace the model with other models if you please.



Language localisation

If you want to change the language then open up the sh_rpnamemenu.lua file and on line 1 change local language = "EN" to another one, like "FR" for French for example. Languages supported by default: EN - English, FR - French, DE - German, LT - Lithuanian. You can add other languages there, just copy the EN language table and rename it to whichever language you are translating.



4.) You're done. Enjoy!





FAQ



The script does not seem to be working?
-When you join the menu will not pop up if you already had an rp name before installing the script. One way to test would be to enable /rpname command in the config file and change your name to "NULL", after that rejoin and the menu should pop up. Or have a friend join who doesn't have an rp name set already.

Content has been stripped. Go to the quoted post to view the content.










egsfgdfdsthhhhhdddddddddddddggggggggggggggggdht

21-12-2017, 12:12 PM
Ebygor Wrote:
RP Name Menu [Now supports FR, DE, LT languages]
[Image: 13cf265074fc0aa217fb14a12dffd795.png]
[Image: 62d1e1dbbae93804e22c3600ca50ad26.png&w=1...output=jpg][Image: 919368b561a607b1796021d51aeb5bf2.png&w=1...output=jpg][Image: a8b2eeaa61b0b456c63b906758c1d9b0.png&w=1...output=jpg]
Description



This addon adds a roleplay menu. So whenever someone joins your server without a roleplay name, they are to enter one.

It is super easy to install and works well. Supports almost all versions of DarkRP.



*Works with all DarkRP versions

*Has an NPC to change names if enabled

*Has a word blacklist

*Admins can force name change by right clicking players with context© menu

*Has 3 type of skins to chose from - Default, Poly Blur, Flat Blur (check images)






Installation



1.) Open the zip file.



2.) Extract it to your addons folder.



3.) Configuration.

cl_rpnamemenu.lua

On the first line there you can change the community name displayed on the menu. Changing it to local CommunityName = "CoderHire Community" for example would make it display "Welcome to CoderHire Community" at the top of the menu.



On the third line you can choose which skin to use. If it's local Skin = 1 then the default skin will be used. Change the number to use other skins, such as 2 for Poly Blur skin or 3 for Flat Blur skin.



rpnamemenu.lua

If you want to add extra words to the phrase blacklist or disable /rpname(DarkRP 2.6+ only). Add extra words in the 5rd line where it says BlackList = {... for blacklisting. To disable /rpname, change DisableDarkRPNameChatCommand from false to true.



To enable the Name Change NPC change RPNAME_EnableNPC from false to true. Also change RPNAME_NameChangePrice to the price you want it to cost for a change.

When it's enabled go to the place you want your NPC to stand and look at the direction too. Type in console rpname_setpos "models/Humans/Group02/male_02.mdl". Replace the model with other models if you please.



Language localisation

If you want to change the language then open up the sh_rpnamemenu.lua file and on line 1 change local language = "EN" to another one, like "FR" for French for example. Languages supported by default: EN - English, FR - French, DE - German, LT - Lithuanian. You can add other languages there, just copy the EN language table and rename it to whichever language you are translating.



4.) You're done. Enjoy!





FAQ



The script does not seem to be working?
-When you join the menu will not pop up if you already had an rp name before installing the script. One way to test would be to enable /rpname command in the config file and change your name to "NULL", after that rejoin and the menu should pop up. Or have a friend join who doesn't have an rp name set already.

Content has been stripped. Go to the quoted post to view the content.








zrhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

Users browsing this thread: 12 Guest(s)