Author Topic: Pawno Compiler Error!  (Read 2394 times)

0 Members and 1 Guest are viewing this topic.

Offline Some_one

  • Street Thug
  • *
  • Posts: 14
    • View Profile
Pawno Compiler Error!
« on: August 05, 2014, 02:02:13 pm »
HEllo, I am new to this website!
 
I want to share some problems with you.I made a VC-MP server but I have to face some problems.

When ever i try to compile the scripts i get following errors.



i think the errors are in .inc (include) files!
plz can u tell me how to fix it? OR give me link to download include files!

Offline TheGamerHD

  • Street Thug
  • *
  • Posts: 5
    • View Profile
Re: Pawno Compiler Error!
« Reply #1 on: August 06, 2014, 08:36:03 am »
Hey Yo!
pROBLEm Solved

You Just Need To Removed Those Error Lines Before Compiling :D Enjoy

Offline DilsonTB

  • Made Man
  • ***
  • Posts: 140
  • VC:MP Developer. & SA:MP Currently Developer
    • View Profile
Re: Pawno Compiler Error!
« Reply #2 on: August 06, 2014, 08:37:17 am »
çHello There and VCMP FORUM.

Well brother, This server that you are pawn coding, can't have those includes from samp.

In the bottom area, on top on the script, erase all your includes list, and just add those one:
[pawn]
#include <a_vcmp>
#include <core>
#include <float>
#include <Dini>
#include <dudb> // I don't know if this may be included too, but, put it anyway.
#include <dutils>[/pawn]

Good Luck brother.
_______________________________________________
¬ VC:MP Squirrel Developer.
¬ VC:MP pawno Developer.
¬ SA:MP Developer.
¬
¬ Actually developing " San Fierro Roleplay - Latino ", with
my beta team testers, Mapper + Scripter ( me ), 18,000
lines, and is 34% finished. hope to finish it in 4 Or 3 Months.

- MYSQL FULL BASED.
- PCU.
_______________________________________________

Offline Some_one

  • Street Thug
  • *
  • Posts: 14
    • View Profile
Re: Pawno Compiler Error!
« Reply #3 on: August 11, 2014, 08:20:10 pm »
Thank you all for help.