Quote:
Originally Posted by feruchio
Hey, would you make the normal players to be able to do rtv, cause right now only admins can? I use you latest version. Thanks!
Or there is setting for that?
|
Check this setting, set it to 0:
Code:
// The flags are additive. A value of 0 will not active any options.
//
// 1 - RTV will not work and will print "Cannot rock the vote when an admin
// is online", if there is an admin with the change map flag online.
//
// 2 - Do not allow the RTV show the `Stay Here` vote option.
//
// For example, if you want to use the options 1 and 2, use 1 + 2:
// gal_rtv_wait_admin 3
//
// Instead of:
// gal_rtv_wait_admin 0
//
// Default: 0
gal_rtv_wait_admin 0
If not work, record a galileo log and send me it.
__________________