Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. if(pTemp[playerid][pTargetAction] == ACTION_DICE)
  2. {
  3. KostiMoney[playerid] !=0 || ZapretDice[playerid]!=0
  4.  
  5. KostiMoney[playerid] = 0;
  6. ZapretDice[playerid] = 0;
  7. pTemp[playerid][pTargetAction] = ACTION_NONE;
  8. pTemp[KostiName[playerid]][pSelectPlayer] = INVALID_PLAYER_ID;
  9. KostiMoney[KostiName[playerid]] = 0;
  10. ZapretDice[KostiName[playerid]] = 0;
  11. SendClientMessage(playerid, COLOR_RED, "Вы отказались от предложения");
  12. SendClientMessage(KostiName[playerid], COLOR_RED, "Игрок отказался от предложения");
  13. Predlog[KostiName[playerid]] = 0;
  14. KostiName[KostiName[playerid]] = INVALID_PLAYER_ID;
  15. KostiName[playerid] = INVALID_PLAYER_ID;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement