SA-MP Forums Archive
[FilterScript] Spectate Player's Screen (like CS or 3rdPS games) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Spectate Player's Screen (like CS or 3rdPS games) (/showthread.php?tid=471888)



Spectate Player's Screen (like CS or 3rdPS games) - Matz - 25.10.2013

Spectate Player's Screen

Video:

[ame]http://www.youtube.com/watch?v=oEg7CSjMBLs[/ame]

Info:

- This is just a test version. It's not smooth. I didn't improve it.
- I don't think that it can be optimized. You're free to do whatever you want with this script.



Re: Spectate Player's Screen (like CS or 3rdPS games) - RebeloX - 25.10.2013

Very nice dude!


Re: Spectate Player's Screen (like CS or 3rdPS games) - Pottus - 26.10.2013

Are you fucking kidding me ?

pawn Код:
new weapon1[MAX_PLAYERS];
new weapon1a[MAX_PLAYERS];
new weapon2[MAX_PLAYERS];
new weapon2a[MAX_PLAYERS];
new weapon3[MAX_PLAYERS];
new weapon3a[MAX_PLAYERS];
new weapon4[MAX_PLAYERS];
new weapon4a[MAX_PLAYERS];
new weapon5[MAX_PLAYERS];
new weapon5a[MAX_PLAYERS];
new weapon6[MAX_PLAYERS];
new weapon6a[MAX_PLAYERS];
new weapon7[MAX_PLAYERS];
new weapon7a[MAX_PLAYERS];
new weapon8[MAX_PLAYERS];
new weapon8a[MAX_PLAYERS];
new weapon9[MAX_PLAYERS];
new weapon9a[MAX_PLAYERS];
new weapon10[MAX_PLAYERS];
new weapon10a[MAX_PLAYERS];
new weapon11[MAX_PLAYERS];
new weapon11a[MAX_PLAYERS];
new weapon12[MAX_PLAYERS];
new weapon12a[MAX_PLAYERS];



Re: Spectate Player's Screen (like CS or 3rdPS games) - Patrick - 26.10.2013

Quote:
Originally Posted by [uL]Pottus
Посмотреть сообщение
Are you fucking kidding me ?

pawn Код:
new weapon1[MAX_PLAYERS];
new weapon1a[MAX_PLAYERS];
new weapon2[MAX_PLAYERS];
new weapon2a[MAX_PLAYERS];
new weapon3[MAX_PLAYERS];
new weapon3a[MAX_PLAYERS];
new weapon4[MAX_PLAYERS];
new weapon4a[MAX_PLAYERS];
new weapon5[MAX_PLAYERS];
new weapon5a[MAX_PLAYERS];
new weapon6[MAX_PLAYERS];
new weapon6a[MAX_PLAYERS];
new weapon7[MAX_PLAYERS];
new weapon7a[MAX_PLAYERS];
new weapon8[MAX_PLAYERS];
new weapon8a[MAX_PLAYERS];
new weapon9[MAX_PLAYERS];
new weapon9a[MAX_PLAYERS];
new weapon10[MAX_PLAYERS];
new weapon10a[MAX_PLAYERS];
new weapon11[MAX_PLAYERS];
new weapon11a[MAX_PLAYERS];
new weapon12[MAX_PLAYERS];
new weapon12a[MAX_PLAYERS];
I did not check the picture, but [uL]Pottus is true, do you know how to use a variable in a quicker way?, you could do something like this, to shorten the code

pawn Код:
new weapon[24];



Re: Spectate Player's Screen (like CS or 3rdPS games) - Matz - 26.10.2013

Quote:
Originally Posted by pds2k12
Посмотреть сообщение
I did not check the picture, but [uL]Pottus is true, do you know how to use a variable in a quicker way?, you could do something like this, to shorten the code

pawn Код:
new weapon[24];
Ikr. I just copied that from one of my oldest stuff. Ofc I know how to do it like you said.


Re: Spectate Player's Screen (like CS or 3rdPS games) - Vaishnav - 26.10.2013

nice script man


Re: Spectate Player's Screen (like CS or 3rdPS games) - boomerboom - 06.11.2013

Reminds me of MTA script for spectating.


Re: Spectate Player's Screen (like CS or 3rdPS games) - PT - 06.11.2013

very good man.