CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 08:48:06 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=8e5cc888c5e31d0d910c5f09b4c0dfe6a92fea430250c4ed072e19ad24960843a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22fnn2QRj9pEkJbxD8Y0dFKWO19nZp6HlJ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d556183c879dfa-BLR
eqqwe - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Procedure vecRight(Vec.f, Ang.f, pAng.f)
- Protected A.f, B.f
- A = (Vec + Ang)
- If A >= 360
- If (pAng >= Vec And pAng <= 360.0)
- ProcedureReturn 1
- EndIf
- B = (A - 360.0)
- If (pAng >= 0.0 And pAng <= B)
- ProcedureReturn 1
- EndIf
- Else
- If (pAng >= Vec And pAng <= A)
- ProcedureReturn 1
- EndIf
- EndIf
- ProcedureReturn 0
- EndProcedure
- Procedure vecLeft(Vec.f, Ang.f, pAng.f)
- Protected A.f
- A = (Vec - Ang)
- If A <= 0
- If pAng >= 0 And pAng <= Vec
- ProcedureReturn 1
- EndIf
- B = (360.0 + A)
- If pAng >= B And pAng <= 360.0
- ProcedureReturn 1
- EndIf
- Else
- If (pAng >= Vec And pAng <= A)
- ProcedureReturn 1
- EndIf
- EndIf
- EndProcedure
- Procedure vecPoint(Vec.f, Lang.f, Rand.f, pAng.f)
- If vecRight(Vec.f, Rang.f, pAng.f)
- ProcedureReturn 1
- EndIf
- If vecLeft(Vec.f, Lang.f, pAng.f)
- ProcedureReturn 1
- EndIf
- ProcedureReturn 0
- EndProcedure
- Vec.f = 21.0 ; // Куда я двигаюсь
- Rang.f = 20.0
- Lang.f = 20.0
- pAng.f = 13.0
- Debug vecPoint(Vec.f, Lang.f, Rand.f, pAng.f)
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ S
JavaScript | 1 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 5 sec ago | 0.10 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 10 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ P
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 16 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ Z
JavaScript | 19 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 21 sec ago | 0.10 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 27 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand