21.07.2012, 21:46
Alguem sabe qual e o erro?
Codigo:
Erro:
Linha 68:
Codigo:
PHP код:
//==============================================================================
// Bikes
//==============================================================================
if(dialogid == CARMENU+1) // Bikes
{
if(response)
{
if(listitem == 0) // BF-400
{
CreateVehicleEx(playerid,581, X,Y,Z+1, Angle, random(126), random(126), -1);
}
ShowPlayerDialog(playerid, CARMENU, DIALOG_STYLE_LIST, "Vehicle Selection Menu","Bikes", "Select", "Cancel");
}
}
return 1;
}
PHP код:
C:\Users\Vitor\Desktop\CarMenu_v1.2\CarMenu_v1.2.pwn(68) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
PHP код:
return 1;