Hey there.
So, I've got this script in the global one:
function DisplaySubtitle(CHARID, string buffer){
DisplaySpeechAt(160, 235, 320, CHARID, "%s", buffer);
}
And it gives me an error on the string... I tried some other possibilities but failed to make it work :/ So, any help would be greatly appreciated.
So, I've got this script in the global one:
function DisplaySubtitle(CHARID, string buffer){
DisplaySpeechAt(160, 235, 320, CHARID, "%s", buffer);
}
And it gives me an error on the string... I tried some other possibilities but failed to make it work :/ So, any help would be greatly appreciated.