• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - darkman

#1
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...
#2
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
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
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?