Beispiel #1
0
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
{
	return samphp_plugin.Load(ppData) >= 0;
}
Beispiel #2
0
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData) {
	helloworld.Load(ppData);
	return true;
}
Beispiel #3
0
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData) {
  return lvdm.Load(ppData) >= 0;
}