[AJUDA] Por favor
#5

pawn Код:
if(strcmp(cmdtext, "/flip", true) == 0)
    {
      new Float:X, Float:Y, Float:Z;
                if(IsPlayerInAnyVehicle(playerid))
 
  SetCameraBehindPlayer(playerid);
  GetPlayerPos(playerid, X, Y, Z);
  SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
  SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
  return 1;
}
Troque por isso e teste:

pawn Код:
if(strcmp(cmdtext, "/flip", true) == 0)
    {
   new Float:X, Float:Y, Float:Z;
   if(IsPlayerInAnyVehicle(playerid)){
    SetCameraBehindPlayer(playerid);
    GetPlayerPos(playerid, X, Y, Z);
    SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
    SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
  }
  return 1;
}
Reply


Messages In This Thread
[AJUDA] Por favor - by cabelo - 25.02.2010, 15:36
Re: [AJUDA] Por favor - by Ambrуsio - 25.02.2010, 15:56
Re: [AJUDA] Por favor - by sergio_killer - 25.02.2010, 15:58
Re: [AJUDA] Por favor - by cabelo - 25.02.2010, 21:40
Re: [AJUDA] Por favor - by DarkFinderX - 25.02.2010, 22:13
Re: [AJUDA] Por favor - by gutm4 - 25.02.2010, 22:21
Re: [AJUDA] Por favor - by cabelo - 25.02.2010, 22:42
Re: [AJUDA] Por favor - by gutm4 - 25.02.2010, 22:49
Re: [AJUDA] Por favor - by cabelo - 25.02.2010, 23:07
Re: [AJUDA] Por favor - by gutm4 - 25.02.2010, 23:10

Forum Jump:


Users browsing this thread: 1 Guest(s)