I need this fixed too.
registerOutputEvent("fxDTSBrick", "SellFood", "String 20 20\tint 1 500 1\tlist Small 0 Medium 1 Large 2", 1);
and this is function:
function fxDTSBrick::SellFood(%this,%name,%cost,%size,%client)
{
messageClient(%client,'',"\c6This service is offering you a \c3" @ %size SPC"\c6of \c3" @ %name SPC"\c6for $\c3" @ %cost @ "\c6. say \c3^yes \c6to accept or \c3^no \c6to decline.");
}
Edit: Nevermind, I'm too stupid to restart a server. Thanks it works.