Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(new i = 0; i < sizeof(RoadBlocks); i++) {
- if(IsPlayerInRangeOfPoint(playerid, 5.0, RoadBlocks[i][rbX], RoadBlocks[i][rbY], RoadBlocks[i][rbZ])) {
- SCM(playerid, COLOR_YELLOW, "[DEBUG]: You're in range of one roadblock!");
- }
- else return SCM(playerid, COLOR_RED, "[DEBUG]: You're not in range of one roadblock!");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement