04.02.2013, 13:46
Don't know for sure but this helped for me before:
is there a main() in your script somethere?
if not,
is there a main() in your script somethere?
if not,
pawn Код:
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}

