Juanbustillos
Active member
Hi. i want to log a comment in SAMPFUNCS.txt but when i try to compile it says Error: unfinished string ".
Any idea to do this?
log "//Object %d" 4@
Any idea to do this?
log "//Object %d" 4@
Did you just solve your own help request?Ju4n_Kr4t0s link said:Try this:
alloc 0@ 1
alloc 1@ 1
format 0@ "/"
format 1@ "/"
log "%s%sObject %d" 0@ 1@ 4@
:forever_opcode_alone:
log "%c%c sObject %d" 0x2F 0x2F 4@
log "\\ sObject %d" 0x2F 0x2F 4@