Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. for(new i = 0; i < sizeof(RoadBlocks); i++) {
  2. if(IsPlayerInRangeOfPoint(playerid, 5.0, RoadBlocks[i][rbX], RoadBlocks[i][rbY], RoadBlocks[i][rbZ])) {
  3. SCM(playerid, COLOR_YELLOW, "[DEBUG]: You're in range of one roadblock!");
  4. }
  5. else return SCM(playerid, COLOR_RED, "[DEBUG]: You're not in range of one roadblock!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement