Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
biltong - 02.04.2010
Please post the errors.
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
[SU]Fnugski - 02.04.2010
pawn Код:
C:\Users\F\Desktop\SAMP Server\pawno\include\ladmin.inc(31) : error 017: undefined symbol "dini_Int"
C:\Users\F\Desktop\SAMP Server\pawno\include\ladmin.inc(32) : error 017: undefined symbol "dini_Int"
C:\Users\F\Desktop\SAMP Server\filterscripts\AdminClick.pwn(418) : warning 202: number of arguments does not match definition
C:\Users\F\Desktop\SAMP Server\filterscripts\AdminClick.pwn(436) : warning 202: number of arguments does not match definition
the last two is the IsPlayerLuxAdminLevel ones
the other is dini fails
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
biltong - 03.04.2010
I've attached the include files that I have. Make sure you put them in your server's \pawno\include\ directory.
The other bits are warnings saying you didn't put the level you want other people to be able to use this.
Remember, replace
with the level you want.
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
NiiGHtM4Re - 03.04.2010
Realy nice
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
[SU]Fnugski - 03.04.2010
cool the system works now..
just this little problem :P
when i double press on a nick it only comes with PM
also if im connected RCOn and level 10 admin with premium VIP acc on Lux Admin ?
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
biltong - 03.04.2010
Hmmmmm... I haven't had that issue before. I've tested it with LuxAdmin before, I know it works. What level did you set it to?
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
[SU]Fnugski - 03.04.2010
i set it to lvl 5
btw its just the 2 lines i need to write lvl 5 into right ?
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
biltong - 03.04.2010
So it should look like:
pawn Код:
if(IsPlayerLuxAdminLevel(playerid, 5))
OR if you want RCON admins to use it too (though I think they'll have a high enough level to use the command anyway):
pawn Код:
if((IsPlayerLuxAdminLevel(playerid, 5) || IsPlayerAdmin(playerid))
EDIT:
Quote:
Originally Posted by Fnugski
btw its just the 2 lines i need to write lvl 5 into right ? 
|
Yes, just those 2 lines.
Re: [FS]AdminClick v1.2 bugfix released - 2010/03/30 -
[SU]Fnugski - 03.04.2010
eeh
pawn Код:
C:\Users\F\Desktop\SAMP Server\filterscripts\AdminClick.pwn(420) : error 029: invalid expression, assumed zero
C:\Users\F\Desktop\SAMP Server\filterscripts\AdminClick.pwn(437) : error 001: expected token: ")", but found "-identifier-"
get this errors now btw the lines i changed is 437 and 419 the line 420 is this..
i dont see the prob in line 420
Re: [FS]AdminClick v1.3.2 -- A simple dialog-based admin shortcut! -
$t3ve - 19.10.2010
Wow! Nice filterscript! But i have a question, where have you learned scripting? I reely want to learn that too (I know its not easy to learn but im ready).
Re: [FS]AdminClick v1.3.2 -- A simple dialog-based admin shortcut! -
Rokzlive - 19.10.2010
Can you make it so that it keeps the players score?
Re: [FS]AdminClick v1.3.2 -- A simple dialog-based admin shortcut! -
Dr.Ghost - 14.12.2010
nice filterscript man thanks
Re: [FS]AdminClick v1.3.2 -- A simple dialog-based admin shortcut! -
barneystinson - 14.12.2010
Doesnt seem to want to work for me
Everything compiles fine but when i attempt to run server just closes after 1/2 second lol
Server log =
Quote:
[23:41:37]
[23:41:37] Filter Scripts
[23:41:37] ---------------
[23:41:37] Loading filter script 'AdminClick1.4.amx'...
[23:41:37]
=========================================
[23:41:37] =========AdminClick v1.4 loaded!=========
[23:41:37] =========================================
|