22.03.2015, 10:38
pawn Код:
forward createMBag(x, y, z, position[]);
public createMBag();
pawn Код:
forward createMBag(Float:x, Float:y, Float:z, position[]);
public createMBag(Float:x, Float:y, Float:z, position[])
Second, you need to use floats for coordinates, or numbers that has decimals, and as well i removed the semicolon.
EDIT: Same with the MoneyBag public you created, remove the semicolon, only the forward needs it.