02.04.2011, 10:59
I could help you.
On top:
Then on the /dm teleport put this
Then at other teleports add
then at leave commando add this:
PM me if you still need help, and btw i remember you from the server
On top:
pawn Код:
new IsInDM[Max_Players];
pawn Код:
IsInDM = 1;
pawn Код:
My teleport bla bla
{
if(IsInDM == 1) return SendclientMessage(playerid, color, "You have to /leave first!");
SetPlayerPos.....
}
pawn Код:
Leave command...
{
IsInDM = 0;
SetPlayerPos(.....)
}