04.02.2013, 10:36
Well
pawn Код:
//defines
//includes
//news
//forwards
//no need to give them away
main()
{
print("\n----------------------------------");
print("San Fierro Gang Wars");
print("----------------------------------\n");
}
public OnGameModeInit()
{
return 1;
}


