Can't figure it out..
#2

pawn Код:
if (strcmp("/ocmds", cmdtext, true, 10) == 0)
{
if(LSHaulMember[playerid] == 1)
{
SendClientMessage(playerid,COLOR_GREY,"Organization commands");
SendClientMessage(playerid,COLOR_GREY,"/oc - Organization Chat");
}
else
{
SendClientMessage(playerid,COLOR_RED,"You are not in a Organization!");
return 1;
}
return 0;
}
You used } instead of { after if statement.
Reply


Messages In This Thread
Can't figure it out.. - by Cabby - 15.05.2009, 19:40
Re: Can't figure it out.. - by Correlli - 15.05.2009, 19:44
Re: Can't figure it out.. - by Cabby - 15.05.2009, 19:48
Re: Can't figure it out.. - by Correlli - 15.05.2009, 19:50
Re: Can't figure it out.. - by Cabby - 15.05.2009, 19:55
Re: Can't figure it out.. - by JaYmE - 15.05.2009, 20:00
Re: Can't figure it out.. - by Cabby - 15.05.2009, 20:09
Re: Can't figure it out.. - by Flo_White - 15.05.2009, 20:14
Re: Can't figure it out.. - by JaYmE - 15.05.2009, 20:17
Re: Can't figure it out.. - by Joe Staff - 15.05.2009, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)