Posts: 5
Threads: 1
Joined: Aug 2010
Reputation:
0
Not just that gamemode its all .pwn files get that error message when i try to compile.
Posts: 6
Threads: 1
Joined: Aug 2010
Reputation:
0
Hello,
a .p - file is the same as .pwn, differences...
for Example: "Quincy" (is a Pawn IDE like "Pawno") uses .p-Fileextensions
if u want to use those file, easy rename it in .pwn, then u can compile it.
Greetings
Posts: 5
Threads: 1
Joined: Aug 2010
Reputation:
0
VScan huh,im just trying to compile .pwn files and every time i try to compile a .pwn file it gets that error.
Posts: 5
Threads: 1
Joined: Aug 2010
Reputation:
0
i searched all .pwn files and searched all .inc files but theres no rockstar.p file anywhere
Posts: 2,502
Threads: 26
Joined: Apr 2007
Reputation:
0
Problem solved in IRC.
For anyone else who may get this problem, the problem was because Pawno.exe doesn't seem to use quotes when compiling a file. So if the directory of the .pwn has spaces in it like so
C:\Program Files\Rockstar Games\GTA San Andreas\samp\pawno
It'll recognize the spaces as the end of parameters, and just mess up in general.
So to fix it, put the file in a location without spaces, such as C:\.
Posts: 5
Threads: 1
Joined: Aug 2010
Reputation:
0
JaTochNietDan thx for help on irc