cmds problem help rep+
#5

Quote:
Originally Posted by Rob_Maate
Посмотреть сообщение
That's just because your formatting is horrible.

pawn Код:
if(x=y)
{
  SendClientMessage(playerid, COLOR_GREY, "hello");
  return 1;
  }
Fix ^that style of formatting into this

pawn Код:
if(x=y)
{
    SendClientMessage(playerid, COLOR_GREY, "hello");
    return 1;
}
Thanks now is fixed +rep

thanks to Emmet_ too
Reply


Messages In This Thread
cmds problem help rep+ - by N0FeaR - 13.12.2011, 20:16
Re: cmds problem help rep+ - by jueix - 13.12.2011, 20:18
Re: cmds problem help rep+ - by Rob_Maate - 13.12.2011, 20:21
Re: cmds problem help rep+ - by Emmet_ - 13.12.2011, 20:25
Re: cmds problem help rep+ - by N0FeaR - 13.12.2011, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)