[Ajuda] Sу uma Duvidaa.
#1

Boom Galera Too dando umaa Olhada noo wiki assim por cima e tals Pois nao consigo cria conta naquilo pq nunca aparece ґpra cria aff, Mais intao euu me deparei com um comando & fiquei olhando pensando mais nao intendi para que serve alguem pode me Dizer qual a funзгo do comando ?


Quote:

if(strcmp(cmdtext, "/teste", true) == 0)
{
new szString[14], iSeat = GetPlayerVehicleSeat(playerid);

// How you can discard of your information.
if(iSeat == 12 return SendClientMessage(playerid, 0xFFFFFFFF, "An error has prevented us from returning the seat ID.");

format(szString, sizeof(szString), "Your seat: %i", iSeat);
SendClientMessage(playerid, 0xFFFFFFFF, szString);
return 1;
}

Reply
#2

Verificar sua posiзгo dentro do carro
Reply
#3

Verifica sua posiзгo no veнculo.
Reply
#4

Lembrando ele nгo irб retornar a nomes, do tipo:

Motorista, Passageiro, ele irб retornar NUMEROS.

0 - Motorista
1- Passageiro
2 - Passageiro
3 - Passageiro
....
E assim por diante.
Reply
#5

Quote:
Originally Posted by EditPawn
Посмотреть сообщение
Lembrando ele nгo irб retornar a nomes, do tipo:

Motorista, Passageiro, ele irб retornar NUMEROS.

0 - Motorista
1- Passageiro
2 - Passageiro
3 - Passageiro
....
E assim por diante.
Bem observado.. Mas se ele quiser que apareзa nomes й sу adaptar o comando para ficar mais ou menos assim:

pawn Код:
if(strcmp(cmdtext, "/teste", true) == 0)
{
new szString[14], iSeat = GetPlayerVehicleSeat(playerid), vish[80];

// How you can discard of your information.
if( iSeat == 12 ) return SendClientMessage(playerid, 0xFFFFFFFF, "An error has prevented us from returning the seat ID.");
if(iSeat == 0) { vish = "Motorista"; }
if(iSeat == 1) { vish = "Carona"; }
if(iSeat >= 2) { vish = "Passageiro"; }

format(szString, sizeof(szString), "Your seat: %s", vish );
SendClientMessage(playerid, 0xFFFFFFFF, szString);
return 1;
}
Reply
#6

Quote:
Originally Posted by tonisantolia
Посмотреть сообщение
Bem observado.. Mas se ele quiser que apareзa nomes й sу adaptar o comando para ficar mais ou menos assim:

pawn Код:
if(strcmp(cmdtext, "/teste", true) == 0)
{
new szString[14], iSeat = GetPlayerVehicleSeat(playerid), vish[80];

// How you can discard of your information.
if( iSeat == 12 ) return SendClientMessage(playerid, 0xFFFFFFFF, "An error has prevented us from returning the seat ID.");
if(iSeat == 0) { vish = "Motorista"; }
if(iSeat == 1) { vish = "Carona"; }
if(iSeat >= 2) { vish = "Passageiro"; }

format(szString, sizeof(szString), "Your seat: %s", vish );
SendClientMessage(playerid, 0xFFFFFFFF, szString);
return 1;
}
Concerteza
Fбcil '-'

@EDIT
DUVIDA: Qaantos passageiros pode entrar em um Onibus? Fiquei com essa duvida agora :S
Reply
#7

Nossa Valeuu a Todoos Galeraaaa !


+ REP aoo tonisantolia Fooi Beem Atenciosoo ! Valeuu Maniin
Reply
#8

Quote:
Originally Posted by Nikeeziin_Map
Посмотреть сообщение
Nossa Valeuu a Todoos Galeraaaa !


+ REP aoo tonisantolia Fooi Beem Atenciosoo ! Valeuu Maniin
Precisar tamos ai

Quote:
Originally Posted by EditPawn
Посмотреть сообщение
Concerteza
Fбcil '-'

@EDIT
DUVIDA: Qaantos passageiros pode entrar em um Onibus? Fiquei com essa duvida agora :S
Agora tambem boiei kk'
Reply
#9

Quote:
Originally Posted by Nikeeziin_Map
Посмотреть сообщение
Nossa Valeuu a Todoos Galeraaaa !


+ REP aoo tonisantolia Fooi Beem Atenciosoo ! Valeuu Maniin
De nada

Quote:
Originally Posted by tonisantolia
Посмотреть сообщение
Agora tambem boiei kk'
Eu to ligado que no onibus a galera entra de G e fica um amontoado cheio de nomes em um sу lugar (Muito nada haver), mas nunca cheguei a contar quantos entraram no onibus. :S

Se alguem souber, fala ai, to curioso pra saber kkk
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)