SA-MP Forums Archive
[FilterScript] GiDan Admin System by: Gagi & Danijel96.pwn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] GiDan Admin System by: Gagi & Danijel96.pwn (/showthread.php?tid=303794)

Pages: 1 2 3


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Amireagle - 17.12.2011

Omg thx it not work because it look like this == 2 and i see carefully and it change to this < 2.
thx bro +rep fo you


Re : Re: GiDan Admin System by: Gagi & Danijel96.pwn - Gagi_Corleone - 17.12.2011

Quote:
Originally Posted by niels44
Посмотреть сообщение
i got this error... wut do i have to enter? #define or new or somethin? pls help me:
Код:
F:\program files\my own drifting gamemode\filterscripts\Admin_System.pwn(153) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
F:\program files\my own drifting gamemode\filterscripts\Admin_System.pwn(158) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
F:\program files\my own drifting gamemode\filterscripts\Admin_System.pwn(281) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
EDIT:
i did this:
Код:
#define DIALOG_STYLE_PASSWORD 6
it isnt giving errors but is this good? or wut?
Wrong! You need 0.3d R2 download this http://sa-mp.com/download.php there is 0.3d samp server
I'll be make /admins in dialog. Tomorrow is update.

EDIT:
Sry yes there is already /admins for online admins


Re: GiDan Admin System by: Gagi & Danijel96.pwn - smashed390 - 02.01.2012

I get an error when i compile, Please help.
Quote:

C:\Documents and Settings\Devin\Desktop\admin\filterscripts\Admin_S ystem.pwn(25) : fatal error 100: cannot read from file: "foreach"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase




Re: GiDan Admin System by: Gagi & Danijel96.pwn - sanjil_rijal - 07.03.2012

Код:
D:\Pujan's gaming\New Folder\filterscripts\Admin_System.pwn(25) : fatal error 100: cannot read from file: "foreach"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Helpme i have this problem!!!


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Gagi_Corleone - 07.03.2012

Quote:
Originally Posted by sanjil_rijal
Посмотреть сообщение
Код:
D:\Pujan's gaming\New Folder\filterscripts\Admin_System.pwn(25) : fatal error 100: cannot read from file: "foreach"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Helpme i have this problem!!!
Download foreach. You have download link in my first post in Credits.


Re: GiDan Admin System by: Gagi & Danijel96.pwn - mrsamp - 19.07.2012

Can you add a simple admin car command?
Example: /acar spawns a car id 411 infort of you

Simple Im just wondering if you can add it...?

And fix /admins so you can see admins online.. it doesnt work for me it says /ask instead of showing admins online...

And show how to make more admin commands like you showd how to make vip cmds?

Код:
YCMD:vchat(playerid, params[], help)
{
        #pragma unused help
        if(P_Data[playerid][VIP] == 0) return SCM(playerid, COLOR_RED, "You need to be VIP player!"); //Put 0 for Bronze VIP player, < 2 for Silver VIP player and < 3 for Gold VIP player 
       //There what to do in command
        return 1;
}



Re: GiDan Admin System by: Gagi & Danijel96.pwn - Koske - 19.07.2012

Quote:
Originally Posted by mrsamp
Посмотреть сообщение
Can you add a simple admin car command?
Example: /acar spawns a car id 411 infort of you

Simple Im just wondering if you can add it...?

And fix /admins so you can see admins online.. it doesnt work for me it says /ask instead of showing admins online...

And show how to make more admin commands like you showd how to make vip cmds?

Код:
YCMD:vchat(playerid, params[], help)
{
        #pragma unused help
        if(P_Data[playerid][VIP] == 0) return SCM(playerid, COLOR_RED, "You need to be VIP player!"); //Put 0 for Bronze VIP player, < 2 for Silver VIP player and < 3 for Gold VIP player 
       //There what to do in command
        return 1;
}
Incase you didnt knew,gagi quited scripting(thats what i heard) and besides this is old FS,why would he update it at all?


Re: GiDan Admin System by: Gagi & Danijel96.pwn - JacobWard - 28.07.2012

pawn Код:
C:\Users\Jacob\Desktop\GTA Server\pawno\include\YSI\y_hooks.inc(3234) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\Jacob\Desktop\GTA Server\pawno\include\YSI\y_hooks.inc(3303) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
C:\Users\Jacob\Desktop\GTA Server\filterscripts\Admin_System.pwn(157) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Jacob\Desktop\GTA Server\filterscripts\Admin_System.pwn(162) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Jacob\Desktop\GTA Server\filterscripts\Admin_System.pwn(285) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.

Please help?...


Re : GiDan Admin System by: Gagi & Danijel96.pwn - thegreathom - 19.03.2013

^ No problem ;')


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Gamer_007 - 19.03.2013

Looking awesome.


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Alexica721 - 22.03.2013

WE NEED A MIRROR
download link is broken


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Xicor - 28.03.2013

Nice Work !!!


Re: GiDan Admin System by: Gagi & Danijel96.pwn - d0nTtoucH - 11.04.2013

Do i need register system to be abble to use it ?


Re: GiDan Admin System by: Gagi & Danijel96.pwn - GaryTheMan - 23.04.2013

hi
your admin system wont work
i did everything but no. Your house system works but not your admin one. Do i like need a specific gamemode?


Re: GiDan Admin System by: Gagi & Danijel96.pwn - GaryTheMan - 24.04.2013

Hi
your admin system wont work on my server
i dont know if you need a specific gamemode for admin system to work and same with your house system
Your house one works but when ever i make a house
it just says House with no price or other stuff
it just says house when i type the /chouse command
help. Thanks


Re: GiDan Admin System by: Gagi & Danijel96.pwn - DarkShade705 - 24.04.2013

Nice bro Keep it up


Re: GiDan Admin System by: Gagi & Danijel96.pwn - AjiKuncoro - 04.01.2014

Please update the link!!!


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Dejan12345 - 24.07.2016

virus


Re: GiDan Admin System by: Gagi & Danijel96.pwn - MrViolence101 - 18.09.2016

Don't you think the /allips command is kind of useless. If you have over 30 players connected to the server and 30 IPs shown on a dialog or messages. Anyways goodjob bro.


Re: GiDan Admin System by: Gagi & Danijel96.pwn - Fvckboi - 14.03.2017

link not working :/