SA-MP Forums Archive
[Question] Security System. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Question] Security System. (/showthread.php?tid=201324)



[Question] Security System. - Minds - 20.12.2010

What are the best security systems for a gamemode?


Respuesta: [Question] Security System. - admantis - 20.12.2010

The one scripted by you, when your a good and smart scripter.


Re: [Question] Security System. - Minds - 20.12.2010

Quote:

The one scripted by you, when your a good and smart scripter.

hm, me and my friend are making a huge gamemode, and we need to do a protection system, because here n00bs usually rob the .amx files, we did the anti deamx system but they can use the compiled gamemode=/


Re: [Question] Security System. - Redirect Left - 20.12.2010

You shouldn't be giving your amx to anyone who will rob it, or have it in a place where the 'n00bs' can rob it...


Re: [Question] Security System. - Minds - 20.12.2010

Quote:

You shouldn't be giving your amx to anyone who will rob it, or have it in a place where the 'n00bs' can rob it...

I'm from Brazil, here hackers usually invade servers and get the .amx files.
The gamemode is private, we don't give anyone.

sorry for my bad english @_@


Re: [Question] Security System. - Redirect Left - 20.12.2010

Get a proper server host, and all is good


Re: [Question] Security System. - Minds - 20.12.2010

Quote:

Get a proper server host, and all is good

ok thx, but I want to know more security system.

UP


Re: [Question] Security System. - Hiitch - 20.12.2010

1. Use Anti-deamx

2. Create a function that checks the server IP, and if the server IP does not equal the IP that you have defined in a variable, send a message in the console, and SendRconCommand("Exit");, that should stop people that steal your .amx file from using it
-Hint: This can be done under OnGameModeInit


Re: [Question] Security System. - Minds - 20.12.2010

Quote:

1. Use Anti-deamx

2. Create a function that checks the server IP, and if the server IP does not equal the IP that you have defined in a variable, send a message in the console, and SendRconCommand("Exit");, that should stop people that steal your .amx file from using it
-Hint: This can be done under OnGameModeInit

Nice;

or if the hostname is not like what I set, I make a SendRconCommand ("Exit")


Re: [Question] Security System. - Darklom - 21.12.2010

Quote:
Originally Posted by Minds
Посмотреть сообщение
hm, me and my friend are making a huge gamemode, and we need to do a protection system, because here n00bs usually rob the .amx files, we did the anti deamx system but they can use the compiled gamemode=/
Just stick with anti-deamx & if they do manage to steal it they can't edit anything whatsoever so it doesn't matter, they have bugs - they can't fix, they can't change absolutely anything.

Anyways just don't give it to strangers and your fine!