07.06.2010, 13:41
The main reason why Pawno donґt compile and crash is that you have to much brackets or false brackets.
Check your script if all brackets are right
I think this is the reason why it donґt compile.
Example:
{
bla bla bla;
{
return 1;
{
--> Pawno will crash
Check your script if all brackets are right
I think this is the reason why it donґt compile.
Example:
{
bla bla bla;
{
return 1;
{
--> Pawno will crash