Example
I have strings:
1. Hello
2. World
How combine together and make only one string?
Hello world.
It's looks like opcode:
0C15: strcat destination 0@ source 1@
But how to do that without sampfuncs?
I have strings:
1. Hello
2. World
How combine together and make only one string?
Hello world.
It's looks like opcode:
0C15: strcat destination 0@ source 1@
But how to do that without sampfuncs?
Last edited: