Posts: 218
Threads: 46
Joined: Feb 2018
Reputation:
0
stock isORGMechanicLcensed(playerid)
{
new org = PlayerInfo[playerid][pOrgMember];
if(org !=0 && OrgInfo[org][OrgMech] == 1) return 1;
return 0;
}
Its always FALSE even if my ORG has a mechanic license
Posts: 123
Threads: 29
Joined: Mar 2009
Reputation:
0
We'd need more code to see whats going wrong.
Posts: 218
Threads: 46
Joined: Feb 2018
Reputation:
0
not really,
I am just checking for isORGMechanicLcensed(playerid) nothing more.
The error is in this stock
Posts: 230
Threads: 53
Joined: Sep 2018
Reputation:
0
Hello playstores, if the function is always returning "false" the problem must be in the manipulation of these variables, better analyze where they are defined and how they are being used, because there is nothing wrong with this STOCK, search, and contact us.