02.08.2015, 19:35
Hello,
How can i make something like the boards in picture? They are movable.
![](http://i.solidfiles.net/d6731de250.png)
How can i make something like the boards in picture? They are movable.
![](http://i.solidfiles.net/d6731de250.png)
![](http://i.solidfiles.net/9aa2e643f5.png)
new text[] = "Hello...get out! ";
//Then with a timer you shuffle the array
new c[2];
c[0] = text[0];
strdel(text,0,1),strins(text,c,strlen(text));
SetObjectMaterialText(...);