28.10.2017, 06:36
hi, when i use #include <sqlitei> my pawno crashed. i downloaded it from github. if i delete this line all works fine
\gamemodes\new.pwn(12) : fatal error 100: cannot read from file: "sqlite"
Here is another reason.
1) You are opening PAWNO.exe from a DIFFERENT folder where your desired GAMEMODE or FILTERSCRIPT is located. e.g. MyFolder\nGamemodes\nCODTDM.pwn MyFolder\nPAWNO\nPawno.exe If I open the Pawno.exe from the same folder from where my gamemode or whatever I'm trying to edit is located, there won't be a problem. But if it is like this: MyFolder\Gamemodes\CODTDM.pwn AnotherFolder\PAWNO\Pawno.exe Then Pawno will give you an error that it cannot read from the file. |