24.12.2008, 11:47
Hey, when I sum in a car of the factions can not use the special commands and the code should be well since the ids are correct.
Code:
if(newcar == 82 || newcar == 84 || newcar == 85 || newcar == 94 || newcar == 162 || newcar == 163 || newcar == 164 || newcar == 165 || newcar == 166 || newcar == 167 || newcar == 168 || newcar == 173 || newcar == 174 || newcar == 175 || newcar == 176) { if(PlayerInfo[playerid][pMember] == 10||PlayerInfo[playerid][pLeader] == 10) { } else { SendClientMessage(playerid,COLOR_GREY," No eres un taxista!"); RemovePlayerFromVehicle(playerid); } }
I Dont have errors.