how do make a area where u can dm?
#2

I could help you.

On top:

pawn Код:
new IsInDM[Max_Players];
Then on the /dm teleport put this
pawn Код:
IsInDM = 1;
Then at other teleports add
pawn Код:
My teleport bla bla
{
    if(IsInDM == 1) return SendclientMessage(playerid, color, "You have to /leave first!");
    SetPlayerPos.....
}
then at leave commando add this:

pawn Код:
Leave command...
{
    IsInDM = 0;
    SetPlayerPos(.....)
}
PM me if you still need help, and btw i remember you from the server
Reply


Messages In This Thread
how do make a area where u can dm? - by [EDT]AmanSingh123 - 02.04.2011, 10:52
Re: how do make a area where u can dm? - by Markx - 02.04.2011, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)