16.07.2011, 22:56
It's pretty obvious, you've missed a bracket out.
Next time, you should look over your code properly to see if there's anything missing, prior to posting one of these threads with a ridiculous title.
pawn Код:
/* Line 550 */if(dini_Int(vFile(vehicleid),"sCar") != 0) SendClientMessage(playerid, 0x33CCCC00, "VehicleType: {FFFFFF}Special");
/* Line 551 */if(dini_Int(vFile(vehicleid),"sCar") == 0) SendClientMessage(playerid, 0x33CCCC00, "VehicleType: {FFFFFF}Regular");