30.09.2009, 17:00
The %s is a replacement for strings. Get rid of it, since you're formating floats only.
To start a new line, use \n or \r\n which will start a new line and write at the beginning of it.
Also, you can do
PlayerPlaySound(playerid,1150,1,1,1); or
PlayerPlaySound(playerid,1150,0,0,0); or
PlayerPlaySound(playerid,1150,1337,1337,1337);
because it is bugged and the last 3 numbers are irrelevant
To start a new line, use \n or \r\n which will start a new line and write at the beginning of it.
Also, you can do
PlayerPlaySound(playerid,1150,1,1,1); or
PlayerPlaySound(playerid,1150,0,0,0); or
PlayerPlaySound(playerid,1150,1337,1337,1337);
because it is bugged and the last 3 numbers are irrelevant