[Ajuda] Logando NPC
#2

Voce tem sistema de registo? se tem use

pawn Код:
public OnPlayerConnect(playerid) {
    if(IsPlayerNPC(playerid)) {
        SpawnPlayer(playerid);
        return 1;
    }
    //outras funcoes do seu OnPlayerConnect
}
use ainda SetSpawnInfo (procura na wiki, la estб explicado os parameteros) em OnPlayerSpawn antes de PutPlayerInVehicle

@EDIT

esqueci, se й FS voce nao pode usar isso "OnGameModeInit" mas sim "OnFilterScriptInit"

e acho que voce deve colocar o NPC a logar apos criar o busao e nao antes! nao sei se faz muita diferenca, mas na minha cabeзa faz alguma porque se voce coloca assim o gm vai logar o NPC, vai spawnalo e so depois criar o veiculo...ai fica meio estranho...acho
Reply


Messages In This Thread
Logando NPC - by _LorD_ - 18.08.2012, 23:42
Re: Logando NPC - by DartakousLien - 18.08.2012, 23:49
Re: Logando NPC - by FeelLikeASir_ - 18.08.2012, 23:50
Re: Logando NPC - by _LorD_ - 19.08.2012, 01:57
Re: Logando NPC - by _LorD_ - 19.08.2012, 02:44
Re: Logando NPC - by DartakousLien - 19.08.2012, 16:46
Re: Logando NPC - by _LorD_ - 22.08.2012, 12:56
Re: Logando NPC - by DartakousLien - 22.08.2012, 16:56
Re: Logando NPC - by _LorD_ - 22.08.2012, 18:03
Re: Logando NPC - by _LorD_ - 22.08.2012, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)