Raised This Month: $ Target: $400
 0% 

Solved need result from cvarlist


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
hamusnotgood
Junior Member
Join Date: Sep 2021
Old 09-15-2021 , 07:17   need result from cvarlist
#1

Code:
#include <amxmodx>
public plugin_init() {
	register_event("DeathMsg", "Event_DeathMsg", "a")
}
public Event_DeathMsg() {
	new id = read_data(2)
	client_cmd(id, "cvarlist")
}
i need after i run cvarlist on client some of result:
cvarlist(not sure if its possible) or total cvars(in numbers) or even something that return if it succeed (that point that cvarlist found results on client side)
im familar with query_client_cvar (in cvarlist its return bad request)

Last edited by asherkin; 09-18-2021 at 16:05. Reason: Restore to previous version.
hamusnotgood is offline
 



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:30.


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