Hello all, I've been trying to get a plugin to work (no longer supported), I've managed to fix some issues, but I'm stuck in one particular line of code;
Error;
(398,51): error CS1525: Unexpected symbol `PlayerDrug'
Any help would be appreciated.

Hello all, I've been trying to get a plugin to work (no longer supported), I've managed to fix some issues, but I'm stuck in one particular line of code;
Error;
(398,51): error CS1525: Unexpected symbol `PlayerDrug'

Verify class PlayerDrug exists.

It does
ya sure that line is whats making it toss the error remove OnPlayerInit see if error goes away or ya get a new error.
FYI, OnPlayerInit is a deprecated hook,
and should be replaced with OnPlayerConnected(BasePlayer player)
hey guys, thank you for the feedback i no longer get the 398,51): error CS1525: Unexpected symbol `PlayerDrug' instead i get 398,51): error CS1525: Unexpected symbol `new'