[Question] Making LED Board
#1

Hello,
How can i make something like the boards in picture? They are movable.


Reply
#2

A Timer & https://sampwiki.blast.hk/wiki/SetObjectMaterialText_DE
Reply
#3

SetObjectMaterialText along with the moving objects(there are a few, not sure of their ID's). Additionally, you can use a static object along with MoveObject to make the object manually move.
Reply
#4

Quote:
Originally Posted by Abagail
Посмотреть сообщение
SetObjectMaterialText along with the moving objects(there are a few, not sure of their ID's). Additionally, you can use a static object along with MoveObject to make the object manually move.
I think only the text is moving...not the object
Reply
#5

I know how to make the Text and Move it but how it's only showen in the board?

Yes kaliber,only Text is moving.
What language is this?
https://sampwiki.blast.hk/wiki/SetObjectMaterialText_DE
Can't understand.
Reply
#6

Quote:
Originally Posted by javad
Посмотреть сообщение
Can't understand.
Hahaha, sry: https://sampwiki.blast.hk/wiki/SetObjectMaterialText

_DE = GERMAN
Reply
#7

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Thanks.
Reading...
Reply
#8

I used SetObjectMaterialText but i want to move the text(material).
How?
Reply
#9

Well, as i wrote with a timer...

PHP код:
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(...); 
Reply
#10

Can you explain it please?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)