←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

problem z dodaniem drugiej flagi

MAGNET FRA's Photo MAGNET FRA 08.11.2017

Witajcie mam problem robie dla kolegi paintball Mod tylko mam jeden problem gdy dodaje

 

druga flage na inne bronie to pokazuje sie bład  

}
if(get_pcvar_num(pbgunvip) && get_user_flags(id) & ADMIN_LEVEL_ B)
{
 
 
Takie mam błedy 
 

 

 

paintballmod.sma(177) : error 088: number of arguments does not match definition
paintballmod.sma(179) : error 088: number of arguments does not match definition
paintballmod.sma(183) : error 088: number of arguments does not match definition
paintballmod.sma(186) : error 088: number of arguments does not match definition
paintballmod.sma(188) : error 088: number of arguments does not match definition
paintballmod.sma(191) : error 010: invalid function or declaration
paintballmod.sma(193) : error 010: invalid function or declaration
paintballmod.sma(194) : warning 218: old style prototypes used with optional semicolumns
paintballmod.sma(195) : error 010: invalid function or declaration
paintballmod.sma(196) : error 010: invalid function or declaration
paintballmod.sma(198) : warning 218: old style prototypes used with optional semicolumns
paintballmod.sma(199) : error 010: invalid function or declaration
paintballmod.sma(201) : error 010: invalid function or declaration
paintballmod.sma(203) : error 010: invalid function or declaration
paintballmod.sma(204) : warning 218: old style prototypes used with optional semicolumns
paintballmod.sma(205) : error 010: invalid function or declaration
paintballmod.sma(208) : error 010: invalid function or declaration
paintballmod.sma(209) : warning 218: old style prototypes used with optional semicolumns
paintballmod.sma(210) : error 010: invalid function or declaration
paintballmod.sma(214) : error 010: invalid function or declaration
paintballmod.sma(215) : warning 218: old style prototypes used with optional semicolumns
paintballmod.sma(216) : error 010: invalid function or declaration
paintballmod.sma(327) : error 025: function heading differs from prototype
paintballmod.sma(344) : warning 203: symbol is never used: "fbnum"
paintballmod.sma(344) : warning 204: symbol is assigned a value that is never used: "gnade"
paintballmod.sma(344) : warning 203: symbol is never used: "henum"
paintballmod.sma(344) : warning 204: symbol is assigned a value that is never used: "pbgun"
paintballmod.sma(344) : warning 204: symbol is assigned a value that is never used: "pbnade"
paintballmod.sma(344) : warning 204: symbol is assigned a value that is never used: "pbnadevip"
paintballmod.sma(344) : warning 203: symbol is never used: "sgnum"

 

Attached Files


Edited by Turbo1Frag.pl, 08.11.2017 23:15.
Quote

  • +
  • -
ChrisN's Photo ChrisN 08.11.2017

Zapomniałeś o {} w tym publicu "public player_weapons(id)"

Attached Files

Quote