It is possible to use archetypes for painting to the window. First, make an archetype table for drawing the window. | function | part | ---------------------------------------------------- minimize window |apply | 10 | ---------------------------------------------------- maximize window | handle | 11 | ---------------------------------------------------- close window | bug report | 20 | Then load the table to the fence: load_table("main set"); This will pu...
Main list of server queries: SELECT() SORT() MAIN() Server ares mainly used and operated by queries. These are quite complex commands. The main and most basic queries, listed above are used for selecting, sorting and starting all server operations. It takes quite a lot of work to make a server. Server is built of q ueries, command nodes, work station modifications, and operates based on server queries. Server queries can be provided, based of SQL or HTML. This is the main server query for SQL: GET ALL FROM It provides a critical point for administrators and moderators of the server. A very dangerous query script to use is: server_ban(std::string user); As it does not provide all permissions. Use this one instead: server_ban(std::string user, std::string law, std::string permission);