Guest User

Untitled

a guest
Jul 25th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. new masobaove;
  2. new szKey[5];
  3. new result;
  4. if (PlayerInfo[playerid][pMatKhaus] == 2)
  5. {
  6. masobaove = PlayerInfo[playerid][pMabaomat];
  7. valstr(szKey, masobaove);
  8. ShowPlayerKeypad(playerid, 2, szKey);
  9. }
  10. else
  11. {
  12. }
  13. if(result == CREATEKEYPAD_RETURN_INVALID_ID) return SendClientMessage(playerid, COLOR_RED, "Invalid keypad ID passed to CreateKeypad().");
  14. if(result == CREATEKEYPAD_RETURN_NUM) return SendClientMessage(playerid, COLOR_RED, "Invalid keypad string (non-numerical) passed to CreateKeypad().");
  15. return 1;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment