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