Exemplo n.º 1
0
PLUGIN_EXPORT void PLUGIN_CALL Unload() {
	helloworld.Unload();
}
Exemplo n.º 2
0
PLUGIN_EXPORT void PLUGIN_CALL ProcessTick() {
	helloworld.ProcessTimers();
}
Exemplo n.º 3
0
PLUGIN_EXPORT void PLUGIN_CALL ProcessTick()
{
	samphp_plugin.ProcessTimers();
}
Exemplo n.º 4
0
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData) {
	helloworld.Load(ppData);
	return true;
}
Exemplo n.º 5
0
PLUGIN_EXPORT void PLUGIN_CALL Unload()
{
	samphp::unload();
	samphp_plugin.Unload();
}
Exemplo n.º 6
0
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
{
	return samphp_plugin.Load(ppData) >= 0;
}
Exemplo n.º 7
0
PLUGIN_EXPORT void PLUGIN_CALL ProcessTick() {
  lvdm.ProcessTimers();
}
Exemplo n.º 8
0
PLUGIN_EXPORT void PLUGIN_CALL Unload() {
  lvdm.Unload();
}
Exemplo n.º 9
0
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData) {
  return lvdm.Load(ppData) >= 0;
}