Errors need help please
#5

Replace your command with this:
pawn Код:
CMD:factions(playerid,params[])
{
    if(IsJailedOrMuted(playerid))return 1;
    SendClientMessage(playerid,RED,"TS Roleplay  Factions");
    SendClientMessage(playerid,BLUE,"Cop");//Cop
    SendClientMessage(playerid,YELLOWGREEN,"N.O.O.S.E"); // Army
    SendClientMessage(playerid,LAWNGREEN,"The Company");// FBI
    SendClientMessage(playerid,YELLOW,"The Milano Family"); //Mafia
    SendClientMessage(playerid,WHITE,"San Andreas Hospital"); //Hospital
    SendClientMessage(playerid,GREY,"Ninkyo Dantai");//Mafia family
    SendClientMessage(playerid,GREEN,"Grove Street Families");
    SendClientMessage(playerid,MIDNIGHTBLUE,"Sheriff Dept"); //San Andreas Sheriff Dept
    return 1;
}
You had an extra { .
Reply


Messages In This Thread
Errors need help please - by semaj - 12.02.2015, 18:15
Re: Errors need help please - by HazardouS - 12.02.2015, 18:17
Re: Errors need help please - by IndependentGaming - 12.02.2015, 18:19
Re: Errors need help please - by semaj - 12.02.2015, 18:39
Re: Errors need help please - by HazardouS - 12.02.2015, 18:43
Re: Errors need help please - by semaj - 12.02.2015, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)