Raised This Month: $12 Target: $400
 3% 

Whatsapp Group Joiner v3.3


Post New Thread Reply   
 
Thread Tools Display Modes
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 05-08-2018 , 00:25   Re: Whatsapp Group Join Request v2.1
Reply With Quote #31

Quote:
Originally Posted by Visinescu View Post
Very nice, here is the Romanian Translation.

Code:
[ro]
ENTER_NUM =  !nIntroduceti numarul de !tWhatsapp.
DENIED =  !nAi !trefuzat !nsa te alaturi grupului nostru de !tWhatsapp!
ALREADY_REQUESTED1 =  !nNu poti !tsolicita mai !tmult de 1 !nnumar.
ALREADY_REQUESTED2 =  !nDaca ai !gtastat un numar !tgresit, !ncontactati orice !gAdmin.
WRONG_NUM =  !nNoob, un numar de !gtelefon mobil !neste de !g(+cod de tara)!t 10 cifre numai!
NUM_ADDED_MSG_PLAYER = !gMultumesc! !nVei fi !gadaugat !nin grupul nostru de !twhatsapp !gASAP.
NUM_ADDED_MSG_ALL1 = !t% !na !gsolicitat sa se !galature grupului !nnostru !toficial Whatsapp.
NUM_ADDED_MSG_ALL2 = !nScrie !g/whatsapp !ndaca doresti sa te !galaturi si tu !ngrupului.
MSGC_ACCESS_DENIED = Ne pare rau! Putem impartasi acest lucru doar Adminilor
MSGC_FILE_NOT_EXIST = Hopa! Fisierul nu exista.
MSGC_AMX_VIEWREQUESTS = ----------------------------------------------------------------------^n                        CERERILE GRUPULUI WHATSAPP

Thankiee.
Will add ASAP!
__________________
CrAzY MaN is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 05-08-2018 , 00:57   Re: Whatsapp Group Join Request v2.1
Reply With Quote #32

many people like me use amx 1.8.3
can you add a check and use client_print_color?

PHP Code:
#if AMXX_VERSION_NUM < 183
    #include <colorchat>
#endif 
tarsisd2 is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 05-08-2018 , 02:03   Re: Whatsapp Group Join Request v2.1
Reply With Quote #33

Quote:
Originally Posted by tarsisd2 View Post
many people like me use amx 1.8.3
can you add a check and use client_print_color?

PHP Code:
#if AMXX_VERSION_NUM < 183
    #include <colorchat>
#endif 
Why to use that include.
I already added stock in the plugin.
Check

PHP Code:
stock ColorChat(const id, const szInput[], any:...)
{
    new 
iPlayers[32], iCount 1
    
static szMessage[191]
    
vformat(szMessagecharsmax(szMessage), szInput3)
    
format(szMessage[0], charsmax(szMessage), "%s %s",xPrefixszMessage)
    
    
replace_all(szMessagecharsmax(szMessage), "!g""^4")
    
replace_all(szMessagecharsmax(szMessage), "!n""^1")
    
replace_all(szMessagecharsmax(szMessage), "!t""^3")
    
    if(
id)
        
iPlayers[0] = id
    
else
        
get_players(iPlayersiCount"ch")
    
    for(new 
iiPlayeriCounti++)
    {
        
iPlayer iPlayers[i]
        
        if(
is_user_connected(iPlayer))
        {
            
message_begin(MSG_ONE_UNRELIABLEg_iSayText_iPlayer)
            
write_byte(iPlayer)
            
write_string(szMessage)
            
message_end()
        }
    }

__________________

Last edited by CrAzY MaN; 05-08-2018 at 02:04.
CrAzY MaN is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 05-12-2018 , 13:57   Re: Whatsapp Group Join Request v2.2
Reply With Quote #34

v2.2 - ( 12/5/18 )
- Replaced console commands by menu.
- Added menu for deleting requests file.

Next Update - Will implement Black Rose's ideas!
__________________
CrAzY MaN is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 05-20-2018 , 05:27   Re: Whatsapp Group Join Request v3.0
Reply With Quote #35

MAJOR UPDTE!

v3.0 - ( 20/5/18 )
- Added menu for updating numbers!

Next Update - Will implement Black Rose's ideas!
__________________
CrAzY MaN is offline
Question x Mark
Junior Member
Join Date: May 2018
Old 06-09-2018 , 05:40   Re: Whatsapp Group Join Request v3.0
Reply With Quote #36

Oh my god!
Never thought this type of plugin would be made.
Will definitely use it and it will be the most important thing on my server.

Anyways, shouldn't this be in approved section?
@Moderators
Question x Mark is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 06-10-2018 , 02:28   Re: Whatsapp Group Join Request v3.0
Reply With Quote #37

Quote:
Originally Posted by Question x Mark View Post
Oh my god!
Never thought this type of plugin would be made.
Will definitely use it and it will be the most important thing on my server.

Anyways, shouldn't this be in approved section?
@Moderators
Thankiee.
About approving, i don't know what are the moderators looking for.
__________________
CrAzY MaN is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 06-10-2018 , 06:20   Re: Whatsapp Group Join Request v3.0
Reply With Quote #38

Quote:
Originally Posted by CrAzY MaN View Post
Thankiee.
About approving, i don't know what are the moderators looking for.
Logic boy, logic.
You really need to remove the "Update number" option if user has never entered this server before.
Removing "Delete number" option is user hasn't yet setup his number.
Removing both "Yes/No" options and leaving up with only two others "Update & Delete".
Admin should have a hidden option for "Show ative requests" merely merged into a html page.

Removing blocked chars and only using switch for the string when checking for the first character is a symbol(+) or a number(0), any of these who doesn't meet these requirements it should be not accepted. Max character size increases for +starting numbers and lowers by 3(max) for 0 starts.

The idea is good but the more you think of these strategies, the more approvers actually treat this plugin as a well done code.
__________________
Relaxing is offline
HITLER
Member
Join Date: Jul 2018
Location: www
Old 08-03-2018 , 04:20   Re: Whatsapp Group Join Request v3.0
Reply With Quote #39

Very good
i like the idea . i will add it to my server
HITLER is offline
Send a message via Skype™ to HITLER
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 08-12-2018 , 06:04   Re: Whatsapp Group Join Request v3.0
Reply With Quote #40

UPDATED TO v3.1

v3.1 - ( 12/8/18 )
- Added @Relaxing's ideas.
- Implemented @Black Rose's method.
- Optimized.
- Bug Fixes.
__________________

Last edited by CrAzY MaN; 08-12-2018 at 06:05.
CrAzY MaN is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:05.


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