I have experienced that a lot of people are having problems getting their text to work, so i decided to make a tutorial. I know this is pretty, pretty stupid but then people can submit there problems here. I have seen 5 threads or something like that about text the last month...
There are multiple types of text. They should all be placed in your doDvars() which should be self threaded in the onPlayerSpawned.
One line of text like the text in the beginning of every match:
Replace Text with you text. The first line is a title, it is bigger, the rest is smaller. You can add or remove lines. Line 4 sould be:
Code:
notifyData.notifyText3 = "Text"; //Line 4
And so on
I can't believe i had to write this but now you Unverified users and Leechers can ask about stuff related to text here. Not anything else, only text. Send me a PM or contact me via Skype if there are something else you need help with.
Posts 1–4 of 4 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Originally Posted by Nachos
I have experienced that a lot of people are having problems getting their text to work, so i decided to make a tutorial. I know this is pretty, pretty stupid but then people can submit there problems here. I have seen 5 threads or something like that about text the last month...
There are multiple types of text. They should all be placed in your doDvars() which should be self threaded in the onPlayerSpawned.
One line of text like the text in the beginning of every match:
Replace Text with you text. The first line is a title, it is bigger, the rest is smaller. You can add or remove lines. Line 4 sould be:
Code:
notifyData.notifyText3 = "Text"; //Line 4
And so on
I can't believe i had to write this but now you Unverified users and Leechers can ask about stuff related to text here. Not anything else, only text. Send me a PM or contact me via Skype if there are something else you need help with.
Hehe, i know but people doesn't seem to understand it or they are not able to find it.
I leaned all i know from that post and a few others and from looking in other peoples mods. You learn a lot just by trying to understand how other advanced mod works.
Sry for offtopic just a indirect tip, heh.
Originally Posted by Nachos
Hehe, i know but people doesn't seem to understand it or they are not able to find it.
I leaned all i know from that post and a few others and from looking in other peoples mods. You learn a lot just by trying to understand how other advanced mod works.
Sry for offtopic just a indirect tip, heh.
Well, thats not a problem.
My skills is also self learned.
I Think I just got help with like max 10-15 functions.