24.12.2013, 11:35
Thx man,you helped me
Actually I didnt missed a bracket,but put an opening bracket instead of closing.Here on line 11
Problem solved thx to iZN.topic can be locked.
Actually I didnt missed a bracket,but put an opening bracket instead of closing.Here on line 11
pawn Код:
case ClassPilot: // Ask where the pilot wants to respawn
if(APlayerData[playerid][House] != 0)
{
HouseID = APlayerData[playerid][House];
x = AHouseData[HouseID][HouseX];
y = AHouseData[HouseID][HouseY];
z = AHouseData[HouseID][HouseZ];
format(Msg1,256,"%s%s\r\n%s%s",GetArea(2010.0, -2345.0, 13.6),GetMainZone(2010.0, -2345.0, 13.6),GetArea(-1211.0, -105.0, 14.2),GetMainZone(-1211.0, -105.0, 14.2));
format(Msg2,256,"%s%s\r\nHouse(ID%i) at %s%s",GetArea(1630.0, 1615.0, 10.9),GetMainZone(1630.0, 1615.0, 10.9),HouseID,GetArea(x,y,z),GetMainZone(x,y,z));
format(DialogMsg5000,5000,"%s\r\n%s",Msg1,Msg2);
{
else
{
format(Msg1,256,"%s%s\r\n%s%s",GetArea(2010.0, -2345.0, 13.6),GetMainZone(2010.0, -2345.0, 13.6),GetArea(-1211.0, -105.0, 14.2),GetMainZone(-1211.0, -105.0, 14.2));
format(Msg2,256,"%s%s",GetArea(1630.0, 1615.0, 10.9),GetMainZone(1630.0, 1615.0, 10.9));
format(DialogMsg5000,5000,"%s\r\n%s",Msg1,Msg2);
}