[FilterScript] [FS]AdminClick v1.3.2 -- A simple dialog-based admin shortcut!
#21

Please post the errors.
Reply
#22

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
Reply
#23

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
pawn Код:
/*insert level here*/
with the level you want.
Reply
#24

Realy nice
Reply
#25

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 ?
Reply
#26

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?
Reply
#27

i set it to lvl 5

btw its just the 2 lines i need to write lvl 5 into right ?
Reply
#28

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.
Reply
#29

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..

pawn Код:
{
i dont see the prob in line 420
Reply
#30

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).
Reply
#31

Can you make it so that it keeps the players score?
Reply
#32

nice filterscript man thanks
Reply
#33

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] =========================================

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)