• 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

Topics - darkman

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