Spec command.
#1

Hi, guys, I would like to get codes&pastebin or any download of /spec and /spec off commands.
(Notes: it should be for admin rcon)
Reply
#2

http://forum.sa-mp.com/search.php?searchid=10860651
Reply
#3

Damn, the server package even has a filterscript called adminspec.pwn that actually has this...
Reply
#4

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Damn, the server package even has a filterscript called adminspec.pwn that actually has this...
^^this
Reply
#5

PHP код:
COMMAND:spec(playerid,params[]) 

   if(
IsPlayerAdmin(playerid)) 
  {
       
PlayerSpectatePlayer(playeridotherPlayer);
  } 
  else 
  {
       return 
SendClientMessage(playerid, -"You're not rcon admin!");
  }
 return 
1;

Reply
#6

Quote:
Originally Posted by iLearner
Посмотреть сообщение
PHP код:
COMMAND:spec(playerid,params[]) 

   if(
IsPlayerAdmin(playerid)) 
  {
       
PlayerSpectatePlayer(playeridotherPlayer);
  } 
  else 
  {
       return 
SendClientMessage(playerid, -"You're not rcon admin!");
  }
 return 
1;

You better don't script anymore.
Reply
#7

ye i missed sscanf lmao
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)