How to create a gate where only a person with a certain name can enter
#4

pawn Код:
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
if(!strcmp("GateOwner", Name, false))
{
    //stuff in here if the players name is GateOwner
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)