10.07.2014, 22:28
okay pawno is working but now i have one problem,if player is not a member of this fraction he can`t sit in the car right ? in this situation everyone can sit in cars why idk there is this
what i did wrong ?
Код:
if(newcar >= hamccar[0] && newcar <= hamccar[22]) { if(PlayerInfo[playerid][pLeader] == 24 || PlayerInfo[playerid][pMember] == 24) { } else { SendClientMessage(playerid, COLOR_GREY, "Ar Xar Forsage-is Wevri!"); RemovePlayerFromVehicleAC(playerid); } }