Ayuda!.
#3

Prueba asi, nose si esta bien por que lo e echo depresa, si tienes algun fallo ponlo y te ayudo

pawn Код:
if (strcmp(cmd, "/infernu", true) == 0)
    {
      if(IsPlayerConnected(playerid))
      {
        if(IsPlayerInAnyVehicle(playerid))
        {
          SendClientMessage(playerid, COLOR_ROJO, "-| Ya estas montando en un vehiculo |-");
          return 1;
            }
            else
            {
                new Float:x, Float:y, Float:z;
                GetPlayerPos(playerid, x, y, z);
                SetPlayerPos(playerid, x, y, z);
              CreateVehicle(411, x, y, z, 0.0, 0, 0, 120000);
              PutPlayerInVehicle(playerid, IDDELCOCHE, 0);
              SendClientMessage(playerid, COLOR_VERDE, "-| Has cojido un Infernus! |-");
            }
        }
        return 0;
    }
Reply


Messages In This Thread
Ayuda!. - by leaNN! - 10.06.2010, 01:00
Re: Ayuda!. - by JetLi - 10.06.2010, 04:33
Re: Ayuda!. - by Gw-platinum - 10.06.2010, 12:14
Re: Ayuda!. - by Adoniiz - 10.06.2010, 20:37
Re: Ayuda!. - by leaNN! - 10.06.2010, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)