Problem with CMD
#4

Quote:
Originally Posted by MBilal
Посмотреть сообщение
This is wrong

Код:
if(PlayerInfo[playerid][pJob] == 0){
 
return 1;
}
This is Correct

if(PlayerInfo[playerid][pJob] == 0)
{

return 1;
}


Try to Fix { } they will be Fixed easily.
This is complete bullsh!t.

Код:
if(PlayerInfo[playerid][pJob] == 0) {
	return 1;
}
That code is totally correct, will compile totally fine and will work totally fine.

@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.
Reply


Messages In This Thread
Problem with CMD - by IndependentGaming - 17.05.2016, 09:13
Re: Problem with CMD - by IndependentGaming - 17.05.2016, 09:42
Re: Problem with CMD - by MBilal - 17.05.2016, 09:46
Re: Problem with CMD - by JasperM - 17.05.2016, 09:49
Re: Problem with CMD - by SyS - 17.05.2016, 09:49
Re: Problem with CMD - by IndependentGaming - 17.05.2016, 09:54
Re: Problem with CMD - by SyS - 17.05.2016, 09:56
Re: Problem with CMD - by JasperM - 17.05.2016, 09:56
Re: Problem with CMD - by MBilal - 17.05.2016, 10:25
Re: Problem with CMD - by GhostHacker - 17.05.2016, 10:28

Forum Jump:


Users browsing this thread: 1 Guest(s)