28.07.2013, 10:14
Like the warning said: expression has NO effect.
This
should be a global variable.
This
does nothing. You can only assign a value or check a value with.
This
pawn Код:
new Heroin[MAX_PLAYERS];
This
pawn Код:
Heroin[playerid];