coordonatesavecommand problem
#2

pawn Код:
//Sound
            new Float:XCoordsSaveSound, Float:ZCoordsSaveSound, Float:YCoordsSaveSound
            GetPlayerPos(playerid, XCoordsSaveSound, YCoordsSaveSound, ZCoordsSaveSound);
            PlayerPlaySound(playerid,1150,XCoordsSaveSound, YCoordsSaveSound, ZCoordsSaveSound);
You do not need the position, since play player sound is bugged and works with every position. Just put zeros in

pawn Код:
format(string1, 256, "%s\r\n {%f, %f, %f}", XCoordsSave, YCoordsSave, ZCoordsSave);
Why the %s ?
Reply


Messages In This Thread
coordonatesavecommand problem - by BMGP - 30.09.2009, 16:49
Re: coordonatesavecommand problem - by dice7 - 30.09.2009, 16:51
Re: coordonatesavecommand problem - by BMGP - 30.09.2009, 16:56
Re: coordonatesavecommand problem - by dice7 - 30.09.2009, 17:00
Re: coordonatesavecommand problem - by yom - 30.09.2009, 17:10
Re: coordonatesavecommand problem - by dice7 - 30.09.2009, 17:15
Re: coordonatesavecommand problem - by BMGP - 30.09.2009, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)