SA-MP Forums Archive
[DUV] O que tem de errado? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUV] O que tem de errado? (/showthread.php?tid=201843)



[DUV] O que tem de errado? - Vanderson - 22.12.2010

Bom deu erro de chave
Код:
  if(newkeys == 16 && GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
    {  // Se o manolo tiver fora de um veнculo e apertar
		if(PlayerToPoint(10.0, playerid,-789.1361,500.2578,1371.7422) || PlayerToPoint(10.0,playerid,-786.3478,500.0762,1371.7422||PlayerToPoint(10.0, playerid,-784.8304,500.0738,1371.7422) || PlayerToPoint(10.0,playerid,-782.8560,500.0742,1371.7422))
	{

	new list[] = "Macacarrгo com Almфndegas - $: 50\nLasanha de Frango - $: 75\nRefrigerante - $: 20\nSuco Natural - $: 25\nSorvete com Caldas - $:30 \nStrogonoff - $: 55\nBatatas Fritas - $: 15"; //Para cada item use "/n" o que pularб uma linha para o prуximo item.
      ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Cardapio", list, "Selecionar", "Sair"); //mostrarб o dialog
      
    }
    }




Erro:
Код:
C:\Users\Martins\Desktop\ESTБ AQUI!\GAMEMODES\...Brasil Play Life... V2.0\gamemodes\BrasilPlayTwister(2)(1).pwn(61848) : error 001: expected token: ")", but found "{"
Linha do erro:
Код:
playerid,-784.8304,500.0738,1371.7422) || PlayerToPoint(10.0,playerid,-782.8560,500.0742,1371.7422))
	{
Que tem de errado nessa chave? ??


Re: [DUV] O que tem de errado? - [Ips]Guh - 22.12.2010

Na linha do erro tenta substituir por isso
pawn Код:
playerid,-784.8304,500.0738,1371.7422) || PlayerToPoint(10.0,playerid,-782.8560,500.0742,1371.7422));



Re: [DUV] O que tem de errado? - Chavequinho - 22.12.2010

Nгo entendi! Acho que й isto:

pawn Код:
if(PlayerToPoint(10.0, playerid, -782.8560, 500.0742, 1371.7422))
{
Ou:

pawn Код:
if(PlayerToPoint(10.0, playerid, -782.8560, 500.0742, 1371.7422) == 0)
{