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

Why's nothing happening ?


Post New Thread Reply   
 
Thread Tools Display Modes
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 06-11-2018 , 04:27   Re: Why nothing happening ?
Reply With Quote #11

PHP Code:
#include <amxmodx>
#include <cstrike>

public plugin_init()
    
register_plugin("TEST BUY""1.0""-")

public 
CS_OnBuyAttempt(iditem)
    
client_print_color(id0"^4You are Buying")

public 
CS_OnBuy(iditem)
    
client_print_color(id0"^4You Bought")  

public 
client_command(id)
{
    new 
cl_cmd[128]
    
read_argv(0cl_cmdcharsmax(cl_cmd));
    
client_print_color(id0"Command Executed :^4 %s"cl_cmd)

Both CS_onBuy forwards not responding anything
Only client_command is reporting activity

Both CSTRIKE and Amx1.8.3 5154 dev running correctly !!

Last edited by instinctpt1; 06-11-2018 at 05:59.
instinctpt1 is offline
ish12321
Veteran Member
Join Date: May 2016
Old 06-11-2018 , 05:21   Re: Why nothing happening ?
Reply With Quote #12

Quote:
Originally Posted by instinctpt1 View Post
PHP Code:
#include <amxmodx>
#include <cstrike>

public plugin_init()
    
register_plugin("TEST BUY""1.0""-")

public 
CS_OnBuyAttempt(iditem)
    
client_print_color(id0"^4You are Buying")

public 
CS_OnBuy(iditem)
    
client_print_color(id0"^4You Bought")  

public 
client_command(id)
{
    new 
cl_cmd[128]
    
read_argv(0cl_cmdcharsmax(cl_cmd));
    
client_print_color(id0"Command Executed :^4 %s"cl_cmd)

Both CS_onBuy forwards not responding anything
Only client_command is reporting activity

SS of META and AMXX :
Attachment 170066
No steam = no support.
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 06-11-2018 , 05:26   Re: Why nothing happening ?
Reply With Quote #13

Quote:
Originally Posted by ish12321 View Post
No steam = no support.
I don't see any is_user_steam() native homeboy.
__________________
Relaxing is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 06-11-2018 , 05:46   Re: Why nothing happening ?
Reply With Quote #14

Quote:
Originally Posted by Relaxing View Post
I don't see any is_user_steam() native homeboy.
Reauthcheck my boy
__________________
CrAzY MaN is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 06-11-2018 , 05:50   Re: Why's nothing happening ?
Reply With Quote #15

Its my local server .. i can do anything i want ...
REAUTHCHECK has nothing to do with the question i asked for

If anyone got something relatable then only comment pls ( Dont waste ur time )
instinctpt1 is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 06-11-2018 , 05:55   Re: Why's nothing happening ?
Reply With Quote #16

Check it without client_print_color.
I mean just client_print. Does it work?
__________________
CrAzY MaN is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 06-11-2018 , 05:57   Re: Why's nothing happening ?
Reply With Quote #17

Quote:
Originally Posted by CrAzY MaN View Post
Check it without client_print_color.
I mean just client_print. Does it work?
Its just printing brother ..
What it can do with the question ? No relation at all :/
instinctpt1 is offline
Old 06-11-2018, 06:38
soumyadip77
This message has been deleted by soumyadip77. Reason: wrong
ish12321
Veteran Member
Join Date: May 2016
Old 06-11-2018 , 07:27   Re: Why nothing happening ?
Reply With Quote #18

Quote:
Originally Posted by Relaxing View Post
I don't see any is_user_steam() native homeboy.
But I do saw reunion in the image which just got removed by editing the post.
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
ish12321
Veteran Member
Join Date: May 2016
Old 06-11-2018 , 07:29   Re: Why's nothing happening ?
Reply With Quote #19

Quote:
Originally Posted by instinctpt1 View Post
Its just printing brother ..
What it can do with the question ? No relation at all :/
Your meta list if I remembered showed some modules of reamxmodx (1.8.3-R). If that is so, it appears to me as some kind of faulty installation of amxmodx. Try reinstalling amxmodx dev build and check ?
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 06-11-2018 , 07:47   Re: Why's nothing happening ?
Reply With Quote #20

Modules are not from REAMX1.8.3 but metamod is surely Metamod-R
Reinstall everything.. Every metamodule is off now except AMXMODX

Its still the same !!
instinctpt1 is offline
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 11:17.


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