03.03.2011, 03:14
Count you spaces in 4 like this...
remember { means open } means close each { needs a following }
EDIT: as you can see my spaces are 4 and when it reaches out with more count u step with 4 spaces looks cleaner and is a clean indentation
pawn Код:
if(!strcmp("/goout",cmdtext))
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, 1415.951171,-988.971191,1639.980224))
{
SetPlayerPos(playerid, 1415.951171,-988.971191,1639.980224);
SetPlayerInterior(playerid, 0);
}
return 1;
}
EDIT: as you can see my spaces are 4 and when it reaches out with more count u step with 4 spaces looks cleaner and is a clean indentation

