01.12.2010, 19:35
CODE:
main()
(
return MyFunction("What");
)
MyFunction(string[])
(
print(string);
return 1;
)
ERROR:
C:\Documents and Settings\Jordi\Escritorio\Untitled.pwn(13 -- 14) : fatal error 103: insufficient memory
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
im trying to learn pawn, from samp wiki, when i copy the code y didnt get any error but when i write the code manually i got error :S
main()
(
return MyFunction("What");
)
MyFunction(string[])
(
print(string);
return 1;
)
ERROR:
C:\Documents and Settings\Jordi\Escritorio\Untitled.pwn(13 -- 14) : fatal error 103: insufficient memory
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
im trying to learn pawn, from samp wiki, when i copy the code y didnt get any error but when i write the code manually i got error :S