[AJUDA]Teleporte
#1

Bom Gente Eu Queria TIpo Eu Criei Um Teleporte Funfou Certim Mais! o Player Que Nao Esta Dirigindo Digita o Teleportes e Leva o Carro Com Tudo! Eu Queria Saber Como Faзo So Para o Motorista Poder Levar o Carro No Teleporte!
Reply
#2

Poste os comandos que fica mais fбcil de ajudarmos vocк.
Reply
#3

pawn Код:
new playerState = GetPlayerState(playerid);
if (playerState == PLAYER_STATE_PASSENGER)
{
         SendClientMessage(playerid, -1,"[iPs]Garfield й Gostoso!!!");
         RemovePlayerFromVehicle(playerid);
}
adicione no OnPlayerCommandText.
4FUN!


eu editei pk errei xD
Reply
#4

No teleporte:
PHP код:
new kS GetPlayerStateplayerid );
if( 
kS == PLAYER_STATE_DRIVER )
{
   
//Funзхes do Teleporte
}
else 
{
   
//O que quiser... lembrando que esta parte aqui, й o que acontece se ele nгo fфr o condutor

Exemplo:
PHP код:
if( !strcmpcmdtext"/kComando"true ) )
{
   new 
kS GetPlayerStateplayerid );
   if( 
IsPlayerInAnyVehicleplayerid ) )
   {
      if( 
kS == PLAYER_STATE_DRIVER )
      {
         
SetPlayerPosplayerid/*Cordenada:X*//*Cordenada:Y*//*Cordenada:Z*/ );
         
SendClientMessageplayerid0xFFF000AA"Bem-vindo :D" );
         return 
true;
      }
      else
      {
         
SendClientMessageplayerid0xFFF000AA"Vocк nгo se pode teleportar, sу o motorista!" );
         return 
true;
      }
   }
   return 
true;

Reply
#5

Quote:
Originally Posted by The Knight
Посмотреть сообщение
No teleporte:
PHP код:
new kS GetPlayerStateplayerid );
if( 
kS == PLAYER_STATE_DRIVER )
{
   
//Funзхes do Teleporte
}
else 
{
   
//O que quiser... lembrando que esta parte aqui, й o que acontece se ele nгo fфr o condutor

Exemplo:
PHP код:
if( !strcmpcmdtext"/kComando"true ) )
{
   new 
kS GetPlayerStateplayerid );
   if( 
IsPlayerInAnyVehicleplayerid ) )
   {
      if( 
kS == PLAYER_STATE_DRIVER )
      {
         
SetPlayerPosplayerid/*Cordenada:X*//*Cordenada:Y*//*Cordenada:Z*/ );
         
SendClientMessageplayerid0xFFF000AA"Bem-vindo :D" );
         return 
true;
      }
      else
      {
         
SendClientMessageplayerid0xFFF000AA"Vocк nгo se pode teleportar, sу o motorista!" );
         return 
true;
      }
   }
   return 
true;

acho que botar isso em todos os comandos ficarб chato...

adicione isto no topo do OnPlayerCommandText:

pawn Код:
new playerState = GetPlayerState(playerid);
if (playerState == PLAYER_STATE_PASSENGER)
{
         SendClientMessage(playerid, -1,"[iPs]Garfield й Gostoso!!!");
         RemovePlayerFromVehicle(playerid);
         return 0;// you like hexa codes:  0xA-10
}
Reply
#6

Gato, para que serve o "-1" no lugar da cor?
Reply
#7

Quote:
Originally Posted by Shickcard
Посмотреть сообщение
Poste os comandos que fica mais fбcil de ajudarmos vocк.
o Codigo Que Eu Uso!:

Pawn
Quote:

if (strcmp("/topo", cmdtext, true, 10) == 0)
{
new NameP[MAX_PLAYER_NAME];
if(IsPlayerInAnyVehicle(playerid)) SetVehiclePos(GetPlayerVehicleID(playerid),2050.62 57,789.3046,260.6954);
else SetPlayerPos(playerid, 2050.6257,789.3046,260.6954);
SetVehicleZAngle(GetPlayerVehicleID(playerid), 6.0);
GivePlayerWeapon(playerid,46,1);
GetPlayerName(playerid, NameP, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s foi para TOPO( /TOPO )", NameP);
SendClientMessageToAll(CORTELE, string);
return 1;
}

Reply
#8

Se nгo me engano Knight й a cor preta.
Reply
#9

-1 й white em decimal.
Reply
#10

Ou:

pawn Код:
#define Vermelho   100000 // Vermelho em hexadecimal
#define Branco      000000 // ou -1 como dito ali acima
255 = FF em hexadecimal,


nгo vou fazer uma explicaзгo mais Complexa pq tou a terminar de formatar meu wvista.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)