Thanks, but i'm not using bitsum Because i don't have that much knowledge about it, i just prefer to use the array way !
& btw here is the include file >>
PHP Code:
/*
@Param vflag "abcdefghijklmnopqrstuvwxyz"
@Return vflag-id
@Info "vflag must be one chars & alphabet only better registered in plugin ini or precache forward"
*/
native create_vip_flag(vflag[])
/*
@Param vflag "abcdefghijklmnopqrstuvwxyz"
@Return vflag-id
@Info "vflag must be one chars & alphabet only"
*/
native get_vflag_id(vflag[])
/*
@Param id "user-id"
@Param vflag "format vflag with user-vip-flags"
@Param len "maxlen"
@Return NoReturns
*/
native get_vuser_flags(id, vflags[], len)
/*
@Param id "user-id"
@Return true/flase "true if user is vip otherwise false"
*/
native is_user_vip(index)
/*
@Param vflag "abcdefghijklmnopqrstuvwxyz"
@Param sflag "format sflag with flags isnt exists in vflag if it Returns false"
@Param len "maxlen
@Return true/false "true if vflags is existed otherwise false"
@Info "vflag must be alphabet"
*/
native bool:flags_are_existed(vflags[], sflags[]="", len=0)