10.07.2011, 00:31
Voce abriu 2 chaves e fechou uma.
pawn Код:
if (strcmp(cmdtext, "/neon", true)==0)
{
if(IsPlayerInRangeOfPoint(45.0,playerid,1617.7235,-1889.6929,13.5469))
{
ShowPlayerDialog(playerid, neondialog, DIALOG_STYLE_LIST, "Sistema De Tunning", " R$ 4.500\tAzul\n R$ 4.500\tVermelho\n R$ 4.500\tVerde\n R$ 4.500\tBranco\n R$ 4.500\tRosa\n R$ 4.500\tAmarelo\n R$ 2.500\tRemover neon do veiculo", "OK", "Cancelar");
PlayerPlaySound(playerid, 1133, 0.0, 0.0, 10.0);
}
}
return 1;
}
return 0;