Anti C-Bug - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Anti C-Bug (
/showthread.php?tid=632639)
Anti C-Bug -
Fist24 - 17.04.2017
I have anti - C-bug script now how do I add it to my server ??
Which category and where to and how help please !
Re: Anti C-Bug -
Inceptio - 17.04.2017
Quote:
Originally Posted by Fist24
I have anti - C-bug script now how do I add it to my server ??
Which category and where to and how help please !
|
Do you have GM script or Filterscript?
Re: Anti C-Bug -
Fist24 - 17.04.2017
Filter script
Re: Anti C-Bug -
Inceptio - 17.04.2017
Quote:
Originally Posted by Fist24
Filter script
|
Ok, You have to open that filterscript using pawno, wheb you have done that, press ctrl+a to copy all.
Open Pawno, click new, paste the filterscript in it. Hit F5 and save it at filterscripts folder.
Go back to server folder, open server.cfg
You will see Filterscripts
Add it like this: Filterscripts [Filterscript name]
without the brackets. Then save and run your server.
Cheers!
(As im on work and using phone, I can't provide images so I hope you know what Im talking about. Good luck!)
Re: Anti C-Bug -
Camorra - 17.04.2017
onplayerkeystatechange
Код:
if(newkeys = KEY_FIRE && newkeys & KEY_CROUCH )
{
ApplyAnimation(playerid,"PED","getup",4.1,0,0,0,0,0); // or change this anim to something else.
}
simple as it, anti c-bug wont let players to do it.
Re: Anti C-Bug -
Inceptio - 17.04.2017
Quote:
Originally Posted by Camorra
onplayerkeystatechange
Код:
if(newkeys = KEY_FIRE && newkeys & KEY_CROUCH )
{
ApplyAnimation(playerid,"PED","getup",4.1,0,0,0,0,0); // or change this anim to something else.
}
simple as it, anti c-bug wont let players to do it.
|
Fastest way if not glitchy^^
Re: Anti C-Bug -
Fist24 - 17.04.2017
Thanks for helping BTW can you guys help me I am starting a quality server and if you could help me we will get more players !
Re: Anti C-Bug -
Inceptio - 18.04.2017
Quote:
Originally Posted by Fist24
Thanks for helping BTW can you guys help me I am starting a quality server and if you could help me we will get more players !
|
Sorry, currently busy enough with my own.
Good luck!