09.12.2010, 13:30
what didn't work, you asked what was wrong with the line and i fixed it.
you didnt bother fixing it
pawn Код:
if (strcmp("/rank1", cmdtext, true) == 0)
{
SendClientMessage(playerid, 0xFFFF00AA,"Set To Rank 1");
PlayerInfo[playerid][FACTION_RANK] == 1;
return 1;
}