Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- isPlayerGangZone(pid, Float: gz_x, Float: gz_y, Float: gz_x2, Float: gz_y2)
- {
- static Float:X, Float:Y, Float:Z;
- GetPlayerPos(pid, X, Y, Z);
- if (X > gz_x && X < gz_x2 && Y > gz_y && Y < gz_y2)
- return true;
- return 0;
- }
- // Verifica se o Player está em uma GangZone.
- // Feita por [iPs]SuYaNw
Advertisement
Add Comment
Please, Sign In to add comment