26.09.2018, 08:45
I didn't say it was AI, I said it was based on an AI concept and I know it's not something special, I didn't make this to show how great I am because everyone can do anything if you think about it. I made this script hoping it will be usefull to some scripters to further enchant it and make something good and unique from it and maybe even release it to the public or use it for their own sake.
Now:
I made this so that when a player exits the server with id 4 that got banned for cheats, when another one enters with the same id he would not get banned imediately after he enters a vehicle.
Yeah, I know this kind of pointless but it's just for the aesthetics.
Yes it's a very basic script but it was made to be further developed
The reason why I used MapAndreas in the first place instead of calculating it myself, it's because of the z difference in some places and so that the cheat won't freak out when he goes in an unexpected place and ban the player there thinking that he is not falling or anything like that.
Also, I haven't released anything in a while now and I wanted to release something and thus having this script laying there I thought maybe someone there can actually make it work and give it a chance instead of being in my computer. I will not release this kind of scripts in the future, I will make my work based on unique scripts so this is the last kind of basic script in the hope you will make something great from it.
Now:
Code:
public OnPlayerConnect(playerid) { for(new i = 0; i < 212; i++) { for(new j = 0; j < 100; j++) MaxSpeed[playerid][i][j] = 0; K[playerid][i] = 0; } return 1; }
Code:
new Anomally = ANOMALLY;
Yes it's a very basic script but it was made to be further developed
The reason why I used MapAndreas in the first place instead of calculating it myself, it's because of the z difference in some places and so that the cheat won't freak out when he goes in an unexpected place and ban the player there thinking that he is not falling or anything like that.
Also, I haven't released anything in a while now and I wanted to release something and thus having this script laying there I thought maybe someone there can actually make it work and give it a chance instead of being in my computer. I will not release this kind of scripts in the future, I will make my work based on unique scripts so this is the last kind of basic script in the hope you will make something great from it.