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

AWP Player limit.


Post New Thread Reply   
 
Thread Tools Display Modes
r0ma
Senior Member
Join Date: Apr 2012
Location: Great Tomb of Nazarick
Old 10-23-2020 , 10:42   Re: AWP Player limit.
Reply With Quote #11

use client_buy
__________________
Discord:FluffyDeveloper#4753
Github: https://github.com/francoromaniello
AMX-ES: https://amxmodx-es.com/r0ma'
r0ma is offline
Send a message via MSN to r0ma
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 10-23-2020 , 10:43   Re: AWP Player limit.
Reply With Quote #12

Quote:
Originally Posted by HowToRuski View Post
1.8.2
CS_OnBuyAttempt forward is only available in amxmodx version 1.8.3 or later.
You will need to update your amxmodx. An alternative is this https://forums.alliedmods.net/showthread.php?t=198486 or use the built-in restrict weapons plugin, called restmenu.amxx
__________________









Last edited by CrazY.; 10-23-2020 at 10:44.
CrazY. is offline
HowToRuski
Senior Member
Join Date: Feb 2019
Location: Hungary
Old 10-23-2020 , 10:51   Re: AWP Player limit.
Reply With Quote #13

So i updated to AMXMODX 1.9
And this happened https://prnt.sc/v5e8bh
HowToRuski is offline
AnimalMonster
Senior Member
Join Date: May 2020
Old 10-23-2020 , 13:25   Re: AWP Player limit.
Reply With Quote #14

Maybe you didn't update it correctly, what did you do? deleted the directory amxmodx then put the 1.9.0 one? Maybe you did download only counter strike, if you did try the base package

Last edited by AnimalMonster; 10-23-2020 at 13:25.
AnimalMonster is offline
HowToRuski
Senior Member
Join Date: Feb 2019
Location: Hungary
Old 10-24-2020 , 06:44   Re: AWP Player limit.
Reply With Quote #15

Quote:
Originally Posted by AnimalMonster View Post
Maybe you didn't update it correctly, what did you do? deleted the directory amxmodx then put the 1.9.0 one? Maybe you did download only counter strike, if you did try the base package
I replaced all the base package with my old one...
HowToRuski is offline
ZaX
Senior Member
Join Date: Jan 2015
Old 10-24-2020 , 09:21   Re: AWP Player limit.
Reply With Quote #16

https://wiki.alliedmods.net/Upgrading_amx_mod_x
ZaX is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 10-24-2020 , 09:23   Re: AWP Player limit.
Reply With Quote #17

You should download both, the base and cstrike packages
__________________








CrazY. is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 10-24-2020 , 09:28   Re: AWP Player limit.
Reply With Quote #18

Use symbolic linking and keep 2 versions in 2 directories. Minimizes downtime.

Linux
Code:
ln -s amxx190 amxmodx
Code:
unlink amxmodx
Code:
ln -s amxx182 amxmodx
Windows
mklink
__________________
DJEarthQuake is offline
HowToRuski
Senior Member
Join Date: Feb 2019
Location: Hungary
Old 10-24-2020 , 14:46   Re: AWP Player limit.
Reply With Quote #19

Quote:
Originally Posted by DJEarthQuake View Post
Use symbolic linking and keep 2 versions in 2 directories. Minimizes downtime.

Linux
Code:
ln -s amxx190 amxmodx
Code:
unlink amxmodx
Code:
ln -s amxx182 amxmodx
Windows
mklink
what?
HowToRuski 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 04:37.


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