13.07.2010, 15:02
The last part:
Will give you errors, you only use a double equal sign on a if/else/else-if statement.
bag = 0;
Don't know about the rest of the code though.
pawn Код:
DestroyMR()
{
DestroyPickup(Moneybag1);
DestroyPickup(Moneybag2);
DestroyPickup(Moneybag3);
bag == 0;
}
bag = 0;
Don't know about the rest of the code though.