Advertisement
Guest User

Untitled

a guest
Mar 11th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. else if(ServerVehicles[vehicle][vFaction] != PlayerInfo[playerid][pMember] && ServerVehicles[vehicle][vFaction] != 0) {
  2. format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction]));
  3. SCM(playerid, COLOR_GREY, string);
  4. SlapPlayer(playerid);
  5. }
  6. else {
  7. if(OnDuty[playerid] == 0 && IsACop(playerid) && Copcar2(vehicle)) {
  8. SCM(playerid, COLOR_LGREEN, "Nu poti folosi vehiculele factiunii daca nu esti la datorie!");
  9. SlapPlayer(playerid);
  10. return 1;
  11. }
  12. }:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement