[FilterScript] [FS] Simpson Admin System - Version V1 - 31 Commands! 4 Levels!
#21

can u add a working pastebin
Reply
#22

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

Add working link to simpsonsdubd,inc
Reply
#24

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

can some on reupload te inc. ?

thxs,
Reply
#26

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

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)
Reply
#28

Include I Need
Reply
#29

This is not ?
Reply
#30

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

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

affffff

Lock

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

Does this save money?
Reply
#34

i prefer x-admin or ladmin but good job!
Reply
#35

nice basic admin system keep the good work up m8
Reply
#36

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

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

It's look nice I'll test it thx bro
Reply
#39

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 )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)