How to save coords in px , py , pz ?
#2

Well if you're using ini, i'd suggest you check this excellent guide by Andre7777, it should help you out.

http://forum.sa-mp.com/index.php?topic=71935.0

Oh, and you're format for the code is incorrect. Change this:

pawn Код:
format(string, sizeof(string), "You have Coord x=%d ,y=%d ,z=%d" ,ax , ay , az);
to this:
pawn Код:
format(string, sizeof(string), "You have Coord x= %f ,y= %f ,z= %f" , Float:ax, Float:ay, Float:az);
Reply


Messages In This Thread
How to save coords in px , py , pz ? - by Dj_maryo1993 - 02.08.2009, 17:35
Re: How to save coords in px , py , pz ? - by member - 02.08.2009, 17:41
Re: How to save coords in px , py , pz ? - by Dj_maryo1993 - 02.08.2009, 17:47
Re: How to save coords in px , py , pz ? - by member - 02.08.2009, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)