Advertisement
Alelluja

Untitled

Dec 25th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. public StatusShow(id)
  2. {
  3. new pid = read_data(2), team = gTeam[pid];
  4.  
  5. new nazwa_gangu[64];
  6. gang_nazwa(pid, nazwa_gangu, charsmax(nazwa_gangu));
  7.  
  8. new cel_misji[256];
  9. get_objectiveMission(pid, cel_misji, charsmax(cel_misji));
  10.  
  11. set_hudmessage(team == 1? 255: 0, 50, team == 1? 0: 255, -1.0, -1.0, 0, 0.01, 6.0);
  12. ShowSyncHudMsg(id, SyncHudObj1, "%s: %s^nGang: [%s] | Respekt: [%i]^nCel misji: %s | Postep: %i/%i",
  13. team == 1? "Wiezien": "Straznik", nazwa_gracza[pid], nazwa_gangu, get_respekt(pid),
  14. cel_misji, get_progressPlayerMission(pid), get_countMissions(pid));
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement