#2

That code, as far as I can see, only teleports you to a dm via a menu. To teleport you back after death you need something like
pawn Код:
IsPlayerInDM[MAX_PLAYERS];

//when player types command to go into dm1
IsPlayerInDM[playerid] = 1;

//OnPlayerSpawn
switch(IsPlayerInDM[playerid])
{
  case 1: SetPlayerPos(somewhere in dm1)
  case 2: SetPlayerPos(dm2)
///etc
Reply


Messages In This Thread
Why - by uhumaham - 13.09.2009, 07:20
Re: Why - by dice7 - 13.09.2009, 07:24
Re: Why - by uhumaham - 13.09.2009, 07:33
Re: Why - by uhumaham - 13.09.2009, 12:34

Forum Jump:


Users browsing this thread: 1 Guest(s)