05.05.2014, 20:36
pawn Код:
if(!Engined{vehicleid}){Engined{vehicleid} = true;return 1;}else{Engined{vehicleid} = false;}return 1;}
if(!Engined{vehicleid}){Engined{vehicleid} = true;return 1;}else{Engined{vehicleid} = false;}return 1;}
Why do you have what should be multiple lines of code, on just one?
But there is a possibility the warning itself could be due to surrounding lines. Paste the line before and after please. |