Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Some_one on August 05, 2014, 02:02:13 pm

Title: Pawno Compiler Error!
Post by: Some_one 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.

(http://i57.tinypic.com/23r1w8m.jpg)

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!
Title: Re: Pawno Compiler Error!
Post by: TheGamerHD on August 06, 2014, 08:36:03 am
Hey Yo!
pROBLEm Solved

You Just Need To Removed Those Error Lines Before Compiling :D Enjoy
Title: Re: Pawno Compiler Error!
Post by: DilsonTB 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.
Title: Re: Pawno Compiler Error!
Post by: Some_one on August 11, 2014, 08:20:10 pm
Thank you all for help.