←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Zmienienie Flagi

  • +
  • -
Majsterr's Photo 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 +

Attached Files

  • Attached File  VIP.sma   7.39KB   47 downloads
Quote

  • +
  • -
Rivit's Photo 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

Quote

  • +
  • -
Majsterr's Photo 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 ...

Quote

  • +
  • -
Rivit's Photo Rivit 19.05.2019


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

 

Wrzuć dhudmessage.inc do folderu include twojego kompilatora.

Reszte znajdziesz w google.

Quote