23.05.2014, 13:12
Quote:
Did you download the zip file from this page? It has everything you need.
|
This is the error right now:
PHP код:
1>SAMPlugin.obj : error LNK2019: unresolved external symbol __imp__sampgdk_SendClientMessageToAll referenced in function "bool __cdecl SendClientMessageToAll(int,char const *)" (?SendClientMessageToAll@@YA_NHPBD@Z)
PHP код:
PLUGIN_EXPORT void PLUGIN_CALL Unload()
{
logprintf(" * Test plugin was unloaded.");
SendClientMessageToAll(-1,"Dan Test");
}