4 warnings
#6

Код:
    if(strcmp(cmdtext,"/coords",true) == 0)
 {
 new strlol[128], Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
format(strlol, sizeof(strlol), "Co-ordinates: %f, %f, %f", X, Y, Z);
SendClientMessage(playerid, 0xFF00FFFF, strlol);
return 1;
This is gonna fix one of the warnings.

For the others 3 search around for identation
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)