4 warnings
#5

Quote:
Originally Posted by [KMA
America ]
your code:
pawn Код:
new string[128], Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
format(string, sizeof(string), "Co-ordinates: %f, %f, %f", X, Y, Z);
SendClientMessage(playerid, 0xFF00FFFF, string);
return 1;
You need:
pawn Код:
new string[128], Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
format(string, sizeof(string), "Co-ordinates: %f, %f, %f", X, Y, Z);
SendClientMessage(playerid, 0xFF00FFFF, string);
return 1;
you had an extra space in
pawn Код:
new string[128], Float:X, Float:Y, Float:Z;
Did not see the diffrence......
Can you underline them?
Reply


Messages In This Thread
4 warnings - by Chrham_2 - 11.09.2009, 20:59
Re: 4 warnings - by Correlli - 11.09.2009, 21:02
Re: 4 warnings - by dice7 - 11.09.2009, 21:02
Re: 4 warnings - by [XST]O_x - 11.09.2009, 22:13
Re: 4 warnings - by Chrham_2 - 12.09.2009, 18:54
Re: 4 warnings - by x-cutter - 13.09.2009, 01:04

Forum Jump:


Users browsing this thread: 2 Guest(s)