Problem with CMD
#3

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.
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)