27.02.2012, 18:25
Hei
Is this:
Same as this:
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
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 && ?
Is this:
Код:
if( !IsAtPoint( playerid ) ) { SendClientMessage( playerid, COLOR_WHITE, "Se"); SendClientMessage( playerid, -1, "Sa" ); }
Код:
if( !IsAtPoint( playerid ) ) return SendClientMessage(playerid, -1, "Something");
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)
Or there is suposed to be || not && ?