SA-MP Forums Archive
[AJUDA] Identaзгo - 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: [AJUDA] Identaзгo (/showthread.php?tid=304492)



[AJUDA] Identaзгo - Delete_ - 18.12.2011

Код:
			 case 8:
			 {
				    CrearVehiculo(playerid, 451);
	                 }
			 case 9:
			 {
				    CrearVehiculo(playerid, 477);
	         }
       }
       return 1;
}

    if(dialogid == 3)
    {
         if(!response) return SendClientMessage(playerid,Rojo,"Vocк cancelou");
         switch(listitem)
         {
	        case 0:
	        {
	            CrearVehiculo(playerid, 562);
			}
			case 1:
			{
			    CrearVehiculo(playerid, 560);
			}
			case 2:
			{
ta aparecendo um warning na linha do 'return 1;' ja tentei de tudo pra tirar mais nгo sai, alguem sabe como identa essa linha ae por favor?


Re: [AJUDA] Identaзгo - _Jizzy_ - 18.12.2011

tenta assim
pawn Код:
case 8:
{
    CrearVehiculo(playerid, 451);
}


case 9:
{
    CrearVehiculo(playerid, 477);
}


}
return 1;
}


if(dialogid == 3)
{
    if(!response) return SendClientMessage(playerid,Rojo,"Vocк cancelou");
    switch(listitem) {
        case 0:
        {
            CrearVehiculo(playerid, 562);
        }
        case 1:
        {
            CrearVehiculo(playerid, 560);
        }
        case 2:
        {



Re: [AJUDA] Identaзгo - array13 - 18.12.2011

PHP код:
             case 8:
             {
                    
CrearVehiculo(playerid451);
                     }
             case 
9:
             {
                    
CrearVehiculo(playerid477);
                         }
                }
        }
        return 
1;
        }
    if(
dialogid == 3)
    {
         if(!
response) return SendClientMessage(playerid,Rojo,"Vocк cancelou");
         switch(
listitem)
         {
            case 
0:
            {
                
CrearVehiculo(playerid562);
            }
            case 
1:
            {
                
CrearVehiculo(playerid560);
            }
            case 
2:
            { 



Re: [AJUDA] Identaзгo - Cristhian - 18.12.2011

que mб identaзгo .-.