02.08.2009, 17:41
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:
to this:
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);
pawn Код:
format(string, sizeof(string), "You have Coord x= %f ,y= %f ,z= %f" , Float:ax, Float:ay, Float:az);

