Advertisement
Askofaker

khmm

Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. }
  2. if(PlayerInfo[playerid][pFreeZona] == 1)
  3. {
  4. if(PlayerInfo[killerid][pAlfa] == 1 && PlayerInfo[playerid][pBeta] == 1)
  5. {
  6. new stringa[128];
  7. format(stringa, sizeof(stringa), "{FFFFFF}FZ | {0049FF}%s {FFFFFF}je ubio {F71616}%s", GetPlayerNameEx(killerid), GetPlayerNameEx(playerid));
  8. FZPoruka(SIVA, stringa);
  9. PlayerInfo[killerid][pFZUbistva] += 1;
  10. PlayerInfo[playerid][pFZSmrti] += 1;
  11. }
  12. else if(PlayerInfo[killerid][pBeta] == 1 && PlayerInfo[playerid][pAlfa] == 1)
  13. {
  14. new stringa[128];
  15. format(stringa, sizeof(stringa), "{FFFFFF}FZ | {F71616}%s {FFFFFF}je ubio {0049FF}%s", GetPlayerNameEx(killerid), GetPlayerNameEx(playerid));
  16. FZPoruka(SIVA, stringa);
  17. PlayerInfo[killerid][pFZUbistva] += 1;
  18. PlayerInfo[playerid][pFZSmrti] += 1;
  19. }
  20. if (fzratpokrenut == 1)
  21. {
  22. else if(PlayerInfo[killerid][pAlfa] == 1)
  23. {
  24. new fzstr[0];
  25. AlfaUbistava ++;
  26. format(fzstr, sizeof(fzstr), "~b~TIM ALFA: ~b~%d", AlfaUbistava);
  27. TextDrawSetString(plavitim, fzstr);
  28. new stringd[256];
  29. format(stringd, sizeof(stringd), "~w~Broj igraca: %d", FZIgraci);
  30. TextDrawSetString(fzigraci,stringd);
  31. }
  32. else if(PlayerInfo[killerid][pBeta] == 1)
  33. {
  34. new fzstr2[0];
  35. BetaUbistava ++;
  36. format(fzstr2, sizeof(fzstr2), "~r~TIM BETA: ~r~%d", BetaUbistava);
  37. TextDrawSetString(crvenitim, fzstr2);
  38. new stringda[256];
  39. format(stringda, sizeof(stringda), "~w~Broj igraca: %d", FZIgraci);
  40. TextDrawSetString(fzigraci,stringda);
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement