[FilterScript] [FS] Sniper Privilege
#1

Script which shows distance to the purpose when you aim from a sniper rifle. Perhaps still I will make on others of the weapon.

Author: Psycho / Faus / Woozie
Length: 352
Last release: 0.3

What's new:
• No timers.
• Shows health and armour.
• Does your target aiming?
• Fixed 2 bugs




What's new in 0.3:

- Damage Indicator
- When you shoot player, playing sound






Download
Reply
#2

Very nice one fs , [TSA]Faus
Reply
#3

Haha, nice work =D
Reply
#4

Cool, very useful for TDM/DM Servers. I will use it for SURE.

Offtopic : Nice post count garsino
Reply
#5

updated, see first post.

AMSN - Above Mean Sea Level
Reply
#6

omg this is an awesome thing btw what i liked most (ping) cause sometimes players lag
________
Suzuki Ls650 Savage History
Reply
#7

very nice i think i will use this in my server :>
Reply
#8

Cool Thank you very much
Reply
#9

Realy nice, im gonna use this for some time.
Reply
#10

It possible to make it useful for rp server
with some scripting skills
good job!
Reply
#11

Very nice.
Reply
#12

Pastebin please.
Reply
#13

http://pastebin.com/hv2UaS0C
Reply
#14

Quote:
Originally Posted by » ραωпsтαг «
What's the AMSL ?

Code:
115.format(string,128,"~g~%s dist: ~r~%d m.~n~~b~Ping: ~r~%dms~n~~g~AMSL: ~r~%d m.~n~~b~Weapon: ~r~%s~p~(%d)",LOL(GetName(i)),floatround(GetDistanceBetweenPlayers(i,playerid)),GetPlayerPing
What's this LOL into the code ?
Reply
#15

pawn Code:
LOL(string[]) {
new result[256];
for (new i; i < 256; i++) {
switch(string[i]) {
case '[':result[i] = '(';
case ']':result[i] = ')';
default:result[i]=string[i];
}
}
return result;
}
Love the script like I said, but for real .. why .. WHY do you not indent? I never understand how people do it. No indentation FOR THE LOSE.
Reply
#16

Looks nice.
Reply
#17

Omg super awesome work .
Keep up the good work.

[Doppeyy
Reply
#18

Quote:
Originally Posted by Noredine
Quote:
Originally Posted by » ραωпsтαг «
What's the AMSL ?

Code:
115.format(string,128,"~g~%s dist: ~r~%d m.~n~~b~Ping: ~r~%dms~n~~g~AMSL: ~r~%d m.~n~~b~Weapon: ~r~%s~p~(%d)",LOL(GetName(i)),floatround(GetDistanceBetweenPlayers(i,playerid)),GetPlayerPing
What's this LOL into the code ?
It's a function.
Reply
#19

Quote:
Originally Posted by Noredine
Quote:
Originally Posted by » ραωпsтαг «
What's the AMSL ?

Code:
115.format(string,128,"~g~%s dist: ~r~%d m.~n~~b~Ping: ~r~%dms~n~~g~AMSL: ~r~%d m.~n~~b~Weapon: ~r~%s~p~(%d)",LOL(GetName(i)),floatround(GetDistanceBetweenPlayers(i,playerid)),GetPlayerPing
What's this LOL into the code ?
AMSL: Above Mean Sea Level

The LOL function:
What it does is change the [ ] to ( ) due to the fact that [ ] are stars or at least ] is..but yea, great script excluding indentation =p !
Reply
#20

Quote:
Originally Posted by » ραωпsтαг «
pawn Code:
LOL(string[]) {
new result[256];
for (new i; i < 256; i++) {
switch(string[i]) {
case '[':result[i] = '(';
case ']':result[i] = ')';
default:result[i]=string[i];
}
}
return result;
}
Love the script like I said, but for real .. why .. WHY do you not indent? I never understand how people do it. No indentation FOR THE LOSE.
I agree with you on that one. I don't see how people do it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)