03.03.2011, 03:29
Quote:
Count you spaces in 4 like this...
pawn Код:
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 |
u had a unused brace
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;
}