|
setbomy script (For people who have been asking me)
|
if (playerenters) {
toweapons -BomyChanger;
}
if (playerchats) {
if (strcontains(#c,setbomy)) {
tokenize #c;
setstring this.name,#t(1);
setstring this.color,#t(2);
setplayerprop #3,bomy_#s(this.name)#s(this.color).png;
}
} |
|