Moderator
M
Moderator
12th Dec 2015
IcemanBo: Too long as NeedsFix. Rejected.
23:43, 17th Jul 2012
Magtheridon96:
IcemanBo: Too long as NeedsFix. Rejected.
23:43, 17th Jul 2012
Magtheridon96:
- You're leaking groups with your current configuration. You should destroy the group at the end of each sell cast.
- RE_Location and RE_Location2 don't have to be arrays. You can use normal variables.
- Owner of caster -> Triggering player
- The constants should not be stored in arrays, you should make a configuration trigger and use constant variables.
- Your current indexing method is pretty outdated. Click here to learn more about the best indexing method there is.
- You can totally forget about checking if the group is null.