19.02.2012, 09:08
pawn Code:
Hook:DM_OnScriptInit( )
{
print("Called");
for(new i=0; i<MAX_ZONES; i++){dmInfo[i][ZoneID]=-1;}
for(new i=0; i<MAX_PLAYERS; i++){pDMinfo[i][0]=-1;}
//The creating of the DM zones
CreateDMZone("World War 2 DM","USA","Germany",-971.3320,1020.9902,1345.0673, -1135.7421,1095.4961,1345.8173, 10, 0, 24, 25, 30);
return 1;
}