Guest User

Untitled

a guest
May 16th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.33 KB | None | 0 0
  1. stock gangZoneName(playerid) {
  2.     new nome[24] = "N/A";
  3.         if(IsPlayerInArea(playerid, minx, miny, maxx, maxy)) { //dos ballas
  4.         nome = "Ballas";
  5.         }
  6.         else if(IsPlayerInArea(playerid, minx, miny, maxx, maxy)) { //dos grove
  7.         nome = "Grove Street";
  8.         }
  9.         /// sucessivamente
  10.              
  11.     return nome;
  12. }
Add Comment
Please, Sign In to add comment