ERRORS!!!!!!!!!!!!!!!!!!
#4

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
It's pretty obvious, you've missed a bracket out.

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");
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.
Quote:
Originally Posted by lolumadd_
Посмотреть сообщение
Those two lines should look like:
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");
Thanks guys, Im pretty tired becuase it's 2:10 In my clock, "I got the eyes in the sky"
Reply


Messages In This Thread
ERRORS!!!!!!!!!!!!!!!!!! - by Captain Price - 16.07.2011, 22:54
Re: ERRORS!!!!!!!!!!!!!!!!!! - by Calgon - 16.07.2011, 22:56
Re: ERRORS!!!!!!!!!!!!!!!!!! - by lolumadd_ - 16.07.2011, 22:57
Re: ERRORS!!!!!!!!!!!!!!!!!! - by Captain Price - 16.07.2011, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)