SA-MP Forums Archive
[FilterScript] [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - 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] [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! (/showthread.php?tid=39003)

Pages: 1 2


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - cedryk_cedryk - 25.07.2008

can u add a working pastebin


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - [NBG]XxXkranXxX - 12.08.2008

nice fs but how can i make myself admin i tryed the link below but it dosnt work


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - Pro_n00b - 23.07.2009

Add working link to simpsonsdubd,inc


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - ruarai - 24.07.2009

nice
But this:
Quote:

if(strcmp(cmd, "/sbots", true) == 0)
{
SendClientMessage(playerid,YELLOW,"[SAdmin] Searching for an bots...");

for(new i=0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));
if(strcmp(ip, "255.255.255.255") == 0)
{
format(string,256,"[SAdmin] Bot detected! IP: %d",ip);
SendClientMessageToAll(ORANGE,string);
Kick(playerid);
return 0;
}
}
}
return 1;
}

Wont that just check if the player that did that command had the id "255.255.255.255"?
Quote:

if(strcmp(cmd, "/sbots", true) == 0)
{
SendClientMessage(playerid,YELLOW,"[SAdmin] Searching for an bots...");

for(new i=0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
new ip[16];
GetPlayerIp(i, ip, sizeof(ip));
if(!strcmp(ip, "255.255.255.255") == 0)
{
format(string,256,"[SAdmin] Bot detected! IP: %d",ip);
SendClientMessageToAll(ORANGE,string);
Kick(i);
return 0;
}
}
}
return 1;
}

Is better


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - ThaYuriShit - 11.09.2009

can some on reupload te inc. ?

thxs,


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - generic - 02.02.2010

Help!!!!
C:\Documents and Settings\NoName\Desktop\SimpsonAdmin\SimpsonAdmin\ filterscipts\SAdminScript.pwn(3) : fatal error 100: cannot read from file: "simpsondudb"

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


1 Error.


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - Striker_Moe - 02.02.2010

Still dont get the bot detection,

why should bots have 255.255.255.255? As of my knowledge, bots are just remote players so they should have a IP aswell (Just like the NPCs, they have localhost/127.0.0.1)


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - generic - 02.02.2010

Include I Need


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - generic - 03.02.2010

This is not ?


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - [GWE]Ghost_Rider - 05.02.2010

I dunno what's wrong with you dude no link works


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - Alex/Santa - 06.02.2010

The Include link is dead, please re-upload it.
Use Uploadfffs or Solidfiles those are more relyable


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - ipsBruno - 27.04.2010

affffff

Lock

pawn Код:
#include <simpsondudb>
Not Found "simpsondudb"


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - kujox32 - 03.05.2010

Does this save money?


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - ]V[ipeR - 08.07.2010

i prefer x-admin or ladmin but good job!


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - FireCat - 16.07.2010

nice basic admin system keep the good work up m8


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - PilotXtreme - 25.10.2010

I like it! You'll be releasing other great scripts too!


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - Abraham2nd - 04.11.2010

UPLOAD THE DAMN Simpson.inc to www.mediafire.com or www.megaupload.com


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - [LvZ]Free - 11.04.2011

It's look nice I'll test it thx bro


Re: [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels! - [LvZ]Free - 11.04.2011

Quote:
Originally Posted by ]V[ipeR
Посмотреть сообщение
i prefer x-admin or ladmin but good job!
I use x-admin and ladmin this is better that them (sorry i'm from bulgaria mu English is bad )