Author Topic: Output event  (Read 411 times)

Code: [Select]
registerOutputEvent("fxDTSbrick","SpawnThing","string 40 40f list Item1 0 Item2 1 float .1 5 .1 1",0);
Not even showing up in the list.
« Last Edit: February 22, 2009, 11:47:32 PM by Slicksilver555 »


you need \t (tabs) between different entries; and you have "40f" when I'm pretty sure would be invalid.

you need \t (tabs) between different entries; and you have "40f" when I'm pretty sure would be invalid.
I got it to work, and blockland forgeted up the tabs, I had them there. 40f is indeed valid.