Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - darkman

Pages: [1]
1
mIRC/pawn Scripting / Re: [PAWN]Dini, dubd, dutils.. and...
« on: July 11, 2010, 03:40:17 pm »
In first post:
Quote
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"
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...

2
mIRC/pawn Scripting / Re: [PAWN]Dini, dubd, dutils.. and...
« on: July 09, 2010, 11:06:24 pm »
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 ;))


3
mIRC/pawn Scripting / Re: [PAWN]Dini, dubd, dutils.. and...
« on: July 09, 2010, 10:23:50 am »
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.

4
mIRC/pawn Scripting / [PAWN]Dini, dubd, dutils.. and...
« on: July 08, 2010, 11:50:33 am »
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:
Code: [Select]
#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?

Pages: [1]