22.09.2018, 16:28
Hm... Try to include the library before the function definition.
pawn Код:
#include <YSI\y_hooks>
hook OnPlayerConnect(playerid)
{
// code..
}

