SA-MP Forums Archive
Why the spec cant worK? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Why the spec cant worK? (/showthread.php?tid=88678)



Why the spec cant worK? - mike864 - 28.07.2009

hi i am here again...

today i have a new problems again...When i try to type command /spec [id]..i got to an other place///.and when i type other command /XXX thats all go to the same place///

Why that?


[img width=1024 height=768]http://htclfsteam.hostrator.com/problems.png[/img]




Re: Why the spec cant worK? - Anarkien - 28.07.2009

Can't really help you out with the information you've given..
What's the spec code?


Re: Why the spec cant worK? - XtremeChio - 28.07.2009

So basically, when you type /spec you don't see the player, but you see something else..It might be that the player hasn't logged in yet, but I don't think that is it. You could really explain more about your spec command..


Re: Why the spec cant worK? - mike864 - 28.07.2009

Quote:
Originally Posted by XtremeChio
So basically, when you type /spec you don't see the player, but you see something else..It might be that the player hasn't logged in yet, but I don't think that is it. You could really explain more about your spec command..
I dont need to login...i using this http://forum.sa-mp.com/index.php?topic=96552.0
How can i use the Adminspec?use What command ?i try /specplayer {id} but nothing i am login as admin already..

Ty all


Re: Why the spec cant worK? - ғαιιοцт - 28.07.2009

use TogglePlayerSpectating!!
else spectate won't work

https://sampwiki.blast.hk/wiki/TogglePlayerSpectating


Re: Why the spec cant worK? - mike864 - 28.07.2009

Quote:
Originally Posted by °ғαιιοцт°
use TogglePlayerSpectating!!
else spectate won't work

https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
How can i use thats? or thishttps://sampwiki.blast.hk/wiki/PlayerSpectatePlayer


Re: Why the spec cant worK? - ғαιιοцт - 28.07.2009

Quote:
Originally Posted by mike864
Quote:
Originally Posted by °ғαιιοцт°
use TogglePlayerSpectating!!
else spectate won't work

https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
How can i use thats? or thishttps://sampwiki.blast.hk/wiki/PlayerSpectatePlayer
Код:
  TogglePlayerSpectating(playerid, 1);
  PlayerSpectatePlayer(playerid, giveplayerid);
= example..

you need to toggleplayerspectating first before you can use PlayerSpectatePlayer


Re: Why the spec cant worK? - mike864 - 28.07.2009

Quote:
Originally Posted by °ғαιιοцт°
Quote:
Originally Posted by mike864
Quote:
Originally Posted by °ғαιιοцт°
use TogglePlayerSpectating!!
else spectate won't work

https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
How can i use thats? or thishttps://sampwiki.blast.hk/wiki/PlayerSpectatePlayer
put this where?

Код:
  TogglePlayerSpectating(playerid, 1);
  PlayerSpectatePlayer(playerid, giveplayerid);
= example..

you need to toggleplayerspectating first before you can use PlayerSpectatePlayer



Re: Why the spec cant worK? - mike864 - 29.07.2009

how can i use this?put to PWN where?


Re: Why the spec cant worK? - Serediucr - 29.07.2009

learn pawn and THEN talk