28.09.2013, 12:31
I trying to write this in 3 lines but it wont work. (It is a Windows Server)
What appears ingame: Marcel hat dich 1 mal verwarnt. Grund: Test Du hast jetzt %i/10 Verwarnungen
it replaces the \n with a space
Hope someone cans ay me why.
Код:
format(string1,sizeof(string1),"%s hat dich %i mal verwarnt.\nGrund: %s\nDu hast jetzt %i/10 Verwarnungen",SpielerName(playerid),anzahl,grund,sSpieler[pID][warns]);
it replaces the \n with a space
Hope someone cans ay me why.