Theme editor

STANDALONE FLASHBACK RP WL CONTRACT

Thread owner
['contrat_vierge'] = {
label = 'Contract',
weight = 20,
stack = true,
close = true,
description = 'Un contrat vierge à remplir',
client = {
export = ''--you export here
}
},
['contrat'] = {
label = 'Contract Sign',
weight = 20,
stack = false,
close = true,
description = ' Contract sign',
client = {
export = ''--you export here
}
},
 
Back
Top Bottom