Hi all! yes it's me
I need help . Why my code didn't cant be use , when i typr the cmd i cant walk throuhg wall or be on god mod.
please help
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <fun>
#define PLUGIN "No clip + Godm mod"
#define VERSION "0,1"
#define AUTHOR "pelita jaya f.v"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /clip", "noclip_godmod") }
public noclip_godmod(id) {
if ( is_user_alive(id) ) {
set_user_noclip(id, 1)
set_user_godmode(id, 1) }
}
p
__________________