Quick question | +1 rep
#1

Hei

Is this:

Код:
if( !IsAtPoint( playerid ) )
	{
		SendClientMessage( playerid, COLOR_WHITE, "Se");
		SendClientMessage( playerid, -1, "Sa" );
	}
Same as this:

Код:
if( !IsAtPoint( playerid ) ) return SendClientMessage(playerid, -1, "Something");
I just want to send 2 line SendCLientMessage but not sure if im right

So what I want is tat if their not in that point, then it will return and send 2 line sendclientmessage.

-------------------

And one more

Код:
if(AccInfo[playerid][pBizzKey] == 31 && AccInfo[playerid][pBizzKey] == 30)
Am I right, that if someone has bizzkey 31, then He can use this cmd or when somebody has bizkey 30 then he can use this cmd ?

Or there is suposed to be || not && ?
Reply


Messages In This Thread
Quick question | +1 rep - by NewbBeginner - 27.02.2012, 18:25
Re: Quick question | +1 rep - by Konstantinos - 27.02.2012, 18:27
Re: Quick question | +1 rep - by 2KY - 27.02.2012, 19:18
Re: Quick question | +1 rep - by Konstantinos - 27.02.2012, 19:20
Re: Quick question | +1 rep - by Twisted_Insane - 27.02.2012, 19:29
Re: Quick question | +1 rep - by Gh05t_ - 27.02.2012, 19:36
Re: Quick question | +1 rep - by Konstantinos - 27.02.2012, 19:40
Re: Quick question | +1 rep - by Gh05t_ - 27.02.2012, 19:45

Forum Jump:


Users browsing this thread: 1 Guest(s)