[Ajuda] Objetos invisiveis
#5

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
Coloquei aqui e apareceu tudo normal
Vo mandar print

/imageshack/img209/9...jinvisivel.png


hshashas o carro ta pegand fogo casso da barberagem '-'

@EDIT
Descobri problema quando eu sai do carro pra n explodir fico normal , й um defeito no cmd ?

Aqui o cmd

pawn Код:
if(!strcmp(cmdtext, "/driftdamorte", true)){
   if(!IsPlayerInAnyVehicle(playerid)){
       SetPlayerPos(playerid, 496.816741, 1524.696166, 307.312408);
       SetPlayerFacingAngle(playerid, 0.0);
       SetPlayerInterior(playerid, 0);
       SetPlayerVirtualWorld(playerid, 0);
   }
   else{
       new veh = GetPlayerVehicleID(playerid);
       SetVehiclePos(veh, 496.816741, 1524.696166, 307.312408);
       SetVehicleZAngle(veh, 0.0);
       LinkVehicleToInterior(veh, 0);
       SetVehicleVirtualWorld(veh, 0);
       PutPlayerInVehicle(playerid, veh, 0);
   }
   return GameTextForPlayer(playerid, "~g~Bem Vindo ao~n~ ~r~/driftdamorte",5000,1);
}
Reply


Messages In This Thread
[Ajuda] Objetos invisiveis - by Laercio - 15.11.2011, 13:35
Re: [Ajuda] Objetos invisiveis - by Pharrel - 15.11.2011, 13:36
Re: [Ajuda] Objetos invisiveis - by Laercio - 15.11.2011, 13:39
Re: [Ajuda] Objetos invisiveis - by Pharrel - 15.11.2011, 13:45
Re: [Ajuda] Objetos invisiveis - by Laercio - 15.11.2011, 13:54
Re: [Ajuda] Objetos invisiveis - by Pharrel - 15.11.2011, 13:59
Re: [Ajuda] Objetos invisiveis - by Laercio - 15.11.2011, 13:59
Re: [Ajuda] Objetos invisiveis - by Pharrel - 15.11.2011, 14:03
Re: [Ajuda] Objetos invisiveis - by Laercio - 15.11.2011, 14:04
Re: [Ajuda] Objetos invisiveis - by Pharrel - 15.11.2011, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)