09.05.2012, 19:07
You are missing the if part of the if statement on that line, it should be:
Also the same problem with another similar line after that, I'm sure you can figure it out. In future please read the errors and take a look at the code instead of going straight to the forums for assistance, chances are you can help yourself, you just need to make the effort.
Also, please use [pawn][/pawn] tags in future around your code to make it readable and only post the parts of the code you are having issues with, not the entire thing.
pawn Код:
if(GetPlayerMoney(playerid) < 100) return SendClientMessage(playerid,COLOR_LIGHTRED,"You can't afford this.");
Also, please use [pawn][/pawn] tags in future around your code to make it readable and only post the parts of the code you are having issues with, not the entire thing.