PewN Posted December 2, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted December 2, 2012 (edited) i have a problem how can i fix it cuz i add this on @item . even my account_id is 2000001 i can't use it any solution? if ( sd->status.account_id != 2000001 || sd->status.account_id != 2000002) { clif_displaymessage(fd, msg_txt(709)); return 0; } thx Edited December 2, 2012 by TrojanWorm Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 2, 2012 if ( sd->status.account_id != 2000001 && sd->status.account_id != 2000002) your account ID cant be 2000001 and 2000002 at the same time...that why you cant use OR Operator in the condition checking.. 1 Quote Link to comment Share on other sites More sharing options...
PewN Posted December 2, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share Posted December 2, 2012 ah ok thx im gonna try this Quote Link to comment Share on other sites More sharing options...
Question
PewN
i have a problem how can i fix it cuz i add this on @item . even my account_id is 2000001 i can't use it any solution?
thx
Edited by TrojanWormLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.