20.12.2010, 23:16
What are the best security systems for a gamemode?
The one scripted by you, when your a good and smart scripter. |
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... |
Get a proper server host, and all is good |
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 |
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=/
|