14.04.2016, 12:35
Even if you have match-able braces, the code layout is terrible.
Has it EVER worked?
And why in the middle of the if statements have you got empty sections?
These empty sections are causing you more trouble than they are worth...
Fix your indentation so you can read your code, and then maybe you'll be able to see what's going on with it.
Has it EVER worked?
And why in the middle of the if statements have you got empty sections?
Код:
if(PlayerInfo[playerid][pEvro] >= OwnableCarPrice[playerid]) { }
Код:
if(IsPlayerConnected(OwnableCarOffer[playerid])) { }
Fix your indentation so you can read your code, and then maybe you'll be able to see what's going on with it.