OnPlayerState
#2

Код:
if((carid <= 407)
You needn't add an if when you are using the logical operators.
Код:
if(cond-1 && cond-2 && cond-3... && cond-n)
You must not add a ; after if statements.

Код:
if(cond) //No ;
{

}
Reply


Messages In This Thread
OnPlayerState - by Harith - 05.09.2015, 06:40
Re: OnPlayerState - by Yashas - 05.09.2015, 06:53
Re: OnPlayerState - by Harith - 05.09.2015, 08:19
Re: OnPlayerState - by Fancy - 05.09.2015, 08:36
Re: OnPlayerState - by Harith - 05.09.2015, 17:07
Re: OnPlayerState - by Logofero - 05.09.2015, 17:12
Re: OnPlayerState - by IceBilizard - 05.09.2015, 17:13
Re: OnPlayerState - by Logofero - 05.09.2015, 17:14
Re: OnPlayerState - by Harith - 05.09.2015, 17:18
Re: OnPlayerState - by IceBilizard - 05.09.2015, 17:18

Forum Jump:


Users browsing this thread: 2 Guest(s)