Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.17 KB | None | 0 0
  1. Fish_IsPlayerHaveCurrSonar(playerid, sonar_item) {
  2.     return
  3.         sonar_item ? (player_fish[playerid][pSonar] > 0.0 ? 1 : 0) : (player_fish[playerid][pSonar] > 0.0 ? 1 : 0);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement