18.06.2009, 18:36
norx.pwn(4165) : warning 217: loose indentation
norx.pwn(4171) : warning 217: loose indentation
if(strcmp(cmdtext, "/island", true) == 0)
{
SetPlayerPos(playerid,1491.6279,6344.9331,1.5665);
return 1;
}
if(strcmp(cmdtext, "/airbattle", true) == 0)
{
OnlyPlayerTele(playerid, "AirBattle", 290.8786,1920.0966,17.6406, 270.0000, 0);
return 1;
}
What is wrong?
norx.pwn(4171) : warning 217: loose indentation
if(strcmp(cmdtext, "/island", true) == 0)
{
SetPlayerPos(playerid,1491.6279,6344.9331,1.5665);
return 1;
}
if(strcmp(cmdtext, "/airbattle", true) == 0)
{
OnlyPlayerTele(playerid, "AirBattle", 290.8786,1920.0966,17.6406, 270.0000, 0);
return 1;
}
What is wrong?