SA-MP Forums Archive
Help spec FS - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help spec FS (/showthread.php?tid=430805)



Help spec FS - DetoNater - 15.04.2013

I have tired of searching of an spec system which are not up to my needs.....
can any one suggest me a spec system like this (by luxurion) with textdraws


thanks in advance..


Re: Help spec FS - Shoulen - 15.04.2013

Hey,
use: https://sampforum.blast.hk/showthread.php?tid=413556
That's your best bet for getting someone to make it for you.


Re: Help spec FS - faiznurfaza - 15.04.2013

TogglePlayerSpectating(playerid, true);
TogglePlayerControllAble(playerid, true);

Use This


Re: Help spec FS - Shoulen - 15.04.2013

Quote:
Originally Posted by faiznurfaza
Посмотреть сообщение
TogglePlayerSpectating(playerid, true);
TogglePlayerControllAble(playerid, true);

Use This
Did you actually read the thread at all?

Also that script won't spectate a player, you still need to have PlayerSpectatePlayer().
TogglePlayerControllable will just make the spectator not able to move his/her mouse.