A CMD that only someone with a certain name can do
#3

pawn Код:
new Name[12];
GetPlayerName(playerid, Name, sizeof(Name));

if(strcmp(Name,"Some_Name",true))
{
//
      return 1;
}
Works?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)