20.07.2012, 02:35
tell me which line(s) it start.
Copy the 1966 line
Edit:
Try this:
Changed: format(string, sizeof(string)) | the double )) at the end |
and removed the: ); | Why is it there? |
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],
);
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],
and removed the: ); | Why is it there? |

