More garage help
#8

tell me which line(s) it start.
Copy the 1966 line

Edit:
pawn Код:
{
        format(string, sizeof(string), "%d|%d|%d|%s|%f|%f|%f|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d\r\n",
        GarageInfo[idx][gLevel],
        GarageInfo[idx][gPrice],
        GarageInfo[idx][gStatus],
        GarageInfo[idx][gOwner],
        GarageInfo[idx][gX],
        GarageInfo[idx][gY],
        GarageInfo[idx][gZ],
        );
Try this:
pawn Код:
{
        format(string, sizeof(string)), "%d|%d|%d|%s|%f|%f|%f|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d\r\n",
        GarageInfo[idx][gLevel],
        GarageInfo[idx][gPrice],
        GarageInfo[idx][gStatus],
        GarageInfo[idx][gOwner],
        GarageInfo[idx][gX],
        GarageInfo[idx][gY],
        GarageInfo[idx][gZ],
Changed: format(string, sizeof(string)) | the double )) at the end |
and removed the: ); | Why is it there? |
Reply


Messages In This Thread
More garage help - by Ryan_Michael - 20.07.2012, 00:18
Re: More garage help - by nepstep - 20.07.2012, 00:21
Re: More garage help - by Ryan_Michael - 20.07.2012, 01:51
Re: More garage help - by Ryan_Michael - 20.07.2012, 02:00
Re: More garage help - by jeremy8810 - 20.07.2012, 02:02
Re: More garage help - by Ryan_Michael - 20.07.2012, 02:21
Re: More garage help - by jeremy8810 - 20.07.2012, 02:30
Re: More garage help - by jeremy8810 - 20.07.2012, 02:35
Re: More garage help - by Ryan_Michael - 20.07.2012, 02:40
Re: More garage help - by newbienoob - 20.07.2012, 02:47

Forum Jump:


Users browsing this thread: 1 Guest(s)