14.10.2009, 10:12
Well,
You are closing a grouped bit of code which doesn't exist. The compiler would not crash if you have empty grouped bits of code, but you seem of closing or either opening a grouped bit of code and are not closing/opening it. This would cause your compiler to crash:
or
This counts for every function, not only for main!
PS: ViceCity, its good that people have released tutorials, because then you know "what to do" but still, you don't know "WHY" you do it, do you? I actually think this guy asking for help is smarter then you are. Anyway, not to be offensive.
You are closing a grouped bit of code which doesn't exist. The compiler would not crash if you have empty grouped bits of code, but you seem of closing or either opening a grouped bit of code and are not closing/opening it. This would cause your compiler to crash:
pawn Код:
main()
{
}
}
pawn Код:
main()
{
{
}
PS: ViceCity, its good that people have released tutorials, because then you know "what to do" but still, you don't know "WHY" you do it, do you? I actually think this guy asking for help is smarter then you are. Anyway, not to be offensive.