[SOLVED]/exit dm
#2

Use a command like this

Код:
  if (strcmp("/exit", cmdtext, true, 10) == 0) {

//SETS THEIR POS SOMEWHERE, or where ever you want them to teleport back to. this is just an example.

      SetPlayerPos(playerid,2352.0007,-1168.8942,27.9879);
      SetPlayerInterior(playerid, 0);
      return 1;
    }
Reply


Messages In This Thread
[SOLVED]/exit dm - by DarkClone - 06.11.2009, 10:13
Re: /exit dm - by Pinehole - 06.11.2009, 10:41
Re: /exit dm - by DarkClone - 06.11.2009, 10:50
Re: /exit dm - by RenisiL - 06.11.2009, 11:04

Forum Jump:


Users browsing this thread: 1 Guest(s)