• Welcome to Vice City Multiplayer.
 

[PAWN]Dini, dubd, dutils.. and...

Started by darkman, July 08, 2010, 10:50:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

darkman

Hello! My first post!
I need include files for VC-MP: dini, dubd, and dutils. When I download it from dracoblue.com(for samp), pawno compiled gamemode, but server have error: [...gamemode.amx] Run time error 19: "File or function is not found".

And when I have in mode code:
#define COLOR_RED 0xAA3333AA
#define COLOR_GREEN 0x33AA33AA
(.....)
SendClientMessage(playerid, COLOR_RED, "blablabalba.");
SendClientMessage(playerid, COLOR_GREEN, "ahahahaha.");

Then all messages are in: COLOR_GREEN, in samp I dont see this error.

3. Why commands are: /c command, not /command?
Miami Beach Server - Coming soon.

Ettans

I can't remember exactly, but dini/dudb/dutils might not be fully compatible with VC:MP at this point, you need to check them and see if they're using any SA:MP dependencies. About the colors, it's a bug in 0.3. As for the "/c command" syntax, it just is, not for long though.

darkman

Hmmmm, when we see new VC:MP and Pawno? :D Week, month, year? I struggled yesterday with files (dini, dubd, dutils), but i can not understand why i have error: Run time error 19: "File or function is not found", in server console..

I going to creating my map without this 3 files, waiting for new version. Thanks for reply.
Miami Beach Server - Coming soon.

thijn

Are you sure you've placed the .inc files (from dubd, dutils etc.) into your includes folder (inside your pawno installation)


darkman

If I do not place this 3 files to Pawno/Include (or Includes, I dont remember), then Pawno do not compile my gamemode ;) (I am do this ;))

Miami Beach Server - Coming soon.

thijn

So, you're getting this error when starting the server or compiling the gamemode?


darkman

In first post:
QuoteWhen I download it from dracoblue.com(for samp), pawno compiled gamemode, but server have error: [...gamemode.amx] Run time error 19: "File or function is not found"
Yes, I am compile gamemode, but server have error, when I starting server... Who is using Dini & Dubd & Dutils in VC:MP gamemode?

Yesterday I create new gamemode.. VC:MP Pawno very different from SA:MP Pawno... A lot of commands do not work or works differently than in SA:MP...
Miami Beach Server - Coming soon.

Relax

That is true. In this version a lot of bugs and some functions do not work.

Ettans

The broken scripting functions are all known and dealt/being dealt with.

yazeen

Re download the pawno with includes FRESH one TRUST ME IT WILL WORK