←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Zmienienie Flagi

  • +
  • -
Majsterr - zdjęcie Majsterr 18.05.2019

Witam mógłby ktoś przerobić tego vip na flagę "ADMIN_LEVEL_H" (t), aktualna flaga to x. Za pomoc leci oczywiście +

Załączone pliki

  • Załączony plik  VIP.sma   7,39 KB   36 Ilość pobrań
Odpowiedz

  • +
  • -
Rivit - zdjęcie Rivit 18.05.2019

if(get_user_flags(id) & 2097152 == 2097152){

->

if(get_user_flags(id) & ADMIN_LEVEL_H){

skompiluj i wrzuc na serwer i ma dzialac

Odpowiedz

  • +
  • -
Majsterr - zdjęcie Majsterr 19.05.2019

//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// VIP.sma
// C:\Users\Admin\Desktop\Wszystko\Paczkipluginy\compiler\compiler\VIP.sma(7) :
fatal error 100: cannot read from file: "dhudmessage"
//
// Compilation aborted.
// 1 Error.
// Could not locate output file compiled\VIP.amx (compile failed).
//
// Compilation Time: 0,14 sec
// ----------------------------------------

Press enter to exit ...

Odpowiedz

  • +
  • -
Rivit - zdjęcie Rivit 19.05.2019


fatal error 100: cannot read from file: "dhudmessage"

 

Wrzuć dhudmessage.inc do folderu include twojego kompilatora.

Reszte znajdziesz w google.

Odpowiedz