Advanced-SA-NickName (ASAN) -
KrYpToDeN - 06.01.2018
Hello everone.
I would like to offer you a plugin, that allows you to connect in to your server with extanded nickname's rules.
Name of the plugin:
Advanced-SA-NickName (abbreviated ASAN).
Current version:
5.0.
Main features of the plugin:
- Using your own symbols in nicknames (set your rules by Regex templates).
- Using repeated nicknames (more than one same nicknames) on your server.
- Using nickname length, different from standart (1 - 24 symbols).
- Replacing the underscore symbols (_) to space symbols ( ) before players connect.
- You do not need to change memory addresses when upgrading to a new version of the SA:MP server. The plugin will do everything for you.
- Any manipulations with plugin take place in the configuration file scriptfiles/ASAN_Config.ini (creating at the first plugin start).
- There are lot's of extra functions for your nickname in the configuration file.
- The plugin works and I hope it will work on any version of SA:MP, starting with SA:MP 0.3C R5.
- There are some extra functions for your Pawn code to control nicknames.
- A large request. Read the instructions that are provided in the archive.
- No bugs detected at the moment!
Be sure to look and configure the configuration file for yourself after creation!
Credits:Thanks:- Many thanks to [EC]Zero for help with finding memory addresses and implementing automatic address finding for the plugin version 1.0!
- Many thanks to Enrique_Heimonen for help in testing!
- Many thanks to ZiGGi for help in finding the memory address for repeated nicknames!
Pleasant use.
Link to download the source code + release (for Windows + Linux), and also the instruction in the attached link:
Link to the release on GitHub
Build for OS Centos and OS Debian will be added soon!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Kaperstone - 06.01.2018
Interesting ..
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Chaprnks - 07.01.2018
I remember ASAN (along with another named VodkaSAMP or something) already posted on a few russian sa-mp forums. Any changes from those releases?
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Fairuz - 07.01.2018
So what is this?
edit: Good job!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
RogueDrifter - 07.01.2018
Looks like the plugin is playing hard to get, waiting...
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
KrYpToDeN - 07.01.2018
Quote:
Originally Posted by Chaprnks
I remember ASAN (along with another named VodkaSAMP or something) already posted on a few russian sa-mp forums. Any changes from those releases?
|
Yes, it has many new changes!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
KrYpToDeN - 07.01.2018
Released version 5.0!
All details in the changelog and in the topic's header!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
DavidGravelli - 07.01.2018
Good job.
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Gammix - 07.01.2018
Would be great to have emojis in nicknames?!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
iLearner - 07.01.2018
Yes emoji's please.
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Fairuz - 07.01.2018
I think you miss 'reason' param in OnPlayerDisconnect,because there's a warning when I use your include with Emmet's include(
https://sampforum.blast.hk/showthread.php?tid=490436)
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
KrYpToDeN - 07.01.2018
Quote:
Originally Posted by Dice_
|
Oh, i see. Thank you.
Fixed.
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
KrYpToDeN - 07.01.2018
Quote:
Originally Posted by Gammix
Would be great to have emojis in nicknames?!
|
It's possible to do, but it will be a client side, not a server side.
I can only suggest you to do your regex template, such as:
Code:
[a-zA-Z0-9\:\[\]\_\$\=\(\)\@\.]+
And you can something, like this. But be carefull with your DataBase. Test your symbols with DataBase!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
rfr - 07.01.2018
hm cool
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Vadye - 07.01.2018
Woah, good job.
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
Whyd - 07.01.2018
The plugin is great, let's wait for more updates!
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
KrYpToDeN - 07.01.2018
Quote:
Originally Posted by Whyd
The plugin is great, let's wait for more updates!
|
You can give me any ideas, what to do next in this plugin.
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
fiki574 - 07.01.2018
Quote:
Originally Posted by KrYpToDeN
You can give me any ideas, what to do next in this plugin.
|
- Replacing the underscore symbols (_) to space symbols ( ) before players connect.
Wouldn't this render all commands involving somewhat of a name parameter useless?
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
KrYpToDeN - 07.01.2018
Quote:
Originally Posted by fiki574
- Replacing the underscore symbols (_) to space symbols ( ) before players connect.
Wouldn't this render all commands involving somewhat of a name parameter useless?
|
Could you give me some examples?
I don't quite understand what you mean.
Re: Advanced-SA-NickName (ASAN) - The best NickName plugin -
RogueDrifter - 07.01.2018
Quote:
Originally Posted by fiki574
- Replacing the underscore symbols (_) to space symbols ( ) before players connect.
Wouldn't this render all commands involving somewhat of a name parameter useless?
|
Don't base them on the exact full name, use strfind to search for the name partially.