Advertisement
Jura2207

Untitled

Dec 7th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. cmd(whyme, playerid, params[]) // Komanda za info ko me areao i zašto.
  2. {
  3. if(IsPlayerConnectedAndLoggedIn(playerid))
  4. {
  5. if(PlayerInfo[playerid][pArea] > 0)
  6. {
  7. new string[128];
  8. format(string, 128, "* Posljednja kazna od strane administratora %s - razlog: %s.", PlayerInfo[playerid][pAreaBy], PlayerInfo[playerid][pAreaReason]);
  9. SendClientMessage(playerid, 0xEE6255FF, string);
  10. }
  11. else
  12. {
  13. SendClientMessage(playerid, COLOR_ERROR, "ERROR: Ne mozete koristiti ovu komandu jer niste kaznjeni - niste u area-i.");
  14. PlayerPlaySound(playerid, 1055, 0.0, 0.0, 0.0);
  15. }
  16. }
  17.  
  18. return 1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement