Is possible to use NS module ON CS?
Is possible to make wallsticking?
And how to use a mask?
PHP Code:
#include <amxmodx>
#include <ns>
public plugin_init() {
register_clcmd("me_stick","walls")
}
public walls(id) {
set_mask(id, 524288)
}
MASK_WALLSTICKING = 524288
It isnt working.