AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   MM is blocking command (https://forums.alliedmods.net/showthread.php?t=75146)

PolandxD 07-31-2008 07:41

MM is blocking command
 
Hi can you help me? I have an error in my plugin


PHP Code:

L 07/31/2008 13:00:13Client CVAR querying is not enabled check MM version!
L 07/31/2008 13:00:13: [AMXXDisplaying debug trace (plugin "a.amxx")
L 07/31/2008 13:00:13: [AMXXRun time error 10native error (native "query_client_cvar 

I want to get info about player's interp. How enable this function or is there other way to make it ?

metamod_version 1.19

ot_207 07-31-2008 08:16

Re: MM is blocking command
 
First I want to ask you 2 questions!

Is your server steam/no-steam?
Is your server running on an 64bit operating system?

PolandxD 07-31-2008 08:56

Re: MM is blocking command
 
I'm testing it on my windows XP (32bit) on steam.

ot_207 07-31-2008 09:10

Re: MM is blocking command
 
Quote:

Originally Posted by PolandxD (Post 662221)
I'm testing it on my windows XP (32bit) on steam.

Ok. What type of proccessor do you have??? 64bit or 32bit???

PolandxD 07-31-2008 10:00

Re: MM is blocking command
 
I try CS on my old computer. DxDiag:

------------------
System Information
------------------
Time of this report: 7/31/2008, 16:07:23
Machine name: Mycomputer
Operating System: Windows XP Professional (5.1, Build 2600) Dodatek Service Pack 2 (2600.xpsp_sp2_gdr.070227-2254)
Language: Polish (Regional Setting: Polish)
System Manufacturer: n/a
System Model: n/a
BIOS: n/a
Processor: AMD Athlon(tm) 64 Processor 3500+, MMX, 3DNow, ~2.3GHz
Memory: 2046MB RAM
Page File: 450MB used, 4974MB available
Windows Dir: C:\WINDOWS
DirectX Version: DirectX 9.0c (4.09.0000.0904)
DX Setup Parameters: Not found
DxDiag Version: 5.03.2600.2180 32bit Unicode

YamiKaitou 07-31-2008 10:21

Re: MM is blocking command
 
Quote:

Originally Posted by PolandxD (Post 662244)
Processor: AMD Athlon(tm) 64 Processor 3500+, MMX, 3DNow, ~2.3GHz

This would be why it is doing that. Put it onto a 32bit proc and it will work

Arkshine 07-31-2008 10:23

Re: MM is blocking command
 
My dedicated server under windows works perfectly fine with an Athlon 64 3200+ ( Windows XP Pro SP2 32 bits ).

PolandxD 07-31-2008 10:30

Re: MM is blocking command
 
On laptop I have got
C2D T8300
4GB ram
GF 8600
and Vista 64 bit ...

Is it possible that plugin will work here ?

YamiKaitou 07-31-2008 10:31

Re: MM is blocking command
 
Are you using the query_client_cvar function? I haven't been able to find any other reason why it would be doing this.

PolandxD 07-31-2008 10:38

Re: MM is blocking command
 
I used this
public your_function(id)
{
query_client_cvar(id, "ex_interp", "CvarCallback");
}

public CvarCallback(id, cvar_name[], cvar_value[])
{
console_print(id, "Your %s is: %s", cvar_name, cvar_value);
}

Or is there other option to get user interp ?


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

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