Re: Getting Rid of the 2.147 bil cap in MCcode
umm ok
You need to modify your Database to allow a bigger number to go into that field. From your responses, this might be too hard for you to understand and do though :(
Best idea: find someone you trust that knows what we're talking about to do it.
ALTER TABLE tablename MODIFY columnname BIGINT NOT NULL;