[Half-Life AMXX] / testsuite / fakemeta_tests.sma Repository:
ViewVC logotype

Annotation of /testsuite/fakemeta_tests.sma

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : ian 1 #include <amxmodx>
2 :     #include <fakemeta>
3 :    
4 :     public plugin_init()
5 :     {
6 :     register_plugin("Fakemeta Tests", "1.0", "BAILOPAN")
7 :     register_forward(FM_ServerDeactivate, "Hook_ServerDeactivate")
8 :     }
9 :    
10 :     public Hook_ServerDeactivate()
11 :     {
12 :     server_print("[FAKEMETA TEST] ServerDeactivate() at %f", get_gametime())
13 :     }
14 :    
15 :     public plugin_end()
16 :     {
17 :     server_print("[FAKEMETA TEST] plugin_end() at %f", get_gametime())
18 :     }

Contact
ViewVC Help
Powered by ViewVC 1.0.4