07.11.2009, 12:26
NPC's wouldn work if you have register/login script...
I supose that you can give npc's password and register it.
About 1h agou 1 man sent me this
try to do something with this
I supose that you can give npc's password and register it.
About 1h agou 1 man sent me this
Код:
new npcname[MAX_PLAYER_NAME];
GetPlayerName(playerid, npcname, sizeof(npcname));
if(!strcmp(npcname, "Here you put the name of the player", true))
{
OnPlayerLogin(playerid, "Here the encrypted password that you can find in the .ini file of the player");
}

