freudo Posted March 20, 2015 Posted March 20, 2015 hİ GUYS, I have killer script for race mode. And Player collision to other player and error this Please help me WOC-DD Destruction Derby -Level system -Clan system -Topwins -Event system for EXP -Podium with animation And more
TAPL Posted March 20, 2015 Posted March 20, 2015 I guess that because you have tried to change other player element data from your client.
darhal Posted March 20, 2015 Posted March 20, 2015 This happen to me too with the superman mod #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
freudo Posted March 21, 2015 Author Posted March 21, 2015 How to I fixed? WOC-DD Destruction Derby -Level system -Clan system -Topwins -Event system for EXP -Podium with animation And more
freudo Posted March 22, 2015 Author Posted March 22, 2015 I need help Pleae WOC-DD Destruction Derby -Level system -Clan system -Topwins -Event system for EXP -Podium with animation And more
Addlibs Posted March 22, 2015 Posted March 22, 2015 This error means that one player tries to change another's element data. It's not an "error" as such, just a warning that the corresponding onElementDataChange was cancelled, and element data was not changed. To avoid such problems you should change element data through server or the client whose element data you're changing. One client cannot change another's data, only it's own. If you are not interested in having to edit the race game mode's codes, there is a way to get rid of these errors, but a the same time you make your server less secure. I am not sure if this is possible to get rid of "Race Security" errors, but you definitely can get rid of "Admin Security" errors; go into admin panel settings (Admin panel > Resources > Double click on 'admin') and lower the securitylevel setting (2 = All checks | 1 = Some checks | 0 = No checks). Setting this to 0 (or 1) should get rid of (most) "Admin Security" "errors." Previously known as MrTasty.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now