He_npeT А можно дать пояснения к командам?:
// Gets info about client command.
native get_clcmd(index, command[], len1, &flags, info[], len2, flag);
get_concmd
// Gets info about server command.
native get_srvcmd(index,server_cmd[],len1,&flags, info[],len2, flag);
get_xvar_num
А адрес берецца на клиенте или сервере?:
//Returns the value of an address. This dereferences something returned by
// get_var_addr(). Attempting to pass in a value beyond stack or heap limits
// will result in AMX_ERR_MEMACCESS.
native get_addr_val(addr);