Loose Identitation Warning + REP
#2

Basically loose indentation means that your code is not nested.

pawn Код:
forward lang_en(playerid);
public lang_en(playerid)
{
    new string[128];
    SendClientMessage(playerid, COLOR_ORANGE, "-----------------------------------------------------------------------------------------------------------------------");
    format(string, sizeof(string), "Welcome %s, to xTreme Evolution Freeroam Gaming!", PlayerName2(playerid));
    SendClientMessage(playerid, lightgreen, string);
    SendClientMessage(playerid, lightgreen, "You have been given $60000 starting money since you have no saved money as of yet!");
    SendClientMessage(playerid, lightgreen, "You can register your current player name with '/register [password]'");
    SendClientMessage(playerid, lightgreen, "You must register and login to gain access to money, bank and vehicle saving options!");
    SendClientMessage(playerid, lightgreen, "Type /cmds to get started and type /credits for a list of people who contributed.");
    SendClientMessage(playerid, COLOR_ORANGE, "-----------------------------------------------------------------------------------------------------------------------");
    return GivePlayerMoney(playerid,60000);
}
Reply


Messages In This Thread
Loose Identitation Warning + REP - by Rodri99 - 19.08.2015, 21:16
Re: Loose Identitation Warning + REP - by StuartD - 19.08.2015, 21:19
Re: Loose Identitation Warning + REP - by Rodri99 - 19.08.2015, 21:20
Re: Loose Identitation Warning + REP - by StuartD - 19.08.2015, 21:22
Re: Loose Identitation Warning + REP - by rymax99 - 19.08.2015, 21:47
Re: Loose Identitation Warning + REP - by Lunoxel - 19.08.2015, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)