[Ajuda] Como faзo pro player upar a pick-up somente quando apertar a tecla enter?
#1

Olб

Bom eu queria um sistema que o player sу upa-se a pick-up quando ele aperta-se a tecla enter, sу isto!

Desde jб Grato!!!
Reply
#2

Alguйm?
Reply
#3

Vocк terб de usar a public onplayerkeystatechange -> http://adf.ly/ZzjLg
Reply
#4

pawn Код:
CreatePickup(Modelo, Spawn, Corx, Coy, Corz,-1);

if(strcmp(cmdtext, "/entrandointerior", true) == 0) // Comando ( Nгo Importa Vamos Usar o F )
{
   // Ou Seja. Se Ele tiver no Local Do IsPlayerInRangeOfPoint, Funcionarб as Funзхes Abaixo
   if(IsPlayerInRangeOfPoint(playerid, 2.0, x,y,z))
   {
       SetPlayerInterior(playerid, 11); // .Setando o Interior ao Entrar
       SetPlayerPos(playerid, x,y,z); // Setado Para Aqui ( TELE )
   }
   return true; // Returnando a 1
}

// Vamos No Comando Sair
if(strcmp(cmdtext, "/sairdointerior", true) == 0) // Comando ( Nгo Importa Vamos Usar o F )
{
   // Ou Seja. Se Ele tiver no Local Do IsPlayerInRangeOfPoint, Funcionarб as Funзхes Abaixo
   if(IsPlayerInRangeOfPoint(playerid, 2.0, x,y,z))
   {
      SetPlayerInterior(playerid, 0); // Setando o Interior ao Sair.
      SetPlayerPos(playerid, x,y,z); // Setado Para Aqui ( TELE )
   }
   return true; // Returnando a 1
}

if ((newkeys==KEY_SECONDARY_ATTACK)) // Key ( F / Enter )
{
   OnPlayerCommandText(playerid,"/entrandointerior"); // Ao Apertar "F" Funcionarб o Comando Do Lado.
   OnPlayerCommandText(playerid,"/sairdointerior"); // Ao Apertar "F" Funcionarб o Comando Do Lado.
  // Se Quiser Colocar mais, a vontade.
}
Reply
#5

Nгo pessoal, vocк nгo estгo intendendo!

Exemplo:

Tem a pick-up de uma M4, ai vem ele e fica encima dela
porem ele sу ira pegar ele caso aperte a tecla enter
Entenderam

Й isso que eu quero!
Reply
#6

Aqui tem tudo o que vocк precisa Entrando/Saindo de Interiores - Apertando F e Pickup

Espero ter ajudado =D

Ps: Usar o search antes de criar um tуpico й bem menos trabalhoso
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)