IS4Code / PawnPlus

A SA-MP plugin enhancing the capabilities of the Pawn programming language
MIT License
103 stars 17 forks source link

Including PawnPlus crashes Compiler #32

Closed Cubiq14 closed 4 years ago

Cubiq14 commented 4 years ago

Hi, I just started using PawnPlus and tried including it in my script. But pawncc.exe crashes everytime I try to compile the script, after including PawnPlus.inc Also crashes when I include it in a new blank script.

I'm using Version 1.2.1 of PawnPlus. PawnPlus.inc is located in my pawno/includes directory My includes:

   #include <a_samp>
   #include <PawnPlus>

I probably did something wrong, it's been a while since I used Pawno, but I could not figure out why the compiler crashes.

IS4Code commented 4 years ago

Hi, please use the latest compiler version available here: https://github.com/pawn-lang/compiler/releases/

Cubiq14 commented 4 years ago

Thank you, I didn't realise I was using an old Compiler Version. Works fine now :)