Hi volks,
im using C# and want to know if its possible to use TWO prefixes?
e.g
thats now just one prefix "$"
then if im typing an Message like "$help"
it hides the $help cause of the prefix
but i want to soemthing like that
$ - prefix is for clients / users (and is hiden from chat)
! - prefix is for admins (and is also hiden from chat)
does anybody understood what i mean?
and does anybody know how to do that?
Please Reply!
Thanks in advance Heiko1
im using C# and want to know if its possible to use TWO prefixes?
e.g
<?php
InSimSettings Settings = new InSimSettings("127.0.0.1", 29999, 0, Flags.InSimFlags.ISF_MSO_COLS | Flags.InSimFlags.ISF_MCI, '$', 500, "051093", "^3LFS External", 5);
?>
then if im typing an Message like "$help"
it hides the $help cause of the prefix
but i want to soemthing like that
$ - prefix is for clients / users (and is hiden from chat)
! - prefix is for admins (and is also hiden from chat)
does anybody understood what i mean?
and does anybody know how to do that?
Please Reply!
Thanks in advance Heiko1