20.03.2011, 09:33
Postwhore much?
Anyway, you should use something like this:
Replace IsNGMember with your own variable and COLOR with your own color.
Anyway, you should use something like this:
pawn Код:
if (strcmp("/fortopen", cmdtext, true, 10) == 0)
{
if(IsNGMember == 0) return SendClientMessage(playerid, COLOR, "You're not in the NG!");
MoveObject(fortgate1,-1218.4169921875,-1065.1713867188,129.09060668945,3.0);
MoveObject(fortgate2,-1196.1612548828,-1064.8914794922,129.13668823242,3.0);
return 1;
}


