29.12.2015, 11:39
You need to use ' \ ' at the end of line. if you want to make the string look like that.
PHP код:
format(string, sizeof(string), "Name: %s\n \
Date of Birth: %s\n \
Phone Number: %s\n \
Bounty: %s\n \
Bounty Reason: %s\n",
GetPlayerNameEx(giveplayerid),
PlayerInfo[giveplayerid][pBirthDate],
PlayerInfo[giveplayerid][pPnumber],
PlayerInfo[giveplayerid][pHeadValue]),
PlayerInfo[giveplayerid][pContractDetail]);