29.04.2009, 15:35
Код:
else if(strcmp(tmp,"6",true) == 0)
{
SendClientMessage(playerid, COLOR_DONATE, "You bought a Bouquet of Flowers for : $80");
SafeGivePlayerMoney(playerid, -80);
SafeGivePlayerWeapon(playerid, 14, 1);
return 1;
}
else
{
SendClientMessage(playerid, COLOR_GREEN, "Wrong Sex-Toy-ID, type /buy list");
return 1;
}
else -This is the error line.....
{
SendClientMessage(playerid, COLOR_DONATE, " You are not at the Sex-Shop(Near North-Burger Shot) !");
return 1;
}
}
}
return 1;
}

