09.04.2017, 15:05
I have a cmd /accept taxi [id] for taxi driver to accept cals from players but every time a taxi driver write the cmd a message apears told him he is not a taxi driver
But the taxi driver is pMember = 13 , but this always return the message , i'm doing it wrong?
PHP код:
if(PlayerInfo[playerid][pMember] != 13 || PlayerInfo[playerid][pMember] != 15 || PlayerInfo[playerid][pMember] != 19) return SCM(playerid,COLOR_YELLOW2, "Error: You're not a taxi driver.");