What did i do wrong?
#2

All those errors might come from the comma you missed here:
pawn Код:
Float:PosL[4]//1684
So..it would be:
pawn Код:
new//1678
        String[512],//1679
        ModelL,//7680
        CL[2],//1681
        PriceL,//1682
        OwnerL[MAX_PLAYER_NAME],//1683
        Float:PosL[4],//1684
        ID,//1685
        PlateNumL[32];//1686
EDIT:
Also whats up with these two lines?:
pawn Код:
vehicledata[ID][Owner] = OwnerL, 0, 24, 24);//1700
..
vehicledata[ID][Plate] = PlateNumL, 0, 32, 32);//1705
Whats the need for " ); " if theres no starting " ( "
Reply


Messages In This Thread
What did i do wrong? - by Rokzlive - 23.03.2011, 01:06
Re: What did i do wrong? - by s0nic - 23.03.2011, 01:18
Re: What did i do wrong? - by Rokzlive - 23.03.2011, 01:19
Re: What did i do wrong? - by PinkFloydLover - 23.03.2011, 01:24
Re: What did i do wrong? - by Rokzlive - 23.03.2011, 01:30

Forum Jump:


Users browsing this thread: 3 Guest(s)