05.02.2009, 17:18
please say your command to go to the DM Area. Then I can fix it. 
if your command is something like
Hope this helps you out

if your command is something like
Code:
if (strcmp(cmd, "/dmarea", true) == 0)
{
SetPlayerWorldBounds(playerid, 93.423, 1319.6, 303.6248, 1483.09);
SetPlayerPos(playerid, the spawn of the dm area);
GivePlayerWeapon etc......
return 1;
}

