I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
Alright, I downloaded a filterscripts, in the console it says it runs perfectly, and everything, only 12 filterscripts. I put in the filterscripts folder .amx and .pwn, compiled the script, added it to the .cfg I don't know what else to do. It SAYS it works, but none of the commands work IG, and the filterscript isn't broken, because a bunch of people use it, and it works for them.
Re: I can never get Filterscripts to work! -
Abagail - 29.06.2014
What command processor are you using? Its most likely that you're attempting to use two or more different command processors. For instance, you can't use strcmp & ZCMD. You have to do one or the other.
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
I'm not really sure, how would I go about figuring that out? I believe I use strcmp though.
Re: I can never get Filterscripts to work! -
ReD_DeVi - 29.06.2014
Check the include which you uploaded
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
sscanf.inc
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
Can someone help please?
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
http://prntscr.com/3xjf3d This is my include folder.
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
I'll add; there is some filterscripts that work, but there is only like 2 that work, one of which being mine. Both of them don't use/need a command processor, they just use a_samp.
Re: I can never get Filterscripts to work! -
xKolle - 29.06.2014
Hmmm, as a beggining, tell us which filterscripts doesn't work, do they have commands inside them so we can continue.
Re: I can never get Filterscripts to work! -
Rittik - 29.06.2014
What does your console say ?
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
A big one that I was to work is XtremeAdmin2
It has absolutely loads of commands.
dcmd(register,8,cmdtext);
dcmd(login,5,cmdtext);
dcmd(logout,6,cmdtext);
dcmd(goto,4,cmdtext);
dcmd(gethere,7,cmdtext);
dcmd(announce,8,cmdtext);
dcmd(say,3,cmdtext);
dcmd(flip,4,cmdtext);
dcmd(serverinfo,10,cmdtext);
dcmd(slap,4,cmdtext);
dcmd(wire,4,cmdtext);
dcmd(unwire,6,cmdtext);
dcmd(kick,4,cmdtext);
dcmd(ban,3,cmdtext);
dcmd(akill,5,cmdtext);
dcmd(eject,5,cmdtext);
dcmd(freeze,6,cmdtext);
dcmd(unfreeze,8,cmdtext);
dcmd(outside,7,cmdtext);
dcmd(healall,7,cmdtext);
dcmd(givehealth,10,cmdtext);
dcmd(sethealth,9,cmdtext);
dcmd(skinall,7,cmdtext);
dcmd(giveallweapon,13,cmdtext);
dcmd(resetallweapons,15,cmdtext);
dcmd(ejectall,8,cmdtext);
dcmd(freezeall,9,cmdtext);
dcmd(unfreezeall,11,cmdtext);
dcmd(giveweapon,10,cmdtext);
dcmd(god,3,cmdtext);
dcmd(resetscores,11,cmdtext);
dcmd(setlevel,8,cmdtext);
dcmd(setskin,7,cmdtext);
dcmd(midnight,8,cmdtext);
dcmd(morning,7,cmdtext);
dcmd(noon,4,cmdtext);
dcmd(evening,7,cmdtext);
dcmd(uconfig,7,cmdtext);
dcmd(sm,2,cmdtext);
dcmd(setsm,5,cmdtext);
dcmd(setcash,7,cmdtext);
dcmd(givecash,8,cmdtext);
dcmd(remcash,7,cmdtext);
dcmd(resetcash,9,cmdtext);
dcmd(setallcash,10,cmdtext);
dcmd(giveallcash,11,cmdtext);
dcmd(remallcash,10,cmdtext);
dcmd(resetallcash,12,cmdtext);
dcmd(givearmour,10,cmdtext);
dcmd(setarmour,9,cmdtext);
dcmd(armourall,9,cmdtext);
dcmd(setammo,7,cmdtext);
dcmd(setscore,8,cmdtext);
dcmd(ip,2,cmdtext);
dcmd(ping,4,cmdtext);
dcmd(explode,7,cmdtext);
dcmd(settime,7,cmdtext);
dcmd(setalltime,10,cmdtext);
dcmd(force,5,cmdtext);
dcmd(setwanted,9,cmdtext);
dcmd(setallwanted,12,cmdtext);
dcmd(setworld,8,cmdtext);
dcmd(setallworld,11,cmdtext);
dcmd(setgravity,10,cmdtext);
dcmd(xlock,5,cmdtext);
dcmd(xunlock,7,cmdtext);
dcmd(carcolor,8,cmdtext);
dcmd(gmx,3,cmdtext);
dcmd(carhealth,9,cmdtext);
dcmd(xinfo,5,cmdtext);
dcmd(setping,7,cmdtext);
dcmd(giveme,6,cmdtext);
dcmd(givecar,7,cmdtext);
dcmd(xspec,5,cmdtext);
dcmd(xjail,5,cmdtext);
dcmd(xunjail,7,cmdtext);
dcmd(setname,7,cmdtext);
dcmd(admins,6,cmdtext);
dcmd(xcommands,9,cmdtext);
dcmd(vr,2,cmdtext);
dcmd(weather,7,cmdtext);
(The coding is different, I just took this chunk of it.)
Re: I can never get Filterscripts to work! -
WhiteAngels - 29.06.2014
for admin system you must add it to Gamemode not Filterscript..
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
Well, I guess that makes sense, but why can't I get a skinchanger filterscript to work?
And how do i maek it a gamemode?
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
Even after adding it to a gamemode, it still did not work.
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
Quote:
Originally Posted by Rittik
What does your console say ?
|
My console;
PART 1:
http://prntscr.com/3xpp3c
PART 2:
http://prntscr.com/3xpowx
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
If anyone would like to help me out with instant messaging add me on skype "Modsgetter7"
( no quotes ) if you do, I'll rep you.
Re : I can never get Filterscripts to work! -
Clad - 29.06.2014
Login in the RCON.
Re: Re : I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
Quote:
Originally Posted by Clad
Login in the RCON.
|
I've done that, nothing still.
Re: I can never get Filterscripts to work! -
FiveCentz - 29.06.2014
help some1 pls! this is so annoying!
Re: I can never get Filterscripts to work! -
FiveCentz - 30.06.2014
bump