SA-MP Forums Archive
[Plugin] Advanced-SA-NickName (ASAN) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] Advanced-SA-NickName (ASAN) (/showthread.php?tid=647528)

Pages: 1 2


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:
Be sure to look and configure the configuration file for yourself after creation!

Credits:Thanks: 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
View Post
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_
View Post
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)
Oh, i see. Thank you.

Fixed.


Re: Advanced-SA-NickName (ASAN) - The best NickName plugin - KrYpToDeN - 07.01.2018

Quote:
Originally Posted by Gammix
View Post
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
View Post
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
View Post
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
View Post
- 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
View Post
- 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.