Advertisement
StefkeZ

Untitled

Aug 5th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. JobUniformPlace( playerid ) {
  2.  
  3. for( new i = 0; i < MAX_JOBS; i++) {
  4.  
  5. if( IsPlayerInRangeOfPoint( playerid, 3.0, jobsInfos[ i ][ jUniformPos ][ 0 ], jobsInfos[ i ][ jUniformPos ][ 1 ], jobsInfos[ i ][ jUniformPos ][ 2 ] ) ) { return i; }
  6. }
  7. return -1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement