AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   simple join plugin (https://forums.alliedmods.net/showthread.php?t=314456)

generals 02-19-2019 09:03

simple join plugin
 
hi guys

i want this plugin:

when admin join the server "sm plugins unload rockthevote"

when left the server "sm plugins load rockthevote"

thanks

Nexd 02-19-2019 09:30

Re: simple join plugin
 
1 Attachment(s)
Hello, u can try this, i haven't tested it

edit: SP reupload

Cruze 02-19-2019 11:19

Re: simple join plugin
 
PHP Code:

public OnClientPostAdminCheck(client){
    
    
AdminCount++;


Should be
PHP Code:

public OnClientPostAdminCheck(client){
    
    if(
CheckCommandAccess(client"sm_admin"ADMFLAG_GENERIC))
             
AdminCount++;


I guess?

Nexd 02-19-2019 11:58

Re: simple join plugin
 
Yeah, you're right
I've forgot that x_X

Cruze 02-19-2019 13:47

Re: simple join plugin
 
1 Attachment(s)
Above one wasn't working when client typed "rockthevote" or "rtv". Was only working with "sm_rtv". So added this function in sourcemod's rockthevote plugin!
Untested.

generals 02-19-2019 17:37

Re: simple join plugin
 
hi guys..really thanks to Nexd & Cruze..

i use this plugin :
https://forums.alliedmods.net/showthread.php?t=156974

can u add to rockthevote_extended?

Cruze 02-20-2019 10:03

Re: simple join plugin
 
2 Attachment(s)
Here you go! Untested.

Cruze 02-20-2019 10:13

Re: simple join plugin
 
2 Attachment(s)
Edited Nexd's plugin so it should work now!

generals 02-22-2019 06:04

Re: simple join plugin
 
hi

don't works

cant use sm plugins load and unload? (when admin join and left)

check admins online (Because he may be the admin and leave the other admin)

Nexd 02-22-2019 08:01

Re: simple join plugin
 
Can you upload your rtv plugin? and i'll edit it


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

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