09.01.2015, 15:09
Hello,
I am making my first gamemode and I got some errors.
I downloaded the new pawn update, if that makes a difference.
This is my script:
This are my errors:

How can I copy the error log?
greets xX4m4zingXx
I am making my first gamemode and I got some errors.
I downloaded the new pawn update, if that makes a difference.
This is my script:
Код:
#include <a_samp>
//Colors
#define COLOR_BLACK 0x000000AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_GREEN 0x00FF00AA
#define COLOR_RED 0xFF0000AA
#define COLOR_BLUE 0x0000FFAA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_ORANGE 0xFFBB00AA
#define COLOR_PURPLE 0xFF00FFAA
#define COLOR_GRAY 0xAFAFAFAA
#define COLOR_LIGHTBLUE 0x0AFFFFAA
main()
{
print("Roleplaying script loaded!");
return 1;
}
OnGameModeInit()
{
print("Gamemode Started.");
AddPlayerClass(79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
return 1;
}

How can I copy the error log?
greets xX4m4zingXx


