pTT( text1[], text2[]) - AideedGameZ/SAMP_pText_Include GitHub Wiki
Syntax: pTT(text1, text2);
text1: The first string text2: The second string
print( pTT("Hello ", "World") );
Output: Hello World
Syntax: pTT(text1, text2);
text1: The first string text2: The second string
print( pTT("Hello ", "World") );
Output: Hello World