Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- else if(ServerVehicles[vehicle][vFaction] != PlayerInfo[playerid][pMember] && ServerVehicles[vehicle][vFaction] != 0) {
- format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction]));
- SCM(playerid, COLOR_GREY, string);
- SlapPlayer(playerid);
- }
- else {
- if(OnDuty[playerid] == 0 && IsACop(playerid) && Copcar2(vehicle)) {
- SCM(playerid, COLOR_LGREEN, "Nu poti folosi vehiculele factiunii daca nu esti la datorie!");
- SlapPlayer(playerid);
- return 1;
- }
- }:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement