Est IsOnly
From EventScripts Community Encyclopedia
Syntax: est_IsOnly <variable> <test string> <test for>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] Description
[edit] Parameters
[edit] Exampleevent player_activate { es_xset nameallowed 0 es est_IsOnly nameallowed event_var(es_username) "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@!#$%^&*()-=+[{}]\|;:<,.>/?" if(server_var(nameallowed) == 0) then kickid event_var(userid) no Unicode / ASCII names } [edit] Notes
[edit] See Also |
