| Blockland Forums > Help |
| Client > BottomPrint/CenterPrint |
| (1/3) > >> |
| Jerkface:
Where do I locate this code in the Blockland folder? Which event would it be? It's not like there are "default Blockland events . zip" sitting right there. :( |
| pecon98:
It would be in the encoded game scripts, we cannot access them directly. |
| Zeblote:
It's part of one of the .cs.dso files in the base folder and if you want to see the code you have to ask badspot about it or decompile the dso files, I can tell you both is not worth trying because it doesn't work. However all these events do is this: --- Code: ---centerprintclient(%client,%message,%time); --- End code --- --- Code: ---bottomprintclient(%client,%message,%time,%thing); --- End code --- |
| Jerkface:
Thanks guys. I'm assuming that those codes will work if used for a separate add-on then. |
| -Jetz-:
--- Quote from: Zeblote on February 09, 2013, 03:56:15 AM ---It's part of one of the .cs.dso files in the base folder and if you want to see the code you have to ask badspot about it or decompile the dso files, I can tell you both is not worth trying because it doesn't work. However all these events do is this: --- Code: ---centerprintclient(%client,%message,%time); --- End code --- --- Code: ---bottomprintclient(%client,%message,%time,%thing); --- End code --- --- End quote --- It's just CenterPrint and BottomPrint. %thing determines whether you have that box around the bottom print. |
| Navigation |
| Message Index |
| Next page |