27.03.2013, 19:58
Well, use the only static unique thing players got; their name!
Probably not 100% Pawn correct, but idea should be clear.
pawn Код:
string Name = "Tommy";
if(strcmp(getPlayerName(playerid, sizeof(name)), Name) == 0;
{
// open gate
}

