Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.39 KB | None | 0 0
  1. public Provera(playerid)
  2. {
  3.     for(new i = 0; i < sizeof(HouseInfo); i++)
  4.     {
  5.         if(IsPlayerInRangeOfPoint(playerid, 3,HouseInfo[i][hEntrancex], HouseInfo[i][hEntrancey], HouseInfo[i][hEntrancez]))
  6.             {            
  7.                 TextDrawShowForPlayer(playerid, id txtdrawa);
  8.             }
  9.             else
  10.             {
  11.                 TextDrawHideForPlayer(playerid, id txtdrawa);
  12.             }
  13.         }
  14.     return 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement