[ajuda]teleporte
#6

pawn Код:
if(strcmp(cmd, "/irprolugar", true) == 0)
    {
      if(IsPlayerConnected(playerid))
      {
                if (GetPlayerState(playerid) == 2)
                {
                  new meucarro = GetPlayerVehicleID(playerid);
                  SetVehiclePos(meucarro, CoordX, CoordY, CoordZ);//Cordenadas do Lugar
                }
                else
                {
                      SetPlayerPos(playerid,CoordX, CoordY, CoordZ);//Cordenadas do Lugar
                }
                SendClientMessage(playerid, COOR_BRANCA, "Vocк foi teleportado pro lugar :D.");
          }
          return 1;
    }
Reply


Messages In This Thread
[ajuda]teleporte - by tshadow - 15.05.2010, 14:49
Re: [ajuda]teleporte - by Ambrуsio - 15.05.2010, 14:59
Re: [ajuda]teleporte - by noobre - 15.05.2010, 15:23
Re: [ajuda]teleporte - by Knight Rider - 15.05.2010, 15:26
Re: [ajuda]teleporte - by noobre - 15.05.2010, 15:30
Re: [ajuda]teleporte - by Knight Rider - 15.05.2010, 15:37
Re: [ajuda]teleporte - by Lipepva - 15.05.2010, 15:52
Re: [ajuda]teleporte - by noobre - 15.05.2010, 17:05
Re: [ajuda]teleporte - by ipsBruno - 15.05.2010, 17:12

Forum Jump:


Users browsing this thread: 2 Guest(s)