Hi guys... i need a source thats empty and has no errors..

05/04/2010 14:11 bboy143#1
guys can u help me?

i need a source that empty and without error...

cause mine has 112 errors when i debug...

like this error }expected..

tnx alot guys
05/04/2010 15:45 Kiyono#2
[Only registered and activated users can see links. Click Here To Register...]
05/04/2010 19:20 pro4never#3
That being said the } expected just means you fucked up some of the brackets. Brackets control how code flows. You MUST close all brackets you open in a logical order or else you will get a ton of errors. Those 100+ errors could be all caused by one missing bracket (as it will mess up any code that follows it!)

But yah, the source linked to you is a BLANK source (virtually nothing coded or finished) and is the most stable/best source released. You will have to code everything in it yourself though.
05/04/2010 20:24 TheGuyWithTheCodes#4
if it says } is expected then put a damn } where the line is set as :)
05/04/2010 20:25 bboy143#5
lol..

ive done that..

but still alot of errors..
05/04/2010 20:57 TheGuyWithTheCodes#6
maybe you put too much or too low.
05/04/2010 23:51 Arcо#7
Quote:
Originally Posted by TheGuyWithTheCodes View Post
maybe you put too much or too low.
Or just in the wrong spot.