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

csgoremake1gx


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 07-05-2020 , 14:05   Re: csgoremake1gx
Reply With Quote #11

Make the changes in the original plugin after you make sure it's working with the M button. I don't see the code for the M button in the script you provided.
__________________

Last edited by OciXCrom; 07-05-2020 at 14:05.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
AlinT
Member
Join Date: Jun 2020
Location: Romania
Old 07-05-2020 , 14:57   Re: csgoremake1gx
Reply With Quote #12

this is what the original looks like, you register on M
PHP Code:
register_clcmd("say /reg""clcmd_say_reg", -1"", -1);
    
register_clcmd("say /menu""clcmd_say_menu", -1"", -1);
    
register_clcmd("say /skin""clcmd_say_skin", -1"", -1);
    
register_clcmd("say /accept""clcmd_say_accept", -1"", -1);
    
register_clcmd("say /deny""clcmd_say_deny", -1"", -1);
    if (
get_pcvar_num(c_OverrideMenu))
    {
        
register_clcmd("chooseteam""clcmd_chooseteam", -1"", -1);
    }
    
register_concmd("UserPassword""concmd_password", -1"", -1);
    
register_concmd("ItemPrice""concmd_itemprice", -1"", -1);
    
register_concmd("BetPoints""concmd_betpoints", -1"", -1); 

and I saw that it has another line below
PHP Code:
public clcmd_chooseteam(id)
{
    
clcmd_say_menu(id);
    return 
1;


Last edited by AlinT; 07-05-2020 at 14:59.
AlinT is offline
Send a message via AIM to AlinT
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 07-05-2020 , 15:55   Re: csgoremake1gx
Reply With Quote #13

If that one is working, I don't see a reason why the other one wouldn't work.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
AlinT
Member
Join Date: Jun 2020
Location: Romania
Old 07-05-2020 , 16:24   Re: csgoremake1gx
Reply With Quote #14

I succeeded, with this line I see that it works
PHP Code:
register_impulse(201"clcmd_say_reg"); 
AlinT is offline
Send a message via AIM to AlinT
AlinT
Member
Join Date: Jun 2020
Location: Romania
Old 07-08-2020 , 17:19   Re: csgoremake1gx
Reply With Quote #15

Hi again, can anyone help me with the daily login reward plugin for the above mode, to appear in the plugin menu?
if I remember correctly I know that the plugin was your OciXCrom
AlinT is offline
Send a message via AIM to AlinT
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 07-08-2020 , 18:49   Re: csgoremake1gx
Reply With Quote #16

Quote:
Originally Posted by AlinT View Post
if I remember correctly I know that the plugin was your OciXCrom
Please refresh my memory.
__________________

Last edited by OciXCrom; 07-08-2020 at 18:50.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
AlinT
Member
Join Date: Jun 2020
Location: Romania
Old 07-09-2020 , 05:13   Re: csgoremake1gx
Reply With Quote #17

Quote:
Originally Posted by OciXCrom View Post
Please refresh my memory.

register_plugin("Daily Login Reward", "1.0", "OciXCrom");
AlinT is offline
Send a message via AIM to AlinT
ZaX
Senior Member
Join Date: Jan 2015
Old 07-09-2020 , 05:33   Re: csgoremake1gx
Reply With Quote #18

I think he is talking about this
https://forums.alliedmods.net/showthread.php?t=295524
ZaX is offline
AlinT
Member
Join Date: Jun 2020
Location: Romania
Old 07-09-2020 , 06:01   Re: csgoremake1gx
Reply With Quote #19

Thanks just that I want to insert the line in the plugin above? can you help me ?
AlinT is offline
Send a message via AIM to AlinT
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 07-09-2020 , 07:03   Re: csgoremake1gx
Reply With Quote #20

Quote:
Originally Posted by AlinT View Post
register_plugin("Daily Login Reward", "1.0", "OciXCrom");
I can't possibly remember all request based plugins that I've made scattered around the forum. Posting a link to the plugin is not hard.

Quote:
Originally Posted by AlinT View Post
Thanks just that I want to insert the line in the plugin above? can you help me ?
How is that plugin even related to any type of menu?! What is the menu option even supposed to do? I don't understand what you want.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Reply



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 14:05.


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