[Ajuda] Objeto no player
#2

pawn Код:
if(!strcmp(cmdtext,"/escudo",true))
{
       SetPlayerAttachedObject(playerid,1,18637,13,0.35,0.0,0.0,0.0,0.0,180.0);
       SetPlayerAttachedObject(playerid,2,18642,7,0.1,0.0,-0.11,0.0,-90.0,90.0);
       SendClientMessage(playerid, 0xAFAFAFAA," Vocк Pegou Seu Escudo!");
       return true;
}

if(!strcmp(cmdtext,"/desequipar",true))
{
      RemovePlayerAttachedObject(playerid, 1);
      RemovePlayerAttachedObject(playerid, 2);
      SendClientMessage(playerid, 0xAFAFAFAA," Vocк Retirou Seu Escudo!");
      return true;
}
Reply


Messages In This Thread
[Ajuda] Objeto no player - by Joao_VS - 08.06.2011, 17:09
Re: [Ajuda] Objeto no player - by JonathanFeitosa - 08.06.2011, 17:10
Re: [Ajuda] Objeto no player - by Joao_VS - 08.06.2011, 17:15
Re: [Ajuda] Objeto no player - by Joao_VS - 08.06.2011, 17:54
Re: [Ajuda] Objeto no player - by Shadoww5 - 08.06.2011, 18:19
Re: [Ajuda] Objeto no player - by Joao_VS - 08.06.2011, 18:36
Re: [Ajuda] Objeto no player - by DreeH - 09.06.2011, 03:39
Re: [Ajuda] Objeto no player - by Joao_VS - 09.06.2011, 18:40
Re: [Ajuda] Objeto no player - by Ricop522 - 09.06.2011, 19:17
Re: [Ajuda] Objeto no player - by Shadoww5 - 09.06.2011, 19:35

Forum Jump:


Users browsing this thread: 2 Guest(s)