[Ajuda] GPS
#1

Meu gps nгo esta dando para dar dentro do carro so fora alguem poderia me ajuda?

Obrigado.

Код:
	if (strcmp("/gps", cmdtext, true, 10) == 0)
	{
		if(PlayerTied[playerid] == 0){
			SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo pode usar este comando no sequestro!");
		 	return 0;
		}
		else if(PlayerCONGELADO[playerid] == 1){
			SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo pode usar este comando quando congelado!");
		 	return 0;
		}
		else if(PlayerCuffed[playerid] > 0){
			SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo pode usar este comando algemado!");
		 	return 0;
		}else if(IsPlayerInAnyVehicle(playerid)){		
			new vId = GetPlayerVehicleID(playerid);
				
			if(vId==AluguelCar[0]||vId==AluguelCar[1]||vId==AluguelCar[2]||vId==AluguelCar[3]||vId==AluguelCar[4]||vId==AluguelCar[5]||vId==AluguelCar[6]||vId==AluguelCar[7]||vId==AluguelCar[8]||vId==AluguelCar[9])
			{
				SendClientMessage(playerid, RED, "Nгo pode usar este comando em carros de aluguel!");
			}
		}else{
			new listitems[] = "Empregos\nHQs\nGoverno\n";
			ShowPlayerDialog(playerid,617,DIALOG_STYLE_LIST,"Lista de lugares:",listitems,"Selecionar","Sair");
			return 1;
		}
Reply
#2

eu dei uma otimizada ...
pawn Код:
if (strcmp("/gps", cmdtext, true, 10) == 0)
    {
        if(PlayerTied[playerid] == 0)
            return SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo pode usar este comando no sequestro!");
        if(PlayerCONGELADO[playerid] == 1)
            return SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo pode usar este comando quando congelado!");
        if(PlayerCuffed[playerid] > 0)
            return SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo pode usar este comando algemado!");

        if(IsPlayerInAnyVehicle(playerid))
        {
            static vId = GetPlayerVehicleModelID(playerid);
            if(vId==AluguelCar[0]||vId==AluguelCar[1]||vId==AluguelCar[2]||vId==AluguelCar[3]||vId==AluguelCar[4]||vId==AluguelCar[5]||vId==AluguelCar[6]||vId==AluguelCar[7]||vId==AluguelCar[8]||vId==AluguelCar[9])
                return SendClientMessage(playerid, RED, "Nгo pode usar este comando em carros de aluguel!");
        }
        ShowPlayerDialog(playerid,617,DIALOG_STYLE_LIST,"Lista de lugares:","Empregos\nHQs\nGoverno\n","Selecionar","Sair");
        return 1;
    }
.
Reply
#3

PHP код:
if (strcmp("/gps"cmdtexttrue10) == 0)
{
    if(
PlayerTied[playerid] == 0) return SendClientMessage(playeridCOLOR_YELLOW"Vocк nгo pode usar este comando no sequestro!");
    if(
PlayerCONGELADO[playerid] == 1) return SendClientMessage(playeridCOLOR_YELLOW"Vocк nгo pode usar este comando quando congelado!");
    if(
PlayerCuffed[playerid] > 0) return SendClientMessage(playeridCOLOR_YELLOW"Vocк nгo pode usar este comando algemado!");
    if(
GetPlayerVehicleID(playerid) >= AluguelCar[0] && GetPlayerVehicleID(playerid) <= AlguelCar[9]) return SendClientMessage(playeridRED"Nгo pode usar este comando em carros de aluguel!");
    
ShowPlayerDialog(playerid,617,DIALOG_STYLE_LIST,"Lista de lugares:","Empregos\nHQs\nGoverno","Selecionar","Sair");
    return 
1;

Reply
#4

Deu um erro mas troquei de
static vId
Para
new vId

Mas Funfo vlw Garfield
Reply
#5

de nada, bejo na bunda!
Reply
#6

Quote:
Originally Posted by TheGarfield
Посмотреть сообщение
de nada, bejo na bunda!
tenso' // '-'
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)