[HELP] - Automatic gates open only by specific players?!
#6

Well, use the only static unique thing players got; their name!

pawn Код:
string Name = "Tommy";

if(strcmp(getPlayerName(playerid, sizeof(name)), Name) == 0;
{
    // open gate
}
Probably not 100% Pawn correct, but idea should be clear.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)