My Pawn Compiler Crash
#1

Hello! Today my pawn compiler is crashing when I want to compile a .pwn to .amx. I don't create the gamemode, i just downloaded it from internet. Can you help me?

Code: http://www.mediafire.com/download/1c...My+problem.pwn

Note: If you can't understand words means that words are in my language. Sorry for my bad english.
Reply
#2

I'm not going to check whole code
But tell did you use something like this
PHP код:
return "some_name"
if yes then you can easily fix that by doing this this:
PHP код:
new str[] = "some_name";
return 
str
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)