View Single Post
thEsp
BANNED
Join Date: Aug 2017
Old 04-05-2020 , 06:01   Re: screenshot not working why ?
Reply With Quote #3

Quote:
Originally Posted by nacknic View Post
i tried screenshot plugins from alliedmodderes, not works (only prints).

i do very very simple one by my self not work either:
Code:
#include <amxmodx>

public plugin_init( ) {
	register_clcmd("say !ss", "ssf")
}

public ssf ( ) {
	
        client_print( 0, print_chat, "[Frag] Anti-Cheat: screenshot has been taken" )
        client_cmd( 0, "wait;wait;snapshot" )	
	
}

i tried with no single one wait, try with one, two... not working (try with hlds + real server on ftp both not working)
Seriously you're still working on this?
thEsp is offline