Guest User

Untitled

a guest
Aug 12th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public OnPlayerClickTextDraw(playerid, Text:clickedid) {
  2. if(clickedid == Text:INVALID_TEXT_DRAW) {
  3. if(GetPVarInt(playerid, "openingCrate") == 0) hideCrateTD(playerid);
  4. }
  5. return 1;
  6. }
Add Comment
Please, Sign In to add comment