SSCANF and Streamer problem appear after editing a command
#3

Thx man,you helped me
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);
        }
Problem solved thx to iZN.topic can be locked.
Reply


Messages In This Thread
SSCANF and Streamer problem appear after editing a command - by BGTrucker - 24.12.2013, 11:26
Re: SSCANF and Streamer problem appear after editing a command - by iZN - 24.12.2013, 11:27
Re: SSCANF and Streamer problem appear after editing a command - by BGTrucker - 24.12.2013, 11:35
Re: SSCANF and Streamer problem appear after editing a command - by Konstantinos - 24.12.2013, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)