#1

Hello, how to do that if i am in dm i can't tele anywhere??
Reply
#2

put this on top of your OnPlayerCommandText
pawn Код:
If (IsPlayerInDM == 1)//you'll need to make this yourself
{
   SendClientMessage();
}
Reply
#3

please make all
Reply
#4

Do it yourself..
Reply
#5

pawn Код:
stock dm_SetPlayerPos(playerid,Float:x,Float:y,Float:z){
  if(pInDM[playerid]){
    return SetPlayerPos(playerid,x,y,z);
  }
  return false;
}
#define SetPlayerPos dm_SetPlayerPos
Add at the top of your script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)