AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Whatsapp Group Joiner v3.3 (https://forums.alliedmods.net/showthread.php?t=306817)

CrAzY MaN 04-15-2018 11:07

Whatsapp Group Joiner v3.3
 
2 Attachment(s)
https://i.imgur.com/RSqFdK5.png

DESCRIPTION

IMAGES

Its simple :
1. Type whatsapp in chat.
2.It will open up a menu and then client can add his/her number.
3.This numbers are saved in addons/amxmodx/configs/whatsapp_group_request.ini

How Do I Got This Idea?
Nowadays, almost every person uses Whatsapp.
Also, almost every server/community has its Whatsapp Group!
But, it is difficult to add almost every client to their group.
So, this plugin may make Owners/Admins of the server easier to add clients to their Official Whatsapp Group.

COMMANDS

SAY COMMANDS (In Chat) :
  • /whatsapp - Opens The Menu.
  • whatsapp - Opens The Menu

CVARs
  • Country Number Digits - Changes the country number digits of a country. (Default : 10)
    (Example : If your country has 11 digits in a number, change it to 11)
  • Country Code Digits - Changes the country code digits. (Default : 2)
    (Example : If your country code is +xyz, change it to 3)

FEATURES
  • Numbers are saved in a file named whatsapp_group_request.ini in amxmodx/configs directory.
  • File whatsapp_group_requests.ini is automatically created.
  • No characters or symbols allowed
  • Supports Country Codes.
  • You can update your requested number.
  • You can add only 1 number. So, there is not a chance to flood.
  • Only Admins/Owners can view/delete requested numbers.

INSTALLATION
  1. Download whatsapp_group_request.amxx from attached files and put it in amxmodx/plugins directory.
  2. Download whatsapp_group_request.txt from attached files and put it in amxmodx/data/lang directory.
  3. Go to addons/amxmodx/configs/plugins.ini and add name under CUSTOM 3RD PARTY PLUGINS as whatsapp_group_request.amxx .

LANGUAGES

Contibute for your language.


UPDATE LOG
Click


Servers Using This Plugin

CrAzY MaN 04-15-2018 11:08

Re: Whatsapp Group Join Reqest v1.0
 
Sorry moderators and members for the repost.
I decided to make it public again.

:3

CrAzY MaN 04-15-2018 14:55

Re: Whatsapp Group Join Reqest v1.0
 
Quote:

Originally Posted by Relaxing (Post 2587853)
Have you really created 4 clcmds just for typo? O.o

Some noobs just do spelling mistake, so i did that.

Quote:

You can use the default client_print native.
All likes colored plugin/messages.

Quote:

The exit butto isn't needed, it literally is the same as "No" option.
Thanks, will remove it.

Quote:

Common mistake:
"You won't be added to our whatsapp group" to
"You denied joining our whatsapp group"
szData's size os super huge. Lower it down.
Don't overload the menu_additem.
Thankiee for the suggestion, will implement that!

tarsisd2 04-16-2018 00:07

Re: Whatsapp Group Join Reqest v1.0
 
i like this, simple and useful.

maybe add the option for the player to edit his number.
and when admin add on group, if player writes /whatsapp, he receives msg "You habe been added to our whatsapp group already"

all set by steamid

instinctpt1 04-16-2018 02:00

Re: Whatsapp Group Join Reqest v1.0
 
As relaxing said i guess it's better to hook say and add your all commands to that and match with arguments

Menu destroy is not implemented well

Support for ColorChat is not correct use chatcolor instead and use it for < 183

You didn't included decimal (.) So plugin can be easily spammed so better add that
:)

Relaxing 04-16-2018 03:36

Re: Whatsapp Group Join Reqest v1.0
 
Quote:

Originally Posted by tarsisd2 (Post 2587916)
i like this, simple and useful.

maybe add the option for the player to edit his number.
and when admin add on group, if player writes /whatsapp, he receives msg "You habe been added to our whatsapp group already"

all set by steamid

I agree with tarsisd2
But you did a mistake also:
"You habe been added to our whatsapp group already"
"You habibi been added to our whatsapp group already"

It would be great if this app had a grup invitation qr code, just loading the code/the camera doin its ting, and there's no need for the manager to pickup numbers and manually add em.

CrAzY MaN 04-16-2018 03:38

Re: Whatsapp Group Join Reqest v1.0
 
Quote:

Originally Posted by Relaxing (Post 2587940)
I agree with tarsisd2
But you did a mistake also:
"You habe been added to our whatsapp group already"
"You habibi been added to our whatsapp group already"

It would be great if this app had a grup invitation qr code, just loading the code/the camera doin its ting, and there's no need for the manager to pickup numbers and manually add em.

Lel dafaq? :3

CrAzY MaN 04-16-2018 03:39

Re: Whatsapp Group Join Reqest v1.0
 
Quote:

Originally Posted by instinctpt1 (Post 2587931)
As relaxing said i guess it's better to hook say and add your all commands to that and match with arguments

Menu destroy is not implemented well

Support for ColorChat is not correct use chatcolor instead and use it for < 183

You didn't included decimal (.) So plugin can be easily spammed so better add that
:)

I ll correct that shitty colorchat!
I had the wrong colorchat.inc , i ll look at that!

tarsisd2 04-16-2018 04:03

Re: Whatsapp Group Join Reqest v1.0
 
Quote:

Originally Posted by Relaxing (Post 2587940)
I agree with tarsisd2
But you did a mistake also:
"You habe been added to our whatsapp group already"
"You habibi been added to our whatsapp group already"

It would be great if this app had a grup invitation qr code, just loading the code/the camera doin its ting, and there's no need for the manager to pickup numbers and manually add em.

my mistake, key "b" was beside "v" :)

i use 1.8.3 so i don't mind colorchat, but you may wanna look cromchat from OciXCrom, i think it's very useful, better than colorchat.

instinctpt1 04-16-2018 04:29

Re: Whatsapp Group Join Reqest v1.0
 
Quote:

Originally Posted by tarsisd2 (Post 2587944)
my mistake, key "b" was beside "v" :)

i use 1.8.3 so i don't mind colorchat, but you may wanna look cromchat from OciXCrom, i think it's very useful, better than colorchat.

Chatcolor by connor is sufficient for this purpose :) to provide support for 1.8.2
PHP Code:

#if AMXX_VERSION_NUM < 183
    #include <chatcolor>
#endif 



All times are GMT -4. The time now is 10:45.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.