/a chat.
#1

Hello everyone, am new to scripting and I was wondering how to create a simple /a chat command. (Admin usage only).
Thanks ahead.
Reply
#2

pawn Код:
foreach(Player,i){
  if(yourplayervariales[i][adminvariables] >= 1){
     SendClientMessage(i,COLOR,texthere);
  }
}
Reply
#3

Quote:
Originally Posted by SMW
Посмотреть сообщение
pawn Код:
foreach(Player,i){
  if(yourplayervariales[i][adminvariables] >= 1){
     SendClientMessage(i,COLOR,texthere);
  }
}
Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)