17.05.2016, 09:49
Quote:
This is wrong
Код:
if(PlayerInfo[playerid][pJob] == 0){ return 1; } if(PlayerInfo[playerid][pJob] == 0) { return 1; } Try to Fix { } they will be Fixed easily. |
Код:
if(PlayerInfo[playerid][pJob] == 0) { return 1; }
@Sacrifice, can you please point out the lines that you are showing, so we know which are triggering the warnings? Besides that, includes are there for a reason, grouping your code in several includes is more efficient than having over 10k lines in one file.