16.01.2013, 13:08
Why is there a 'playerid' parameter?
Change it to:
EDIT: Also, to avoid any conflict with objects, try putting all objects into your gamemode.
pawn Код:
forward LT(playerid);
public LT(playerid)
pawn Код:
forward LT();
public LT()