Change prefix for interfaces
gp_* -> i_* go_* -> o_*
This commit is contained in:
		| @@ -29,7 +29,7 @@ __attribute__((constructor)) void load(void) { | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|     gp_engine->pfnClientCmd("echo \"hl-cheat loaded successfully!\""); | ||||
|     i_engine->pfnClientCmd("echo \"hl-cheat loaded successfully!\""); | ||||
| } | ||||
|  | ||||
| void self_unload(void) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user