[Ajuda] Sу uma Duvidaa.
#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


Messages In This Thread
Sу uma Duvidaa. - by Nikeeziin_Map - 13.12.2012, 12:48
Re: Sу uma Duvidaa. - by ViniBorn - 13.12.2012, 13:05
Re: Sу uma Duvidaa. - by tonisantolia - 13.12.2012, 13:11
Re: Sу uma Duvidaa. - by EditPawn - 13.12.2012, 13:15
Re: Sу uma Duvidaa. - by tonisantolia - 13.12.2012, 13:19
Re: Sу uma Duvidaa. - by EditPawn - 13.12.2012, 13:21
Respuesta: Sу uma Duvidaa. - by Nikeeziin_Map - 13.12.2012, 14:12
Re: Respuesta: Sу uma Duvidaa. - by tonisantolia - 13.12.2012, 14:16
Re: Respuesta: Sу uma Duvidaa. - by EditPawn - 13.12.2012, 14:19

Forum Jump:


Users browsing this thread: 2 Guest(s)