23.08.2012, 18:00
pawn Код:
public OnGameModeInit()
{
SetGameModeText("Blank Script");
for(new i = 0;i<=299;++i)
AddPlayerClass(i, 963.7003, -1616.3728, 14.7561, 180, 0, 0, 0, 0, 0, 0); //Change 963.7003 to your x coord, -1616.3728 to your y coord, 14.7561 to your z coord, 180 to your angle, and the rest are for weapons and ammo.
return 1;
}