|
You could also do instead of tokenize... just a thought..
if (playerchats) {
if (strequals(#e(0,6,#c),skin: )) setplayerprop #C0,#e(6,-1,#c);
if (strequals(#e(0,6,#c),coat: )) setplayerprop #C1,#e(6,-1,#c);
if (strequals(#e(0,9,#c),sleeves: )) setplayerprop #C2,#e(9,-1,#c);
if (strequals(#e(0,7,#c),shoes: )) setplayerprop #C3,#e(7,-1,#c);
if (strequals(#e(0,6,#c),belt: )) setplayerprop #C4,#e(6,-1,#c);
} |