18.02.2019, 16:21
You can't just take any include throw it into your gamemode and expect it to work. That is the problem with AC systems particularly there is such a high potential for conflicts that you almost certainly need to build a gamemode around an AC system from scratch to avoid conflicts as they come along. Besides Nex-AC is horribly written I wouldn't even consider using it myself.
- No modules
- Horrible array referencing practices
- High potential for conflicts when incorporating into a gamemode
- No comments to explain what is going on
- No modules
- Horrible array referencing practices
Код:
( if(ACInfo[playerid][acACAllow][47] && ac_t != PLAYER_STATE_PASSENGER) )
- No comments to explain what is going on