12.09.2011, 01:47
Quote:
change
if(!strcmp(BizInfo[PlayerInfo[playerid][pBizKey]][bOwner],PlayerName(playerid),true)) to if(strcmp(BizInfo[PlayerInfo[playerid][pBizKey]][bOwner],PlayerName(playerid),true)) ... it returns 0 if the string matches, thus by having the "!" its checking if the string matches. |