pTTTT( text1[], text2[], text3[], text4[] ) - AideedGameZ/SAMP_pText_Include GitHub Wiki
Syntax: pTTTT(text1, text2, text3, text4) / pT4(text1, text2, text3, text4)
text1: The first string text2: The second string text3: The third string text4: The fourth string
print( pTTTT("Welcome ", "To ", "My ", "Server") );
Output: Welcome To My Server